r61518 - in /trunk/liblingua-en-nameparse-perl/debian: changelog patches/ patches/fix_interpreter_path.patch patches/series

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 10 21:29:36 UTC 2010


Author: periapt-guest
Date: Tue Aug 10 21:29:29 2010
New Revision: 61518

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61518
Log:
Applied patch to examples/demo.pl

Added:
    trunk/liblingua-en-nameparse-perl/debian/patches/
    trunk/liblingua-en-nameparse-perl/debian/patches/fix_interpreter_path.patch
    trunk/liblingua-en-nameparse-perl/debian/patches/series
Modified:
    trunk/liblingua-en-nameparse-perl/debian/changelog

Modified: trunk/liblingua-en-nameparse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-nameparse-perl/debian/changelog?rev=61518&op=diff
==============================================================================
--- trunk/liblingua-en-nameparse-perl/debian/changelog (original)
+++ trunk/liblingua-en-nameparse-perl/debian/changelog Tue Aug 10 21:29:29 2010
@@ -1,6 +1,4 @@
-liblingua-en-nameparse-perl (1.27-2) UNRELEASED; urgency=low
-
-  TODO: some how forgot patch
+liblingua-en-nameparse-perl (1.27-1) UNRELEASED; urgency=low
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN

Added: trunk/liblingua-en-nameparse-perl/debian/patches/fix_interpreter_path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-nameparse-perl/debian/patches/fix_interpreter_path.patch?rev=61518&op=file
==============================================================================
--- trunk/liblingua-en-nameparse-perl/debian/patches/fix_interpreter_path.patch (added)
+++ trunk/liblingua-en-nameparse-perl/debian/patches/fix_interpreter_path.patch Tue Aug 10 21:29:29 2010
@@ -1,0 +1,19 @@
+Subject: Debianize interpreter path in example script
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Forwarded: not-needed
+Last-Update: 10-08-2010
+--- a/examples/demo.pl
++++ b/examples/demo.pl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl -w
++#!/usr/bin/perl -w
+ 
+ # Demo script for Lingua::EN::NameParse.pm
+ 
+@@ -109,4 +109,4 @@
+ James Graham, Marquess of Montrose
+ Flight Officer John Gillespie Magee
+ Sir Author Conan Doyle
+-Major JA Dunn
+\ No newline at end of file
++Major JA Dunn

Added: trunk/liblingua-en-nameparse-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-nameparse-perl/debian/patches/series?rev=61518&op=file
==============================================================================
--- trunk/liblingua-en-nameparse-perl/debian/patches/series (added)
+++ trunk/liblingua-en-nameparse-perl/debian/patches/series Tue Aug 10 21:29:29 2010
@@ -1,0 +1,1 @@
+fix_interpreter_path.patch




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