r73934 - in /trunk/libnet-ip-perl/debian: changelog rules

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue May 3 18:17:17 UTC 2011


Author: periapt-guest
Date: Tue May  3 18:16:37 2011
New Revision: 73934

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=73934
Log:
Added rules to fix shebang in example scripts

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

Modified: trunk/libnet-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/changelog?rev=73934&op=diff
==============================================================================
--- trunk/libnet-ip-perl/debian/changelog (original)
+++ trunk/libnet-ip-perl/debian/changelog Tue May  3 18:16:37 2011
@@ -8,6 +8,7 @@
   * Removed README file
   * Refreshed debian/rules and add debian/source/format
   * Added Homepage field to debian/control
+  * Added rules to fix shebang in example scripts
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Tue, 03 May 2011 17:19:49 +0100
 

Modified: trunk/libnet-ip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ip-perl/debian/rules?rev=73934&op=diff
==============================================================================
--- trunk/libnet-ip-perl/debian/rules (original)
+++ trunk/libnet-ip-perl/debian/rules Tue May  3 18:16:37 2011
@@ -11,3 +11,8 @@
 	dh_install
 	rm -rf $(TMP)/usr/bin
 
+override_dh_installexamples:
+	dh_installexamples
+	sed -i -e'1s|#!perl|#!/usr/bin/perl|' $(EG)/ip*
+
+




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