r48648 - in /trunk/libdbd-csv-perl/debian: changelog patches/perlpath.patch patches/series
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Sat Dec 12 19:18:16 UTC 2009
Author: gregoa
Date: Sat Dec 12 19:18:10 2009
New Revision: 48648
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48648
Log:
Add patch perlpath.patch to fix hashbang.
Added:
trunk/libdbd-csv-perl/debian/patches/perlpath.patch
Modified:
trunk/libdbd-csv-perl/debian/changelog
trunk/libdbd-csv-perl/debian/patches/series
Modified: trunk/libdbd-csv-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/changelog?rev=48648&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/changelog (original)
+++ trunk/libdbd-csv-perl/debian/changelog Sat Dec 12 19:18:10 2009
@@ -22,6 +22,7 @@
* Activate more tests.
* Add patch minimumversion.patch to pass Perl::MinimumVersio test; add quilt
framework.
+ * Add patch perlpath.patch to fix hashbang.
-- Jonathan Yu <jawnsy at cpan.org> Thu, 26 Nov 2009 18:25:19 -0500
Added: trunk/libdbd-csv-perl/debian/patches/perlpath.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/patches/perlpath.patch?rev=48648&op=file
==============================================================================
--- trunk/libdbd-csv-perl/debian/patches/perlpath.patch (added)
+++ trunk/libdbd-csv-perl/debian/patches/perlpath.patch Sat Dec 12 19:18:10 2009
@@ -1,0 +1,11 @@
+Author: gregor herrmann <gregoa at debian.org>
+Description: wrong hashbang
+
+--- a/lib/DBD/CSV.pm
++++ b/lib/DBD/CSV.pm
+@@ -1,4 +1,4 @@
+-#!/pro/bin/perl
++#!/usr/bin/perl
+ #
+ # DBD::CSV - A DBI driver for CSV and similar structured files
+ #
Modified: trunk/libdbd-csv-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdbd-csv-perl/debian/patches/series?rev=48648&op=diff
==============================================================================
--- trunk/libdbd-csv-perl/debian/patches/series (original)
+++ trunk/libdbd-csv-perl/debian/patches/series Sat Dec 12 19:18:10 2009
@@ -1,1 +1,2 @@
minimumversion.patch
+perlpath.patch
More information about the Pkg-perl-cvs-commits
mailing list