From 89e7a2dfe6044f3980098911a7470d401ff70eb1 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Thu, 29 Apr 2004 00:10:29 +0000 Subject: 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. --- debian/changelog | 7 +++++++ debian/rules | 3 --- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1d7abfdf3..d06858883 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,13 @@ openssh (1:3.8p1-4) UNRELEASED; urgency=low * Make sure there's a newline at the end of sshd_config before adding 'UsePAM yes' (closes: #244829). + * 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. -- Colin Watson Tue, 20 Apr 2004 08:48:53 +0100 diff --git a/debian/rules b/debian/rules index 8cc9b5d9c..0575bfc94 100755 --- a/debian/rules +++ b/debian/rules @@ -130,9 +130,6 @@ endif dh_installdebconf dh_installdocs OVERVIEW README cat debian/copyright.head LICENCE > debian/tmp/usr/share/doc/ssh/copyright - nroff RFC.nroff > debian/tmp/usr/share/doc/ssh/RFC - gzip -9 debian/tmp/usr/share/doc/ssh/RFC - rm -rf debian/tmp/usr/share/doc/ssh/RFC.nroff.gz ifeq ($(PAMSUBST),yes) # Clean up if we've done this already, to ensure idempotency. if [ -f debian/ssh.pam.new-style ]; then \ -- cgit v1.2.3