[libcoy-perl] 12/14: Drop unneeded variable usage

Axel Beckert abe at deuxchevaux.org
Tue Dec 17 20: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 libcoy-perl.

commit 8f8ddf8fc6af0b826e8681f7672a61af53b42c09
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 17 21:35:59 2013 +0100

    Drop unneeded variable usage
---
 debian/changelog |  1 +
 debian/rules     | 10 +---------
 2 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dd71b1a..8d4e252 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,7 @@ libcoy-perl (0.06-7) UNRELEASED; urgency=low
     + Remove obsolete dh_clean and dh_installchangelogs parameters
     + Drop obsolete /usr/lib/perl5 handling
     + Move dh_install{docs,examples} parameter to debian/{docs,examples}
+    + Drop unneeded variable usage.
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:28:21 +0200
 
diff --git a/debian/rules b/debian/rules
index 2d4a3cf..5f42c17 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/Lingua/EN/Inflect.pm
+	$(RM) debian/libcoy-perl/usr/share/perl5/Lingua/EN/Inflect.pm
 	touch $@
 
 binary-arch:

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



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