[SCM] Debian packaging of libxml-xslt-perl branch, master, updated. 810023b527cc301d16a9a28ffc2d3e04823f1fa9

gregor herrmann gregoa at debian.org
Mon Apr 1 13:20:29 UTC 2013


The following commit has been merged in the master branch:
commit 810023b527cc301d16a9a28ffc2d3e04823f1fa9
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Apr 1 15:17:53 2013 +0200

    fix removal of manpage
    
    the manpage is not yet compressed at this point.
    
    additionally, separate removal of individual files and their directories.
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index ebb5cc2..e493dd7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,5 @@ override_dh_installexamples:
 
 override_dh_auto_install:
 	dh_auto_install
-	rm -vrf $(TMP)/usr/bin $(TMP)/usr/share/man/man1/xslt-parser.1p.gz
+	$(RM) -v $(TMP)/usr/bin/xslt-parser $(TMP)/usr/share/man/man1/xslt-parser.1p
+	rmdir -v --parents --ignore-fail-on-non-empty $(TMP)/usr/bin $(TMP)/usr/share/man/man1

-- 
Debian packaging of libxml-xslt-perl



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