[med-svn] r6567 - trunk/packages/cdbfasta/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Apr 14 20:29:21 UTC 2011


Author: tille
Date: 2011-04-14 20:29:19 +0000 (Thu, 14 Apr 2011)
New Revision: 6567

Modified:
   trunk/packages/cdbfasta/trunk/debian/changelog
   trunk/packages/cdbfasta/trunk/debian/rules
Log:
Rather use, the just created binaries in the Build directory instead of the binaries in target directory; debian/changelog entry for upload to unstable


Modified: trunk/packages/cdbfasta/trunk/debian/changelog
===================================================================
--- trunk/packages/cdbfasta/trunk/debian/changelog	2011-04-14 20:21:17 UTC (rev 6566)
+++ trunk/packages/cdbfasta/trunk/debian/changelog	2011-04-14 20:29:19 UTC (rev 6567)
@@ -1,3 +1,9 @@
+cdbfasta (0.981-20100722-1) unstable; urgency=low
+
+  * Initial upload to Debian (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Thu, 14 Apr 2011 21:58:32 +0200
+
 cdbfasta (0.981-20100722-1ubuntu3) lucid; urgency=low
 
   * Moved manpage generation to debian/rules as per advice from Charles Plessy 

Modified: trunk/packages/cdbfasta/trunk/debian/rules
===================================================================
--- trunk/packages/cdbfasta/trunk/debian/rules	2011-04-14 20:21:17 UTC (rev 6566)
+++ trunk/packages/cdbfasta/trunk/debian/rules	2011-04-14 20:29:19 UTC (rev 6567)
@@ -10,11 +10,11 @@
 	dh $@ 
 
 override_dh_installman:
-	help2man --no-info --no-discard-stderr --version-option=-v $(CURDIR)/debian/`dh_listpackages`/usr/bin/cdbfasta |\
+	help2man --no-info --no-discard-stderr --version-option=-v ./cdbfasta |\
 	    sed 's/^Invalid argument:.*//' |\
 	    sed 's/manual page for cdbfasta version .*/Creates an index file for records from a multi-fasta file./' \
 	    > $(CURDIR)/debian/`dh_listpackages`/usr/share/man/man1/cdbfasta.1
-	help2man --no-info --no-discard-stderr --version-option=-v $(CURDIR)/debian/`dh_listpackages`/usr/bin/cdbyank |\
+	help2man --no-info --no-discard-stderr --version-option=-v ./cdbyank |\
 	    sed 's/^Invalid argument:.*//' |\
 	    sed 's/manual page for cdbyank version .*/Query an index file created with cdbfasta./' \
 	    > $(CURDIR)/debian/`dh_listpackages`/usr/share/man/man1/cdbyank.1




More information about the debian-med-commit mailing list