r54161 - in /trunk/libnet-oauth-perl/debian: changelog rules

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Fri Mar 12 11:56:12 UTC 2010


Author: jawnsy-guest
Date: Fri Mar 12 11:56:05 2010
New Revision: 54161

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=54161
Log:
Add a command to fix shebangs for examples

Modified:
    trunk/libnet-oauth-perl/debian/changelog
    trunk/libnet-oauth-perl/debian/rules

Modified: trunk/libnet-oauth-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/changelog?rev=54161&op=diff
==============================================================================
--- trunk/libnet-oauth-perl/debian/changelog (original)
+++ trunk/libnet-oauth-perl/debian/changelog Fri Mar 12 11:56:05 2010
@@ -4,8 +4,9 @@
   * Use new DEP5 copyright format
   * Update years of copyright
   * Standards-Version 3.8.4 (no changes)
+  * Add a command to fix shebangs for examples
 
- -- Jonathan Yu <jawnsy at cpan.org>  Fri, 12 Mar 2010 07:19:32 -0500
+ -- Jonathan Yu <jawnsy at cpan.org>  Fri, 12 Mar 2010 07:23:42 -0500
 
 libnet-oauth-perl (0.20-1) unstable; urgency=low
 

Modified: trunk/libnet-oauth-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-oauth-perl/debian/rules?rev=54161&op=diff
==============================================================================
--- trunk/libnet-oauth-perl/debian/rules (original)
+++ trunk/libnet-oauth-perl/debian/rules Fri Mar 12 11:56:05 2010
@@ -9,3 +9,6 @@
 override_dh_installexamples:
 	dh_installexamples
 	$(RM) -v $(TMP)/usr/share/doc/$(PACKAGE)/examples/*/oauth-demo.zip
+	find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -print0 | \
+		xargs -r0 sed -i -e '1s|^#!/opt/local/bin/perl|#!/usr/bin/perl|'
+




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