summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2016-04-05 21:51:21 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2016-04-05 21:51:21 +0200
commit20373f2a2d5a18defef2335273ede58ebaa8e662 (patch)
tree4454ca7ea42c5358f765c160bde32de5c97cf54c
parent5693595a0e7e29136a392a8c9dcb56b4d05f76f8 (diff)
Replace autotools-dev by dh-autoreconf.
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
3 files changed, 3 insertions, 2 deletions
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@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) \