From e7957e040aa7733b15cb0d06e7bb9fa8208ef019 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 31 May 2005 03:26:57 +0000 Subject: Add lintian overrides for the above (setuid-binary, no-debconf-templates). --- debian/changelog | 2 ++ debian/openssh-client.dirs | 1 + debian/openssh-client.lintian | 2 ++ debian/rules | 1 + 4 files changed, 6 insertions(+) create mode 100644 debian/openssh-client.dirs create mode 100644 debian/openssh-client.lintian (limited to 'debian') 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 question text had got out of date anyway. Remove this question, ship ssh-keysign setuid in openssh-client.deb, and set a statoverride if the debconf question was previously set to false. + * Add lintian overrides for the above (setuid-binary, + no-debconf-templates). -- Colin Watson Tue, 31 May 2005 02:50:49 +0100 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 @@ +openssh-client: setuid-binary usr/lib/openssh/ssh-keysign 4755 root/root +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 dh_installdocs OVERVIEW README cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright dh_installchangelogs ChangeLog + install -m644 debian/openssh-client.lintian debian/openssh-client/usr/share/lintian/overrides/openssh-client dh_strip dh_compress dh_fixperms -- cgit v1.2.3