r46991 - in /trunk/libnet-amazon-perl/debian: changelog control rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Nov 10 18:03:04 UTC 2009


Author: jawnsy-guest
Date: Tue Nov 10 18:02:19 2009
New Revision: 46991

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46991
Log:
Add an override to fix shebang entries

Modified:
    trunk/libnet-amazon-perl/debian/changelog
    trunk/libnet-amazon-perl/debian/control
    trunk/libnet-amazon-perl/debian/rules

Modified: trunk/libnet-amazon-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-perl/debian/changelog?rev=46991&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/changelog (original)
+++ trunk/libnet-amazon-perl/debian/changelog Tue Nov 10 18:02:19 2009
@@ -2,15 +2,9 @@
 
   [ Jonathan Yu ]
   * New upstream release
+  * Add an override to fix shebang entries
 
   [ Nathan Handler ]
-  NOTE: lintian currently displays many manpage-has-bad-whatis-entry warnings
-        This issue has been reported upstream [rt.cpan.org #49639]
-        Upstream has been very cooperative in the past, so I will wait a week or
-        two to see if they release a new tarball fixing these issues. Otherwise,
-        I will prepare a patch that does so. Until the lintian warnings are
-        resolved via one of these methods, please do NOT upload.
-
   * New upstream release
   * debian/control:
     - Bump Standards-Version to 3.8.3

Modified: trunk/libnet-amazon-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-perl/debian/control?rev=46991&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/control (original)
+++ trunk/libnet-amazon-perl/debian/control Tue Nov 10 18:02:19 2009
@@ -1,7 +1,7 @@
 Source: libnet-amazon-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.50)
 Build-Depends-Indep: perl, libwww-perl, liburi-perl,
  libxml-simple-perl, liblog-log4perl-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>

Modified: trunk/libnet-amazon-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-amazon-perl/debian/rules?rev=46991&op=diff
==============================================================================
--- trunk/libnet-amazon-perl/debian/rules (original)
+++ trunk/libnet-amazon-perl/debian/rules Tue Nov 10 18:02:19 2009
@@ -2,3 +2,7 @@
 
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!/usr/local/bin/perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/libnet-amazon-perl/examples/*




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