[libcurses-perl] 01/02: debian/rules: remove unused variable, drop parameter

gregor herrmann gregoa at debian.org
Sun Mar 9 12:47:24 UTC 2014


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

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

commit 7e09ec30862dc413c04f1705b56b0ab6bd9bb164
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Mar 9 13:40:45 2014 +0100

    debian/rules: remove unused variable, drop parameter
    
    which debhelper passes by default.
---
 debian/rules | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/debian/rules b/debian/rules
index ff34e49..b8e27de 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,10 @@
 #!/usr/bin/make -f
 
-PERL   ?= /usr/bin/perl
+%:
+	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- PANELS MENUS FORMS INSTALLDIRS=vendor
+	dh_auto_configure -- PANELS MENUS FORMS
 
 override_dh_installchangelogs:
 	dh_installchangelogs HISTORY
-
-%:
-	dh $@

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



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