[SCM] Debian packaging of libutf8-all-perl branch, master, updated. debian/0.004-1-18-g0b40cdd

gregor herrmann gregoa at debian.org
Thu Sep 13 17:37:15 UTC 2012


The following commit has been merged in the master branch:
commit 387e8daddde8abcc57553c7be6deb793324ee844
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Sep 13 19:26:45 2012 +0200

    Don't install lib/utf8/all/Conflicts.pm in to binary package;
    
    it's only used at build time.

diff --git a/debian/rules b/debian/rules
index 2d33f6a..0f88800 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,13 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	# only needed during build
+	$(RM) -v $(TMP)/usr/share/perl5/utf8/all/Conflicts.pm
+	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/utf8/all/

-- 
Debian packaging of libutf8-all-perl



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