r41478 - in /trunk/libhttp-proxy-perl/debian: changelog patches/hashbang.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Aug 7 23:39:15 UTC 2009


Author: gregoa
Date: Fri Aug  7 23:39:09 2009
New Revision: 41478

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41478
Log:
New patch hashbang.patch: adds/fixes hashbangs in example scripts.

Added:
    trunk/libhttp-proxy-perl/debian/patches/hashbang.patch
Modified:
    trunk/libhttp-proxy-perl/debian/changelog
    trunk/libhttp-proxy-perl/debian/patches/series

Modified: trunk/libhttp-proxy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/changelog?rev=41478&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/changelog (original)
+++ trunk/libhttp-proxy-perl/debian/changelog Fri Aug  7 23:39:09 2009
@@ -12,6 +12,7 @@
   * debian/rules: use "--with quilt", adjust build dependencies.
   * debian/copyright: add years of upstream copyright.
   * debian/control: remove leading article from short description.
+  * New patch hashbang.patch: adds/fixes hashbangs in example scripts.
 
   [ Nathan Handler ]
   * debian/watch: Update to ignore development releases.

Added: trunk/libhttp-proxy-perl/debian/patches/hashbang.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/hashbang.patch?rev=41478&op=file
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/hashbang.patch (added)
+++ trunk/libhttp-proxy-perl/debian/patches/hashbang.patch Fri Aug  7 23:39:09 2009
@@ -1,0 +1,25 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: add/fix hashbangs in example scripts
+
+--- a/eg/flv.pl
++++ b/eg/flv.pl
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env perl
++#!/usr/bin/perl
+ use strict;
+ use warnings;
+ use HTTP::Proxy;
+--- a/eg/js.pl
++++ b/eg/js.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl -w
+ use HTTP::Proxy;
+ use HTTP::Proxy::BodyFilter::save;
+ 
+--- a/eg/rfc.pl
++++ b/eg/rfc.pl
+@@ -1,3 +1,4 @@
++#!/usr/bin/perl -w
+ use HTTP::Proxy;
+ use HTTP::Proxy::BodyFilter::save;
+ 

Modified: trunk/libhttp-proxy-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libhttp-proxy-perl/debian/patches/series?rev=41478&op=diff
==============================================================================
--- trunk/libhttp-proxy-perl/debian/patches/series (original)
+++ trunk/libhttp-proxy-perl/debian/patches/series Fri Aug  7 23:39:09 2009
@@ -1,1 +1,2 @@
 pod_spelling.patch
+hashbang.patch




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