[med-svn] r14917 - trunk/packages/hmmer/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Oct 24 06:35:06 UTC 2013


Author: tille
Date: 2013-10-24 06:35:06 +0000 (Thu, 24 Oct 2013)
New Revision: 14917

Modified:
   trunk/packages/hmmer/trunk/debian/changelog
   trunk/packages/hmmer/trunk/debian/rules
Log:
Use --with autotools_dev


Modified: trunk/packages/hmmer/trunk/debian/changelog
===================================================================
--- trunk/packages/hmmer/trunk/debian/changelog	2013-10-22 17:18:44 UTC (rev 14916)
+++ trunk/packages/hmmer/trunk/debian/changelog	2013-10-24 06:35:06 UTC (rev 14917)
@@ -1,9 +1,14 @@
 hmmer (3.1b1-2) UNRELEASED; urgency=low
 
+  [ Charles Plessy ]
   * Removed myself from the Uploaders.
 
- -- Charles Plessy <plessy at debian.org>  Mon, 23 Sep 2013 12:50:19 +0900
+  [ Andreas Tille ]
+  * debian/rules: Use --with autotools_dev
+    Closes: #727386
 
+ -- Andreas Tille <tille at debian.org>  Thu, 24 Oct 2013 08:37:52 +0200
+
 hmmer (3.1b1-1) unstable; urgency=low
 
   * Upload changes from BioLinux to Debian

Modified: trunk/packages/hmmer/trunk/debian/rules
===================================================================
--- trunk/packages/hmmer/trunk/debian/rules	2013-10-22 17:18:44 UTC (rev 14916)
+++ trunk/packages/hmmer/trunk/debian/rules	2013-10-24 06:35:06 UTC (rev 14917)
@@ -4,7 +4,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 ARCH := $(shell dpkg-architecture -qDEB_BUILD_ARCH_CPU)
 




More information about the debian-med-commit mailing list