[libterm-slang-perl] 12/15: debian/rules: Remove obsolete variable usage

Axel Beckert abe at deuxchevaux.org
Tue Dec 24 01:44:58 UTC 2013


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

abe pushed a commit to branch master
in repository libterm-slang-perl.

commit 2da9b9bbe9da0e4b0380878789b342eb02c538b3
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Tue Dec 24 02:30:34 2013 +0100

    debian/rules: Remove obsolete variable usage
---
 debian/changelog |  2 ++
 debian/rules     | 11 -----------
 2 files changed, 2 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fedc13c..1871532 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -46,6 +46,8 @@ libterm-slang-perl (0.07-12) UNRELEASED; urgency=low
     + Move dh_install{docs,examples} parameters to debian/{docs,examples}
     + Use dh_auto_{configure,test,install,clean}
       - Not using dh_auto_build for now, c.f. #661546
+    + Remove obsolete /usr/share/perl5 handling
+    + Remove obsolete variable usage
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:23 +0200
 
diff --git a/debian/rules b/debian/rules
index a532a25..0c495b6 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)
-
 # Allow disabling build optimisation by setting noopt in
 # $DEB_BUILD_OPTIONS
 CFLAGS = -Wall -g
@@ -46,9 +38,6 @@ install-stamp: build-stamp
 	dh_testroot
 	dh_prep
 	dh_auto_install
-	[ ! -d $(TMP)/usr/share/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/share/perl5
 	touch $@
 
 # Build architecture-independent files here.

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



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