[libauthen-simple-passwd-perl] 06/11: Drop obsolete variable usage and /usr/lib/perl5 handling

Axel Beckert abe at deuxchevaux.org
Sun May 25 01:38:31 UTC 2014


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

abe pushed a commit to branch master
in repository libauthen-simple-passwd-perl.

commit 45662fb37de755c8d1e5e065129af23eb675d3d5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 25 03:26:25 2014 +0200

    Drop obsolete variable usage and /usr/lib/perl5 handling
---
 debian/changelog | 1 +
 debian/rules     | 8 --------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b994334..337b344 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -37,6 +37,7 @@ libauthen-simple-passwd-perl (0.6-3) UNRELEASED; urgency=low
     + Use dh_auto_{configure,build,test,install,clean}
     + Remove obsolete dh_installchangelogs and dh_clean parameters
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Drop obsolete variable usage and /usr/lib/perl5 handling
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:39:52 +0100
 
diff --git a/debian/rules b/debian/rules
index d57a1a4..dd866e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,5 @@
 #!/usr/bin/make -f
 
-PACKAGE=$(shell dh_listpackages)
-TMP = $(CURDIR)/debian/$(PACKAGE)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
@@ -22,7 +15,6 @@ install-stamp: build-stamp
 	dh_testroot
 	TEST_POD=1 dh_auto_test
 	dh_auto_install
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/lib/perl5
 	touch $@
 
 clean:

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



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