[med-svn] r5846 - trunk/packages/vienna-rna/trunk/debian
Andreas Tille
tille at alioth.debian.org
Tue Feb 1 21:16:59 UTC 2011
Author: tille
Date: 2011-02-01 21:16:59 +0000 (Tue, 01 Feb 2011)
New Revision: 5846
Modified:
trunk/packages/vienna-rna/trunk/debian/rules
Log:
Finally get valid manpages out of perldoc
Modified: trunk/packages/vienna-rna/trunk/debian/rules
===================================================================
--- trunk/packages/vienna-rna/trunk/debian/rules 2011-02-01 19:39:33 UTC (rev 5845)
+++ trunk/packages/vienna-rna/trunk/debian/rules 2011-02-01 21:16:59 UTC (rev 5846)
@@ -40,6 +40,7 @@
-e "s/^[A-Z]/.SH &/" -e "1s/^.SH/.TH/" \
-e "s/\(.TH $${newscript}\)(1) *\(.*[^ ]\) *$${newscript}.*/\1 \"1\" \"\2\"/i" \
-e "s/^ *//" \
+ -e "s/.//g" \
> $(CURDIR)/debian/$(pkg)/usr/share/man/man1/$${newscript}.1 ; \
if [ ! -s $(CURDIR)/debian/$(pkg)/usr/share/man/man1/$${newscript}.1 ] ; then \
rm -f $(CURDIR)/debian/$(pkg)/usr/share/man/man1/$${newscript}.1 ; \
More information about the debian-med-commit
mailing list