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

Kurt Roeckx kroeckx at costa.debian.org
Tue Mar 14 18:19:36 UTC 2006


Author: kroeckx
Date: 2006-03-14 18:19:35 +0000 (Tue, 14 Mar 2006)
New Revision: 122

Modified:
   openssl/trunk/Makefile.org
   openssl/trunk/debian/changelog
Log:
Make the section 3SSL instead of 3ssl.


Modified: openssl/trunk/Makefile.org
===================================================================
--- openssl/trunk/Makefile.org	2006-03-04 18:45:41 UTC (rev 121)
+++ openssl/trunk/Makefile.org	2006-03-14 18:19:35 UTC (rev 122)
@@ -125,6 +125,7 @@
 MAN1=1
 MAN3=3
 MANSUFFIX=ssl
+MANSECTION=SSL
 SHELL=/bin/sh
 
 TOP=    .
@@ -538,7 +539,7 @@
 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
 		(cd `$(PERL) util/dirname.pl $$i`; \
 		sh -c "$$pod2man \
-			--section=$${sec}$(MANSUFFIX) --center=OpenSSL \
+			--section=$${sec}$(MANSECTION) --center=OpenSSL \
 			--release=$(VERSION) `basename $$i`") \
 			>  $(INSTALL_PREFIX)$(MANDIR)/man$$sec/$$fn.$${sec}$(MANSUFFIX); \
 		$(PERL) util/extract-names.pl < $$i | \
@@ -555,7 +556,7 @@
 		echo "installing man$$sec/$$fn.$${sec}$(MANSUFFIX)"; \
 		(cd `$(PERL) util/dirname.pl $$i`; \
 		sh -c "$$pod2man \
-			--section=$${sec}$(MANSUFFIX) --center=OpenSSL \
+			--section=$${sec}$(MANSECTION) --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-03-04 18:45:41 UTC (rev 121)
+++ openssl/trunk/debian/changelog	2006-03-14 18:19:35 UTC (rev 122)
@@ -1,8 +1,9 @@
 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.
+    from 1/3/5/7 to 1SSL/3SSL/5SSL/7SSL.  The name of the files
+    already had the ssl in, the section didn't.  The references
+    to other manpage is still wrong.
   * Don't install the LICENSE file, it's already in the copyright file.
   * Don't set an rpath on openssl to point to /usr/lib.
   * Add support for kfreebsd-amd64. (Closes: #355277)




More information about the Pkg-openssl-changes mailing list