[SCM] Debian packaging of File-Rsync CPAN distribution branch, master, updated. upstream/0.43-18-g9ee1458

Xavier x.guimard at free.fr
Tue Dec 25 17:37:47 UTC 2012


The following commit has been merged in the master branch:
commit 1381ade853597e90ebb96a494f86269bef9f58f7
Author: Xavier <x.guimard at free.fr>
Date:   Tue Dec 25 18:36:47 2012 +0100

    Use Debian variables in d/rules

diff --git a/debian/rules b/debian/rules
index edf7cb6..1e7dce5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
 
 override_dh_installman:
 	dh_installman
-	find debian/ -name 'File::config.*' -delete
+	rm -f $(TMP)/usr/share/man/man3/File::config.3pm

-- 
Debian packaging of File-Rsync CPAN distribution



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