r45061 - in /trunk/libarchive-zip-perl/debian: control patches/fix_example_shebangs.patch rules

emhn-guest at users.alioth.debian.org emhn-guest at users.alioth.debian.org
Wed Sep 30 02:58:20 UTC 2009


Author: emhn-guest
Date: Wed Sep 30 02:58:15 2009
New Revision: 45061

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45061
Log:
Fix the missing bits to get quilt working properly.


Modified:
    trunk/libarchive-zip-perl/debian/control
    trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch
    trunk/libarchive-zip-perl/debian/rules

Modified: trunk/libarchive-zip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/control?rev=45061&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/control (original)
+++ trunk/libarchive-zip-perl/debian/control Wed Sep 30 02:58:15 2009
@@ -4,7 +4,7 @@
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Ernesto Hernández-Novich (USB) <emhn at usb.ve>,
  Matthias Klose <doko at debian.org>, Ben Burton <bab at debian.org>
-Build-Depends: debhelper (>= 7), quilt (>= 0.40)
+Build-Depends: debhelper (>= 7), quilt (>= 0.46-7)
 Build-Depends-Indep: libcompress-raw-zlib-perl (>= 2.017), perl (>= 5.8.8)
 Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/Archive-Zip/

Modified: trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch?rev=45061&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch (original)
+++ trunk/libarchive-zip-perl/debian/patches/fix_example_shebangs.patch Wed Sep 30 02:58:15 2009
@@ -1,3 +1,7 @@
+The module provides several example scripts written in Perl that have
+missing or incorrect shebang lines. This patch adds or changes shebangs
+to #!/usr/bin/perl in order to comply with Debian Policy.
+
 --- a/examples/calcSizes.pl
 +++ b/examples/calcSizes.pl
 @@ -1,3 +1,4 @@

Modified: trunk/libarchive-zip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libarchive-zip-perl/debian/rules?rev=45061&op=diff
==============================================================================
--- trunk/libarchive-zip-perl/debian/rules (original)
+++ trunk/libarchive-zip-perl/debian/rules Wed Sep 30 02:58:15 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with-quilt $@




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