[Pkg-openssl-changes] r117 - openssl/trunk/debian

Kurt Roeckx kroeckx at costa.debian.org
Sat Feb 11 13:48:31 UTC 2006


Author: kroeckx
Date: 2006-02-11 13:48:31 +0000 (Sat, 11 Feb 2006)
New Revision: 117

Modified:
   openssl/trunk/debian/changelog
   openssl/trunk/debian/rules
Log:
Don't install the LICENSE file, it's already in the copyright file.


Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-02-11 13:43:38 UTC (rev 116)
+++ openssl/trunk/debian/changelog	2006-02-11 13:48:31 UTC (rev 117)
@@ -3,6 +3,7 @@
   * Call pod2man with the proper section.  Section changed
     from 1 to 1ssl and 3 to 3ssl.  The name of the files
     already had the ssl in, the section didn't.
+  * Don't install the LICENSE file, it's already in the copyright file.
 
  -- Kurt Roeckx <kurt at roeckx.be>  Sat, 11 Feb 2006 14:14:37 +0100
 

Modified: openssl/trunk/debian/rules
===================================================================
--- openssl/trunk/debian/rules	2006-02-11 13:43:38 UTC (rev 116)
+++ openssl/trunk/debian/rules	2006-02-11 13:48:31 UTC (rev 117)
@@ -136,7 +136,7 @@
 #	(cd debian/tmp/usr/doc/openssl/doc; for f in *.doc*; do mv "$$f" "$$(echo $$f | sed -e 's/doc/txt/')";done)
 #	(cd doc; for f in *; do install "$$f" ../debian/tmp/usr/share/doc/openssl/doc/"$$(echo $$f | sed -e 's/doc/txt/')";done)
 #	debstd -u CHANGES* LICENSE README NEWS
-	dh_installdocs CHANGES.SSLeay LICENSE README NEWS debian/README.optimization
+	dh_installdocs CHANGES.SSLeay README NEWS debian/README.optimization
 	dh_installexamples
 	dh_installchangelogs CHANGES
 #	dh_installmenu




More information about the Pkg-openssl-changes mailing list