r49261 - in /trunk/libemail-send-perl/debian: changelog patches/fix_examples_wrong_interpreter_path.patch patches/series
carnil-guest at users.alioth.debian.org
carnil-guest at users.alioth.debian.org
Wed Dec 23 10:39:40 UTC 2009
Author: carnil-guest
Date: Wed Dec 23 10:39:22 2009
New Revision: 49261
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=49261
Log:
Add fix_examples_wrong_interpreter_path.patch patch to fix path to perl
interpreter in example script.
Added:
trunk/libemail-send-perl/debian/patches/fix_examples_wrong_interpreter_path.patch
Modified:
trunk/libemail-send-perl/debian/changelog
trunk/libemail-send-perl/debian/patches/series
Modified: trunk/libemail-send-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/changelog?rev=49261&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/changelog (original)
+++ trunk/libemail-send-perl/debian/changelog Wed Dec 23 10:39:22 2009
@@ -1,9 +1,14 @@
libemail-send-perl (2.198-2) UNRELEASED; urgency=low
+ [ gregor herrmann ]
* debian/control: Changed: (build-)depend on perl instead of perl-
modules.
- -- gregor herrmann <gregoa at debian.org> Fri, 23 Oct 2009 02:24:48 +0200
+ [ Salvatore Bonaccorso ]
+ * Add fix_examples_wrong_interpreter_path.patch patch to fix path to perl
+ interpreter in example script.
+
+ -- Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com> Wed, 23 Dec 2009 11:38:33 +0100
libemail-send-perl (2.198-1) unstable; urgency=low
Added: trunk/libemail-send-perl/debian/patches/fix_examples_wrong_interpreter_path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/patches/fix_examples_wrong_interpreter_path.patch?rev=49261&op=file
==============================================================================
--- trunk/libemail-send-perl/debian/patches/fix_examples_wrong_interpreter_path.patch (added)
+++ trunk/libemail-send-perl/debian/patches/fix_examples_wrong_interpreter_path.patch Wed Dec 23 10:39:22 2009
@@ -1,0 +1,11 @@
+Description: Fix path to perl interpreter in example script.
+Origin: vendor
+Author: Salvatore Bonaccorso <salvatore.bonaccorso at gmail.com>
+--- a/eg/send-email.pl
++++ b/eg/send-email.pl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+ use strict;
+ $^W = 1;
+
Modified: trunk/libemail-send-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libemail-send-perl/debian/patches/series?rev=49261&op=diff
==============================================================================
--- trunk/libemail-send-perl/debian/patches/series (original)
+++ trunk/libemail-send-perl/debian/patches/series Wed Dec 23 10:39:22 2009
@@ -1,1 +1,2 @@
add_usr_sbin_to_path
+fix_examples_wrong_interpreter_path.patch
More information about the Pkg-perl-cvs-commits
mailing list