r68276 - in /trunk/libio-socket-socks-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Thu Feb 10 15:17:17 UTC 2011


Author: periapt-guest
Date: Thu Feb 10 15:17:01 2011
New Revision: 68276

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=68276
Log:
TODO: Fix shebang in examples
Fix long description

Modified:
    trunk/libio-socket-socks-perl/debian/changelog
    trunk/libio-socket-socks-perl/debian/rules

Modified: trunk/libio-socket-socks-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/changelog?rev=68276&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/changelog (original)
+++ trunk/libio-socket-socks-perl/debian/changelog Thu Feb 10 15:17:01 2011
@@ -1,4 +1,7 @@
 libio-socket-socks-perl (0.4-1) UNRELEASED; urgency=low
+
+  TODO: Fix shebang in examples
+  Fix long description
 
   [ Pierre Neyron ]
   * Fixed package description: socks V4 is implemented as well now.

Modified: trunk/libio-socket-socks-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-socks-perl/debian/rules?rev=68276&op=diff
==============================================================================
--- trunk/libio-socket-socks-perl/debian/rules (original)
+++ trunk/libio-socket-socks-perl/debian/rules Thu Feb 10 15:17:01 2011
@@ -8,6 +8,7 @@
 override_dh_installexamples:
 	dh_installexamples
 	chmod a+x $(TMP)/usr/share/doc/$(PKG)/examples/*.pl
+	sed -i -e's|^#.*/#!|usr/bin/perl|' $(TMP)/usr/share/doc/$(PKG)/examples/*.pl
 
 override_dh_compress:
 	dh_compress -Xexamples




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