[med-svn] r5862 - trunk/packages/mosaik-aligner/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Feb 2 16:29:43 UTC 2011
Author: tille
Date: 2011-02-02 16:29:41 +0000 (Wed, 02 Feb 2011)
New Revision: 5862
Modified:
trunk/packages/mosaik-aligner/trunk/debian/rules
Log:
Do not link to non existent texinfo
Modified: trunk/packages/mosaik-aligner/trunk/debian/rules
===================================================================
--- trunk/packages/mosaik-aligner/trunk/debian/rules 2011-02-02 16:28:20 UTC (rev 5861)
+++ trunk/packages/mosaik-aligner/trunk/debian/rules 2011-02-02 16:29:41 UTC (rev 5862)
@@ -15,7 +15,7 @@
cd src; $(MAKE)
mkdir -p $(CURDIR)/debian/$(pkg)/usr/share/man/man1/
for bin in MosaikAligner MosaikMerge MosaikSort ; do \
- help2man $(CURDIR)/bin/$${bin} > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/$${bin}.1 ; \
+ help2man --no-info $(CURDIR)/bin/$${bin} > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/$${bin}.1 ; \
done
override_dh_auto_clean:
More information about the debian-med-commit
mailing list