[Pkg-mpd-commits] [pkg-mpd] 01/10: Use standard dh_auto_configure goodies

Florian Schlichting fsfs at moszumanska.debian.org
Mon Jun 22 22:15:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

fsfs pushed a commit to branch master
in repository pkg-mpd.

commit a52a4b40bc9ee345fab81781c497bab14ecef78a
Author: Florian Schlichting <fsfs at debian.org>
Date:   Tue Jun 2 23:40:23 2015 +0200

    Use standard dh_auto_configure goodies
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index ef5a55f..0ebe87c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -123,9 +123,7 @@ LDFLAGS += -Wl,--as-needed
 	dh $@ --with autoreconf --with=systemd --parallel
 
 override_dh_auto_configure:
-	./configure $(WITH_TREMOR) $(WITH_SYSTEMD) \
-		--prefix=/usr \
-		--sysconfdir=/etc \
+	dh_auto_configure -- $(WITH_TREMOR) $(WITH_SYSTEMD) \
 		$(RUN_TESTS) \
 		$(ENABLE_ARCHIVES) \
 		$(ENABLE_AUTODISCOVERY) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mpd/pkg-mpd.git



More information about the Pkg-mpd-commits mailing list