r50080 - in /trunk/libxml-xql-perl/debian: changelog patches/hashbang.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Jan 3 19:18:16 UTC 2010


Author: gregoa
Date: Sun Jan  3 19:18:10 2010
New Revision: 50080

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50080
Log:
Fix hashbang in xql.pl from debian/rules instead of using a patch.

Removed:
    trunk/libxml-xql-perl/debian/patches/hashbang.patch
Modified:
    trunk/libxml-xql-perl/debian/changelog
    trunk/libxml-xql-perl/debian/patches/series
    trunk/libxml-xql-perl/debian/rules

Modified: trunk/libxml-xql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xql-perl/debian/changelog?rev=50080&op=diff
==============================================================================
--- trunk/libxml-xql-perl/debian/changelog (original)
+++ trunk/libxml-xql-perl/debian/changelog Sun Jan  3 19:18:10 2010
@@ -23,6 +23,9 @@
     (no longer in Debian).
   * debian/watch: Use extended regular expression to match releases.
   * Convert debian/copyright to proposed machine-readable format.
+
+  [ gregor herrmann ]
+  * Fix hashbang in xql.pl from debian/rules instead of using a patch.
 
  -- Ansgar Burchardt <ansgar at 43-1.org>  Sun, 03 Jan 2010 20:10:14 +0900
 

Modified: trunk/libxml-xql-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xql-perl/debian/patches/series?rev=50080&op=diff
==============================================================================
--- trunk/libxml-xql-perl/debian/patches/series (original)
+++ trunk/libxml-xql-perl/debian/patches/series Sun Jan  3 19:18:10 2010
@@ -1,2 +1,1 @@
-hashbang.patch
 spelling.patch

Modified: trunk/libxml-xql-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libxml-xql-perl/debian/rules?rev=50080&op=diff
==============================================================================
--- trunk/libxml-xql-perl/debian/rules (original)
+++ trunk/libxml-xql-perl/debian/rules Sun Jan  3 19:18:10 2010
@@ -1,7 +1,15 @@
 #!/usr/bin/make -f
+
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh --with quilt $@
 
 override_dh_auto_install:
 	dh_auto_install
 	$(RM) -r $(CURDIR)/debian/libxml-xql-perl/usr/bin
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i '1s|^#!.*perl.*$$|#!/usr/bin/perl -w|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*




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