[med-svn] r16640 - trunk/packages/volpack/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Wed Apr 9 19:49:36 UTC 2014


Author: tille
Date: 2014-04-09 19:49:36 +0000 (Wed, 09 Apr 2014)
New Revision: 16640

Modified:
   trunk/packages/volpack/trunk/debian/changelog
   trunk/packages/volpack/trunk/debian/control
   trunk/packages/volpack/trunk/debian/rules
Log:
Use autoreconf to support ppc64el architecture 


Modified: trunk/packages/volpack/trunk/debian/changelog
===================================================================
--- trunk/packages/volpack/trunk/debian/changelog	2014-04-09 13:22:32 UTC (rev 16639)
+++ trunk/packages/volpack/trunk/debian/changelog	2014-04-09 19:49:36 UTC (rev 16640)
@@ -1,3 +1,11 @@
+volpack (1.0b3-5) UNRELEASED; urgency=medium
+
+  * Use autoreconf to support ppc64el architecture (Thanks for the
+    patch to Logan Rosen <logan at ubuntu.com>
+    Closes: #744065
+
+ -- Andreas Tille <tille at debian.org>  Wed, 09 Apr 2014 21:45:36 +0200
+
 volpack (1.0b3-4) unstable; urgency=low
 
   * debian/source/format: 3.0 (quilt)

Modified: trunk/packages/volpack/trunk/debian/control
===================================================================
--- trunk/packages/volpack/trunk/debian/control	2014-04-09 13:22:32 UTC (rev 16639)
+++ trunk/packages/volpack/trunk/debian/control	2014-04-09 19:49:36 UTC (rev 16640)
@@ -6,7 +6,7 @@
 Priority: optional
 Build-Depends: debhelper (>= 9),
                m4,
-               autotools-dev,
+               dh-autoreconf,
                d-shlibs
 Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/volpack/trunk/

Modified: trunk/packages/volpack/trunk/debian/rules
===================================================================
--- trunk/packages/volpack/trunk/debian/rules	2014-04-09 13:22:32 UTC (rev 16639)
+++ trunk/packages/volpack/trunk/debian/rules	2014-04-09 19:49:36 UTC (rev 16640)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf
 
 override_dh_install:
 	dh_install




More information about the debian-med-commit mailing list