summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2005-05-31 03:26:57 +0000
committerColin Watson <cjwatson@debian.org>2005-05-31 03:26:57 +0000
commite7957e040aa7733b15cb0d06e7bb9fa8208ef019 (patch)
tree4f84272a34a6c5b2e204f8bbd5eeade5fb1b995e /debian
parent38f80c0a13d58fe27fbf5b2bae09368d3db4c09c (diff)
Add lintian overrides for the above (setuid-binary, no-debconf-templates).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/openssh-client.dirs1
-rw-r--r--debian/openssh-client.lintian2
-rwxr-xr-xdebian/rules1
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 @@
1openssh-client: setuid-binary usr/lib/openssh/ssh-keysign 4755 root/root
2openssh-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