[med-svn] r2946 - trunk/packages/emboss/trunk/debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Sat Jan 10 14:21:47 UTC 2009
Author: plessy
Date: 2009-01-10 14:21:47 +0000 (Sat, 10 Jan 2009)
New Revision: 2946
Modified:
trunk/packages/emboss/trunk/debian/changelog
trunk/packages/emboss/trunk/debian/rules
Log:
Resolves a problem of broken symbolic links to manual pages.
Modified: trunk/packages/emboss/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss/trunk/debian/changelog 2009-01-10 13:32:56 UTC (rev 2945)
+++ trunk/packages/emboss/trunk/debian/changelog 2009-01-10 14:21:47 UTC (rev 2946)
@@ -5,6 +5,8 @@
- fixes segmentation fault in vectorscript when -auto is used with empty
vectorsfile.
- adds '.' trailer to the OS line in SwissProt output.
+ * debian/rules: corrected the section of the manual pages of the renamed
+ programs from 1 to 1e (Closes: #503733).
-- Charles Plessy <plessy at debian.org> Wed, 26 Nov 2008 08:57:20 +0900
Modified: trunk/packages/emboss/trunk/debian/rules
===================================================================
--- trunk/packages/emboss/trunk/debian/rules 2009-01-10 13:32:56 UTC (rev 2945)
+++ trunk/packages/emboss/trunk/debian/rules 2009-01-10 14:21:47 UTC (rev 2946)
@@ -142,7 +142,7 @@
# Install the manpages and provide a symlink for the renamed binaries.
dh_installman -p emboss
for i in $(RENAMED) ; \
- do dh_link usr/share/man/man1/$$i.1.gz usr/share/man/man1/em_$$i.1.gz ; \
+ do dh_link usr/share/man/man1/$$i.1e.gz usr/share/man/man1/em_$$i.1e.gz ; \
done
dh_strip
More information about the debian-med-commit
mailing list