[Pkg-openssl-changes] r116 - in openssl/trunk: . debian

Kurt Roeckx kroeckx at costa.debian.org
Sat Feb 11 13:43:39 UTC 2006


Author: kroeckx
Date: 2006-02-11 13:43:38 +0000 (Sat, 11 Feb 2006)
New Revision: 116

Modified:
   openssl/trunk/Makefile.org
   openssl/trunk/debian/changelog
Log:
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.


Modified: openssl/trunk/Makefile.org
===================================================================
--- openssl/trunk/Makefile.org	2006-02-09 18:29:23 UTC (rev 115)
+++ openssl/trunk/Makefile.org	2006-02-11 13:43:38 UTC (rev 116)
@@ -538,7 +538,7 @@
 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
 		(cd `$(PERL) util/dirname.pl $$i`; \
 		sh -c "$$pod2man \
-			--section=$$sec --center=OpenSSL \
+			--section=$${sec}$(MANSUFFIX) --center=OpenSSL \
 			--release=$(VERSION) `basename $$i`") \
 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
 		$(PERL) util/extract-names.pl < $$i | \
@@ -555,7 +555,7 @@
 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
 		(cd `$(PERL) util/dirname.pl $$i`; \
 		sh -c "$$pod2man \
-			--section=$$sec --center=OpenSSL \
+			--section=$${sec}$(MANSUFFIX) --center=OpenSSL \
 			--release=$(VERSION) `basename $$i`") \
 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
 		$(PERL) util/extract-names.pl < $$i | \

Modified: openssl/trunk/debian/changelog
===================================================================
--- openssl/trunk/debian/changelog	2006-02-09 18:29:23 UTC (rev 115)
+++ openssl/trunk/debian/changelog	2006-02-11 13:43:38 UTC (rev 116)
@@ -1,3 +1,11 @@
+openssl (0.9.8a-8) unstable; urgency=low
+
+  * 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.
+
+ -- Kurt Roeckx <kurt at roeckx.be>  Sat, 11 Feb 2006 14:14:37 +0100
+
 openssl (0.9.8a-7) unstable; urgency=high
 
   * Add italian debconf templates.  Thanks to Luca Monducci.




More information about the Pkg-openssl-changes mailing list