summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules
index 8cc9b5d9c..0575bfc94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -130,9 +130,6 @@ endif
130 dh_installdebconf 130 dh_installdebconf
131 dh_installdocs OVERVIEW README 131 dh_installdocs OVERVIEW README
132 cat debian/copyright.head LICENCE > debian/tmp/usr/share/doc/ssh/copyright 132 cat debian/copyright.head LICENCE > debian/tmp/usr/share/doc/ssh/copyright
133 nroff RFC.nroff > debian/tmp/usr/share/doc/ssh/RFC
134 gzip -9 debian/tmp/usr/share/doc/ssh/RFC
135 rm -rf debian/tmp/usr/share/doc/ssh/RFC.nroff.gz
136ifeq ($(PAMSUBST),yes) 133ifeq ($(PAMSUBST),yes)
137 # Clean up if we've done this already, to ensure idempotency. 134 # Clean up if we've done this already, to ensure idempotency.
138 if [ -f debian/ssh.pam.new-style ]; then \ 135 if [ -f debian/ssh.pam.new-style ]; then \