[libcgi-xmlform-perl] 11/14: debian/rules: Remove obsolete variable definitions
Axel Beckert
abe at deuxchevaux.org
Sat Dec 14 01:40:24 UTC 2013
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libcgi-xmlform-perl.
commit d4ab948b75ef3cd81fcbe2ef5f318958cadd285d
Author: Axel Beckert <abe at deuxchevaux.org>
Date: Sat Dec 14 02:35:57 2013 +0100
debian/rules: Remove obsolete variable definitions
---
debian/changelog | 1 +
debian/rules | 10 +---------
2 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1c7bfbb..7f12037 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -43,6 +43,7 @@ libcgi-xmlform-perl (0.10-14) UNRELEASED; urgency=low
+ Drop obsolete dh_clean stamp files parameters
+ Drop obsolete dh_installchangelogs parameter
+ Move dh_install{examples,docs} parameters to debian/{examples,docs}
+ + Remove obsolete variable definitions
-- gregor herrmann <gregor+debian at comodo.priv.at> Tue, 09 Oct 2007 22:27:55 +0200
diff --git a/debian/rules b/debian/rules
index 345319a..4f49b62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,14 +7,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# If set to a true value then MakeMaker's prompt function will
-# always return the default without waiting for user input.
-export PERL_MM_USE_DEFAULT=1
-
-PERL ?= /usr/bin/perl
-PACKAGE = $(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
build: build-arch build-indep
build-arch: build-stamp
build-indep: build-stamp
@@ -37,7 +29,7 @@ install-stamp: build-stamp
dh_testroot
dh_prep
dh_auto_install
- $(RM) $(TMP)/usr/share/perl5/CGI/example.pl
+ $(RM) debian/libcgi-xmlform-perl/usr/share/perl5/CGI/example.pl
touch $@
binary-arch:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-xmlform-perl.git
More information about the Pkg-perl-cvs-commits
mailing list