From 38f80c0a13d58fe27fbf5b2bae09368d3db4c09c Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 31 May 2005 03:04:26 +0000 Subject: Since ssh-keysign isn't used by default (you need to set EnableSSHKeysign to "yes" in /etc/ssh/ssh_config), having a debconf question to ask whether it should be setuid is overkill, and the 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. --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 90bd7ba9e..1538ef445 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,6 @@ ifeq ($(PO2DEBCONF),yes) # 4.1.16) depends on it), the binary-arch target will generate a # better version for sarge. echo 1 > debian/po/output - po2debconf debian/openssh-client.templates.master > debian/openssh-client.templates po2debconf debian/openssh-server.templates.master > debian/openssh-server.templates rm -f debian/po/output endif @@ -171,9 +170,6 @@ binary-openssh-client: DH_OPTIONS=-popenssh-client binary-openssh-client: build install dh_testdir dh_testroot -ifeq ($(PO2DEBCONF),yes) - po2debconf -e utf8 debian/openssh-client.templates.master > debian/openssh-client.templates -endif dh_installdebconf dh_installdocs OVERVIEW README cat debian/copyright.head LICENCE > debian/openssh-client/usr/share/doc/openssh-client/copyright @@ -181,6 +177,7 @@ endif dh_strip dh_compress dh_fixperms + chmod u+s debian/openssh-client/usr/lib/openssh/ssh-keysign dh_installdeb test ! -e debian/ssh/etc/ssh/ssh_prng_cmds \ || echo "/etc/ssh/ssh_prng_cmds" >> debian/openssh-client/DEBIAN/conffiles -- cgit v1.2.3