[libtext-pdf-perl] 07/12: Remove no more needed /usr/lib/perl5 handling
    Axel Beckert 
    abe at deuxchevaux.org
       
    Wed Dec 11 00:15:58 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository libtext-pdf-perl.
commit f5c42cce3b92ee47904fd17800d00d7e162148ca
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Dec 11 00:58:03 2013 +0100
    Remove no more needed /usr/lib/perl5 handling
---
 debian/changelog | 1 +
 debian/rules     | 3 ---
 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 5434d4e..cda3c11 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -50,6 +50,7 @@ libtext-pdf-perl (0.29a-2) UNRELEASED; urgency=low
     + Use dh_prep instead of dh_clean -k
     + Drop dh_clean parameters, stamp files are now cleaned automatically
     + Move dh_installdocs parameter to debian/docs
+    + Remove no more needed /usr/lib/perl5 handling
 
  -- gregor herrmann <gregor+debian at comodo.priv.at>  Tue, 09 Oct 2007 22:32:37 +0200
 
diff --git a/debian/rules b/debian/rules
index 94befce..0ac7f0a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,9 +38,6 @@ install-stamp: build-stamp
 	dh_prep
 	dh_auto_install
 	$(RM) $(TMP)/usr/share/perl5/Text/PDF/changes
-	[ ! -d $(TMP)/usr/lib/perl5 ] || \
-		rmdir --ignore-fail-on-non-empty --parents --verbose \
-		$(TMP)/usr/lib/perl5
 	touch $@
 
 binary-arch:
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-pdf-perl.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list