[Pkg-emboss-commits] r120 - tools

charles-guest at alioth.debian.org charles-guest at alioth.debian.org
Sat Nov 3 07:36:40 UTC 2007


Author: charles-guest
Date: 2007-11-03 07:36:40 +0000 (Sat, 03 Nov 2007)
New Revision: 120

Modified:
   tools/build-manpages.sh
Log:
Fixed two bugs.
 - The package.manpage file was not removed when the manpages were regenerated.
 - Emboss and embassy manpages should go to the 1e section.


Modified: tools/build-manpages.sh
===================================================================
--- tools/build-manpages.sh	2007-10-29 23:06:42 UTC (rev 119)
+++ tools/build-manpages.sh	2007-11-03 07:36:40 UTC (rev 120)
@@ -5,7 +5,7 @@
 VERSION=$(dpkg-parsechangelog -ldebian/changelog | grep Version: | awk '{ print $2}')
 ORIGTARGZ=../${PACKAGE}_${VERSION%%-*}.orig.tar.gz
 
-rm debian/$PACKAGES.manpages
+rm debian/$PACKAGE.manpages
 
 for FILE in $(tar --list --gzip --file $ORIGTARGZ | grep \\.acd )
 	do ACD=$(basename $FILE .acd)
@@ -14,5 +14,5 @@
 	xsltproc 	--nonet \
 			--param man.charmap.use.subset 0 \
 			-o debian/manpages/ debian/manpages/$ACD.xml
-	echo "debian/manpages/$ACD.1" >> debian/$PACKAGE.manpages ;
+	echo "debian/manpages/$ACD.1e" >> debian/$PACKAGE.manpages ;
 done




More information about the Pkg-emboss-commits mailing list