[libemail-valid-loose-perl] 08/11: Drop obsolete targets, variable usage and /usr/lib/perl5 handling

Axel Beckert abe at deuxchevaux.org
Sun May 25 01:03:50 UTC 2014


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

abe pushed a commit to branch master
in repository libemail-valid-loose-perl.

commit cadc661cf73be380bca32502ee79f014d0d09eee
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 25 02:56:41 2014 +0200

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

diff --git a/debian/changelog b/debian/changelog
index ea85fe2..decc199 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,7 @@ libemail-valid-loose-perl (0.05-4) UNRELEASED; urgency=low
     + Remove obsolete dh_installchangelogs and dh_clean parameters
     + Replace "dh_clean -k" by "dh_prep"
     + Fix lintian warning debian-rules-missing-recommended-target
+    + Drop obsolete targets, variable usage and /usr/lib/perl5 handling
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:42:26 +0100
 
diff --git a/debian/rules b/debian/rules
index 51657dc..7d91571 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,18 +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
-
-PACKAGE=$(shell dh_listpackages)
-
-ifndef PERL
-PERL = /usr/bin/perl
-endif
-
-TMP     =$(CURDIR)/debian/$(PACKAGE)
-
 build: build-arch build-indep
 build-arch: build-stamp
 build-indep: build-stamp
@@ -42,7 +30,6 @@ install-stamp:
 	dh_prep
 	dh_auto_test
 	dh_auto_install
-	[ ! -d $(TMP)/usr/lib/perl5 ] || rmdir --ignore-fail-on-non-empty --parents $(TMP)/usr/lib/perl5
 
 	touch install-stamp
 
@@ -64,8 +51,5 @@ binary-indep: build install
 	dh_md5sums
 	dh_builddeb
 
-source diff:                                                                  
-	@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
-
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary-arch binary

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



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