[SCM] Debian packaging of File-ShareDir CPAN distribution branch, master, updated. debian/1.00-0.1-30-g38b5f8e

Joenio Costa joenio at colivre.coop.br
Wed Mar 27 19:20:33 UTC 2013


The following commit has been merged in the master branch:
commit 60ca9cddad6dc03165934ea8826e5da15dc8f731
Author: Joenio Costa <joenio at colivre.coop.br>
Date:   Wed Mar 27 15:45:54 2013 -0300

    removing non-Perl files under 'auto' directory from the binary package

diff --git a/debian/changelog b/debian/changelog
index 4470f54..0f0fe3f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,6 @@ libfile-sharedir-perl (1.03-1) UNRELEASED; urgency=low
   - d/changelog: document all changes to the packaging
   - d/control:
     + short description is not a noun phrase
-  - d/rules: I guess the whole ./usr/share/perl5/auto/ directory can be
-    removed from the binary package?
 
   * Take over for the Debian Perl Group on maintainer's request
     (http://lists.debian.org/debian-perl/2013/03/msg00034.html)
diff --git a/debian/rules b/debian/rules
index db9536e..1ba1411 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,6 @@
 %:
 	dh $@
 
-override_dh_auto_install:
-	chmod -x $(CURDIR)/blib/lib/auto/share/dist/File-ShareDir/sample.txt
-	chmod -x $(CURDIR)/blib/lib/auto/share/dist/File-ShareDir/subdir/sample.txt
-	dh_auto_install
+override_dh_install:
+	rm -rf $(CURDIR)/debian/libfile-sharedir-perl/usr/share/perl5/auto
+	dh_install

-- 
Debian packaging of File-ShareDir CPAN distribution



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