[med-svn] r14926 - trunk/packages/maude/trunk/debian

Andreas Tille tille at alioth.debian.org
Thu Oct 24 07:18:51 UTC 2013


Author: tille
Date: 2013-10-24 07:18:51 +0000 (Thu, 24 Oct 2013)
New Revision: 14926

Modified:
   trunk/packages/maude/trunk/debian/changelog
   trunk/packages/maude/trunk/debian/rules
Log:
dh --with autotools_dev


Modified: trunk/packages/maude/trunk/debian/changelog
===================================================================
--- trunk/packages/maude/trunk/debian/changelog	2013-10-24 07:16:04 UTC (rev 14925)
+++ trunk/packages/maude/trunk/debian/changelog	2013-10-24 07:18:51 UTC (rev 14926)
@@ -1,3 +1,10 @@
+maude (2.6-4) UNRELEASED; urgency=low
+
+  * debian/rules: dh --with autotools_dev
+    Closes: #727454
+
+ -- Andreas Tille <tille at debian.org>  Thu, 24 Oct 2013 09:22:27 +0200
+
 maude (2.6-3) unstable; urgency=low
 
   * renamed debian/upstream-metadata.yaml to debian/upstream

Modified: trunk/packages/maude/trunk/debian/rules
===================================================================
--- trunk/packages/maude/trunk/debian/rules	2013-10-24 07:16:04 UTC (rev 14925)
+++ trunk/packages/maude/trunk/debian/rules	2013-10-24 07:18:51 UTC (rev 14926)
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@
+	dh $@ --with autotools_dev
 
 override_dh_auto_configure:
 	dh_auto_configure -- --datadir="/usr/share/maude"




More information about the debian-med-commit mailing list