r76752 - in /trunk/libhash-fieldhash-perl/debian: changelog rules

fabreg-guest at users.alioth.debian.org fabreg-guest at users.alioth.debian.org
Wed Jun 29 19:36:25 UTC 2011


Author: fabreg-guest
Date: Wed Jun 29 19:36:15 2011
New Revision: 76752

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=76752
Log:
Fixed interpreter shebang lines. 

Modified:
    trunk/libhash-fieldhash-perl/debian/changelog
    trunk/libhash-fieldhash-perl/debian/rules

Modified: trunk/libhash-fieldhash-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/changelog?rev=76752&op=diff
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/changelog (original)
+++ trunk/libhash-fieldhash-perl/debian/changelog Wed Jun 29 19:36:15 2011
@@ -6,6 +6,7 @@
   * Bump to 3.0 quilt format.
   * Added year in d/copyright.
   * Bump to 3.9.2 Standard-Version.
+  * Fixed interpreter shebang lines. 
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Wed, 29 Jun 2011 20:58:04 +0200
 

Modified: trunk/libhash-fieldhash-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhash-fieldhash-perl/debian/rules?rev=76752&op=diff
==============================================================================
--- trunk/libhash-fieldhash-perl/debian/rules (original)
+++ trunk/libhash-fieldhash-perl/debian/rules Wed Jun 29 19:36:15 2011
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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