[Pkg-wmaker-commits] [wmtop] 08/11: debian/rules: Use dh_autoreconf and remove override_dh_auto_{build, install} targets made unnecessary because of switch to autotools.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Feb 9 01:54:01 UTC 2016


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

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

commit 81ec269a51d41f5f8dc585d8cbb2ac9aa4c7592c
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Mon Feb 8 20:10:47 2016 -0500

    debian/rules: Use dh_autoreconf and remove override_dh_auto_{build,install}
    targets made unnecessary because of switch to autotools.
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5b18c53..dd9063b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
-
-override_dh_auto_build:
-	dh_auto_build -- linux
-
-override_dh_auto_install:
-	dh_auto_install -- PREFIX=/usr
+	dh $@ --with autoreconf

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



More information about the Pkg-wmaker-commits mailing list