diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/openssh-client.dirs | 1 | ||||
-rw-r--r-- | debian/openssh-client.lintian | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1bdde0ce9..f560d65c7 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -9,6 +9,8 @@ openssh (1:4.1p1-2) UNRELEASED; urgency=low | |||
9 | question text had got out of date anyway. Remove this question, ship | 9 | question text had got out of date anyway. Remove this question, ship |
10 | ssh-keysign setuid in openssh-client.deb, and set a statoverride if the | 10 | ssh-keysign setuid in openssh-client.deb, and set a statoverride if the |
11 | debconf question was previously set to false. | 11 | debconf question was previously set to false. |
12 | * Add lintian overrides for the above (setuid-binary, | ||
13 | no-debconf-templates). | ||
12 | 14 | ||
13 | -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2005 02:50:49 +0100 | 15 | -- Colin Watson <cjwatson@debian.org> Tue, 31 May 2005 02:50:49 +0100 |
14 | 16 | ||
diff --git a/debian/openssh-client.dirs b/debian/openssh-client.dirs new file mode 100644 index 000000000..1da8fba83 --- /dev/null +++ b/debian/openssh-client.dirs | |||
@@ -0,0 +1 @@ | |||
usr/share/lintian/overrides | |||
diff --git a/debian/openssh-client.lintian b/debian/openssh-client.lintian new file mode 100644 index 000000000..8c4bd1751 --- /dev/null +++ b/debian/openssh-client.lintian | |||
@@ -0,0 +1,2 @@ | |||
1 | openssh-client: setuid-binary usr/lib/openssh/ssh-keysign 4755 root/root | ||
2 | openssh-client: no-debconf-templates | ||
diff --git a/debian/rules b/debian/rules index 1538ef445..8b04b8be1 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -174,6 +174,7 @@ binary-openssh-client: build install | |||
174 | dh_installdocs OVERVIEW README | 174 | dh_installdocs OVERVIEW README |
175 | cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright | 175 | cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright |
176 | dh_installchangelogs ChangeLog | 176 | dh_installchangelogs ChangeLog |
177 | install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client | ||
177 | dh_strip | 178 | dh_strip |
178 | dh_compress | 179 | dh_compress |
179 | dh_fixperms | 180 | dh_fixperms |