[SCM] Debian packaging of File-ShareDir CPAN distribution branch, master, updated. debian/1.00-0.1-32-g181edf2
gregor herrmann
gregoa at debian.org
Wed Mar 27 19:43:09 UTC 2013
The following commit has been merged in the master branch:
commit 181edf2c3cbd424de4839130e54dadbe83f7ebff
Author: gregor herrmann <gregoa at debian.org>
Date: Wed Mar 27 20:36:11 2013 +0100
remove unneeded files in override_dh_auto_install
instead of override_dh_install, since dh_auto_install installs them
(cosmetic)
add -v to the rm call so we if something is happening and what
Git-Dch: Ignore
diff --git a/debian/rules b/debian/rules
index 1ba1411..bae35bf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,6 @@
%:
dh $@
-override_dh_install:
- rm -rf $(CURDIR)/debian/libfile-sharedir-perl/usr/share/perl5/auto
- dh_install
+override_dh_auto_install:
+ dh_auto_install
+ rm -rfv $(CURDIR)/debian/libfile-sharedir-perl/usr/share/perl5/auto
--
Debian packaging of File-ShareDir CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list