r45453 - in /trunk/libtext-reflow-perl/debian: libtext-reflow-perl.examples patches/hashbang.patch patches/series

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Wed Oct 7 20:19:45 UTC 2009


Author: gregoa
Date: Wed Oct  7 20:19:32 2009
New Revision: 45453

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45453
Log:
install ./reflow as an example, fix hashbang in the script

Added:
    trunk/libtext-reflow-perl/debian/libtext-reflow-perl.examples
    trunk/libtext-reflow-perl/debian/patches/hashbang.patch
Modified:
    trunk/libtext-reflow-perl/debian/patches/series

Added: trunk/libtext-reflow-perl/debian/libtext-reflow-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/libtext-reflow-perl.examples?rev=45453&op=file
==============================================================================
--- trunk/libtext-reflow-perl/debian/libtext-reflow-perl.examples (added)
+++ trunk/libtext-reflow-perl/debian/libtext-reflow-perl.examples Wed Oct  7 20:19:32 2009
@@ -1,0 +1,1 @@
+reflow

Added: trunk/libtext-reflow-perl/debian/patches/hashbang.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/patches/hashbang.patch?rev=45453&op=file
==============================================================================
--- trunk/libtext-reflow-perl/debian/patches/hashbang.patch (added)
+++ trunk/libtext-reflow-perl/debian/patches/hashbang.patch Wed Oct  7 20:19:32 2009
@@ -1,0 +1,11 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: fix hashbang
+
+--- a/reflow
++++ b/reflow
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ # Version 7.0
+ # Original script written by Michael Larsen, larsen at edu.upenn.math 
+ # Modified by Martin Ward, martin at gkc.org.uk

Modified: trunk/libtext-reflow-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-reflow-perl/debian/patches/series?rev=45453&op=diff
==============================================================================
--- trunk/libtext-reflow-perl/debian/patches/series (original)
+++ trunk/libtext-reflow-perl/debian/patches/series Wed Oct  7 20:19:32 2009
@@ -1,1 +1,2 @@
 fix-pod-errors.patch
+hashbang.patch




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