diff options
author | Colin Watson <cjwatson@debian.org> | 2004-04-29 00:10:29 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-04-29 00:10:29 +0000 |
commit | 89e7a2dfe6044f3980098911a7470d401ff70eb1 (patch) | |
tree | d7d58c9b7d1261aeab4aab10595c0ddab07350a1 /debian/rules | |
parent | f52ab6479f10e716d61a5a07773b471ecd35dc9f (diff) |
Remove /usr/share/doc/ssh/RFC.gz from the ssh binary package (although it's
still in the source, so this only addresses part of #211640 rather than
closing it). It isn't DFSG-free and only documents the obsolete SSH1
protocol, not to mention that it was never a real RFC but only an
Internet-Draft. It's available from
http://www.free.lp.se/bamse/draft-ylonen-ssh-protocol-00.txt if you want it
for some reason.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
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 | ||
136 | ifeq ($(PAMSUBST),yes) | 133 | ifeq ($(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 \ |