[med-svn] r15266 - trunk/packages/seqan/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Nov 23 21:57:08 UTC 2013


Author: tille
Date: 2013-11-23 21:57:08 +0000 (Sat, 23 Nov 2013)
New Revision: 15266

Modified:
   trunk/packages/seqan/trunk/debian/changelog
   trunk/packages/seqan/trunk/debian/generate_manpages
   trunk/packages/seqan/trunk/debian/rules
Log:
Close "new upstream" bug, no zero length manpages


Modified: trunk/packages/seqan/trunk/debian/changelog
===================================================================
--- trunk/packages/seqan/trunk/debian/changelog	2013-11-23 18:08:00 UTC (rev 15265)
+++ trunk/packages/seqan/trunk/debian/changelog	2013-11-23 21:57:08 UTC (rev 15266)
@@ -1,6 +1,7 @@
 seqan (1.4.1-1) UNRELEASED; urgency=low
 
   * New upstream version (patch became unneeded)
+    Closes: #720995
   * debian/upstream:
      - Moved DOI+PMID to References
      - Added eprint

Modified: trunk/packages/seqan/trunk/debian/generate_manpages
===================================================================
--- trunk/packages/seqan/trunk/debian/generate_manpages	2013-11-23 18:08:00 UTC (rev 15265)
+++ trunk/packages/seqan/trunk/debian/generate_manpages	2013-11-23 21:57:08 UTC (rev 15266)
@@ -6,10 +6,9 @@
 bindir=`pwd`/debian/${pkg}/usr/bin
 mandir=`pwd`/debian/${pkg}/usr/share/man/man1
 
-set -x
 mkdir -p ${mandir}
 for bin in `ls ${bindir}`; do
-    help2man --no-info --name="XXX remove this line" --version-string="${version}" ${bindir}/${bin} | \
+    help2man --no-discard-stderr --no-info --name="XXX remove this line" --version-string="${version}" ${bindir}/${bin} | \
     sed -e '/XXX remove this line/d' \
         -e '/^\.SH DESCRIPTION$/d' \
         -e '/^============\+$/d' \

Modified: trunk/packages/seqan/trunk/debian/rules
===================================================================
--- trunk/packages/seqan/trunk/debian/rules	2013-11-23 18:08:00 UTC (rev 15265)
+++ trunk/packages/seqan/trunk/debian/rules	2013-11-23 21:57:08 UTC (rev 15266)
@@ -40,6 +40,7 @@
 	# ------------------------------------------------------------------
 	# Delete additional LICENSE files
 	find $(CURDIR)/debian/seqan-apps -type f -name LICENSE -delete
+	find $(CURDIR)/debian/seqan-dev  -type f -name LICENSE -delete
 	# Delete *.pyc files that somehow end up in seqan-dev documentation
 	find $(CURDIR)/debian/seqan-dev -type f -name "*.pyc" -delete
 




More information about the debian-med-commit mailing list