r48228 - in /trunk/libpoe-component-client-http-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Dec 5 11:04:15 UTC 2009


Author: gregoa
Date: Sat Dec  5 11:04:05 2009
New Revision: 48228

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48228
Log:
Fix hashbang in example script.

Modified:
    trunk/libpoe-component-client-http-perl/debian/changelog
    trunk/libpoe-component-client-http-perl/debian/rules

Modified: trunk/libpoe-component-client-http-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/changelog?rev=48228&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-http-perl/debian/changelog Sat Dec  5 11:04:05 2009
@@ -18,6 +18,7 @@
     patches.
   * New upstream release, works with newer libwww-perl.
   * Set Standards-Version to 3.8.3 (no changes).
+  * Fix hashbang in example script.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 05 Dec 2009 11:52:29 +0100
 

Modified: trunk/libpoe-component-client-http-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-http-perl/debian/rules?rev=48228&op=diff
==============================================================================
--- trunk/libpoe-component-client-http-perl/debian/rules (original)
+++ trunk/libpoe-component-client-http-perl/debian/rules Sat Dec  5 11:04:05 2009
@@ -5,3 +5,7 @@
 
 override_dh_auto_test:
 	http_proxy= HTTP_PROXY= CGI_HTTP_PROXY= NOINTERNET=1 dh_auto_test
+
+override_dh_installexamples:
+	dh_installexamples
+	sed -i -e '1 s;#.*perl;#!/usr/bin/perl;' $(CURDIR)/debian/libpoe-component-client-http-perl/usr/share/doc/libpoe-component-client-http-perl/examples/*




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