[Pkg-wmaker-commits] [wmifs] 05/11: debian/rules: Drop override targets and use dh_autoreconf; upstream now uses autotools as build system.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Apr 21 10:00:20 UTC 2016


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

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

commit 0e22b9432d1e8183195ecbc321c591d63871cb2e
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Wed Apr 20 07:11:08 2016 -0400

    debian/rules: Drop override targets and use dh_autoreconf;
    upstream now uses autotools as build system.
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 0d050fa..71b5ca2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
-
-override_dh_auto_build:
-	dh_auto_build -- CFLAGS="$(shell dpkg-buildflags --get CFLAGS)"
-
-override_dh_auto_install:
-	dh_auto_install -- prefix=/usr
+	dh $@ --with autoreconf
 
 get-orig-source:
 	uscan --verbose --force-download --no-symlink

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



More information about the Pkg-wmaker-commits mailing list