diff options
author | Colin Watson <cjwatson@debian.org> | 2010-04-08 08:55:19 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2010-04-08 08:55:19 +0100 |
commit | 92188de10471622961384d02c99c0e0deb1047c7 (patch) | |
tree | 9bb8c4c87a8bfbe13a07d7697ed53b7159b09bd3 /debian | |
parent | dbb2b3ab2ea2d9c11943b50c336a34f8aec318c6 (diff) |
remove old ssh_prng_cmds handling; we never use this, and it's unnecessary with debhelper v3 anyway
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index ab04b8e19..ae7d3a7a3 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -201,8 +201,6 @@ override_dh_fixperms: | |||
201 | 201 | ||
202 | override_dh_installdeb: | 202 | override_dh_installdeb: |
203 | dh_installdeb | 203 | dh_installdeb |
204 | test ! -e debian/ssh/etc/ssh/ssh_prng_cmds \ | ||
205 | || echo "/etc/ssh/ssh_prng_cmds" >> debian/openssh-client/DEBIAN/conffiles | ||
206 | perl -i debian/substitute-conffile.pl \ | 204 | perl -i debian/substitute-conffile.pl \ |
207 | ETC_SSH_MODULI debian/openssh-client/etc/ssh/moduli \ | 205 | ETC_SSH_MODULI debian/openssh-client/etc/ssh/moduli \ |
208 | ETC_SSH_SSH_CONFIG debian/openssh-client/etc/ssh/ssh_config \ | 206 | ETC_SSH_SSH_CONFIG debian/openssh-client/etc/ssh/ssh_config \ |