[Pkg-wmaker-commits] [wmget] 07/16: debian/rules: Use dh-autoreconf; remove override_dh_auto_{build,install} targets made unnecessary by switch to autotools.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Mon Feb 8 15:12:36 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository wmget.

commit b776d325d4a65a0c4b42e55dc37f5a49afdb744a
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Feb 7 13:50:15 2016 -0500

    debian/rules: Use dh-autoreconf; remove override_dh_auto_{build,install}
    targets made unnecessary by switch to autotools.
---
 debian/rules | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/rules b/debian/rules
index b21590c..fcbaf56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
-
-override_dh_auto_build:
-	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)" \
-		LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
-
-override_dh_auto_install:
-	dh_auto_install -- PREFIX=/usr \
-		LDFLAGS="$(shell dpkg-buildflags --get LDFLAGS)"
+	dh $@ --with autoreconf
 
 get-orig-source:
 	uscan --verbose --force-download --rename

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



More information about the Pkg-wmaker-commits mailing list