[libclass-methodmaker-perl] 05/10: debian/rules: use dh(1)'s --buildsystem

gregor herrmann gregoa at debian.org
Wed Dec 25 20:55:29 UTC 2013


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

gregoa pushed a commit to branch master
in repository libclass-methodmaker-perl.

commit 19c9b7539782bf3ed6683e184a3f834e7998b008
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 21:52:03 2013 +0100

    debian/rules: use dh(1)'s --buildsystem
    
    instead of on override.
---
 debian/rules | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index 373eeb7..d6b6741 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
 
-PERL ?= /usr/bin/perl
-
 %:
-	dh $@
-
-# Prevent issues with debhelper trying to run configure and failing horribly
-override_dh_auto_configure:
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
+	dh $@ --buildsystem=perl_makemaker

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-methodmaker-perl.git



More information about the Pkg-perl-cvs-commits mailing list