[med-svn] r16686 - trunk/packages/clustalo/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sun Apr 13 19:16:26 UTC 2014


Author: tille
Date: 2014-04-13 19:16:26 +0000 (Sun, 13 Apr 2014)
New Revision: 16686

Modified:
   trunk/packages/clustalo/trunk/debian/changelog
   trunk/packages/clustalo/trunk/debian/control
   trunk/packages/clustalo/trunk/debian/rules
Log:
use dh-autoreconf


Modified: trunk/packages/clustalo/trunk/debian/changelog
===================================================================
--- trunk/packages/clustalo/trunk/debian/changelog	2014-04-13 19:14:30 UTC (rev 16685)
+++ trunk/packages/clustalo/trunk/debian/changelog	2014-04-13 19:16:26 UTC (rev 16686)
@@ -4,6 +4,8 @@
   * Moved debian/upstream to debian/upstream/metadata
   * cme fix dpkg-control
   * cme fix dpkg-copyright
+  * use dh-autoreconf
+    Closes: #744421
 
  -- Andreas Tille <tille at debian.org>  Sun, 13 Apr 2014 21:09:34 +0200
 

Modified: trunk/packages/clustalo/trunk/debian/control
===================================================================
--- trunk/packages/clustalo/trunk/debian/control	2014-04-13 19:14:30 UTC (rev 16685)
+++ trunk/packages/clustalo/trunk/debian/control	2014-04-13 19:16:26 UTC (rev 16686)
@@ -5,6 +5,7 @@
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                libargtable2-dev,
                doxygen,
                graphviz

Modified: trunk/packages/clustalo/trunk/debian/rules
===================================================================
--- trunk/packages/clustalo/trunk/debian/rules	2014-04-13 19:14:30 UTC (rev 16685)
+++ trunk/packages/clustalo/trunk/debian/rules	2014-04-13 19:16:26 UTC (rev 16686)
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ 
+	dh $@ --with autoreconf
 
 override_dh_install:
 	# Generate doxygen doc




More information about the debian-med-commit mailing list