[SCM] audacious/master: Replace autotools-dev by dh-autoreconf.

mati75-guest at users.alioth.debian.org mati75-guest at users.alioth.debian.org
Wed Apr 6 10:55:39 UTC 2016


The following commit has been merged in the master branch:
commit 20373f2a2d5a18defef2335273ede58ebaa8e662
Author: Mateusz Łukasik <mati75 at linuxmint.pl>
Date:   Tue Apr 5 21:51:21 2016 +0200

    Replace autotools-dev by dh-autoreconf.

diff --git a/debian/changelog b/debian/changelog
index b1b0dc3..af4a2b1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ audacious (3.7.2-1) UNRELEASED; urgency=medium
   * debian/control:
     - Bump standards version to 3.9.7. (no changes needed)
     - Drop audacious-dbg package.
+  * Replace autotools-dev by dh-autoreconf.
   * debian/watch:
     - Bump to version 4.
 
diff --git a/debian/control b/debian/control
index 03b27b3..ef4c639 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,8 @@ Uploaders:
  Cyril Lavier <cyril.lavier at davromaniak.eu>
 Homepage: http://www.audacious-media-player.org/
 Build-Depends:
- autotools-dev (>= 20100122.1~),
  debhelper (>= 9),
+ dh-autoreconf,
  imagemagick,
  libdbus-1-dev (>= 0.60),
  libdbus-glib-1-dev (>= 0.60),
diff --git a/debian/rules b/debian/rules
index d3affb6..4c1ec13 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 %:
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-rpath --enable-chardet --enable-qt $(additional_confflags) \

-- 
Small and fast audio player which supports lots of formats



More information about the pkg-multimedia-commits mailing list