[Pkg-mpd-commits] [SCM] Git repository for pkg-mpd branch, master, updated. debian/0.17.4-1-3-gf531ff4

Florian Schlichting fsfs at debian.org
Sun Apr 14 21:16:46 UTC 2013


The following commit has been merged in the master branch:
commit 39ba340bedef78baa3cde6c11dc8747b4ce34359
Author: Florian Schlichting <fsfs at debian.org>
Date:   Sun Apr 14 22:44:25 2013 +0200

    run autoreconf during build

diff --git a/debian/control b/debian/control
index fb8ccba..b32df85 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: optional
 Maintainer: mpd maintainers <pkg-mpd-maintainers at lists.alioth.debian.org>
 Uploaders: Florian Schlichting <fsfs at debian.org>
 Build-Depends: debhelper (>= 9),
+               dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
                libao-dev (>= 0.8.3),
                libasound2-dev  [linux-any],
diff --git a/debian/rules b/debian/rules
index df1746c..a6e5a4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ endif
 LDFLAGS += -Wl,--as-needed
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_auto_configure:
 	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) --enable-sqlite \

-- 
Git repository for pkg-mpd



More information about the Pkg-mpd-commits mailing list