r61501 - in /trunk/liblingua-en-nameparse-perl: debian/changelog debian/control examples/demo.pl

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Tue Aug 10 13:47:26 UTC 2010


Author: periapt-guest
Date: Tue Aug 10 13:47:13 2010
New Revision: 61501

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=61501
Log:
Fixed issues blocking upload

Modified:
    trunk/liblingua-en-nameparse-perl/debian/changelog
    trunk/liblingua-en-nameparse-perl/debian/control
    trunk/liblingua-en-nameparse-perl/examples/demo.pl

Modified: trunk/liblingua-en-nameparse-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-nameparse-perl/debian/changelog?rev=61501&op=diff
==============================================================================
--- trunk/liblingua-en-nameparse-perl/debian/changelog (original)
+++ trunk/liblingua-en-nameparse-perl/debian/changelog Tue Aug 10 13:47:13 2010
@@ -1,8 +1,4 @@
 liblingua-en-nameparse-perl (1.27-1) UNRELEASED; urgency=low
-
-  TODO: use source format 3
-  fix interpreter path in example
-  remove extra space after 'Description: ' in control file
 
   [ gregor herrmann ]
   * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
@@ -17,6 +13,9 @@
   * Updated standards version and compatibility number
   * Updated copyright file
   * Rewrote rules file according to modern principles
+  * remove extra space after 'Description: ' in control file
+  * use source format '3.0 (quilt)'
+  * fix interpreter path in examples/demo.pl
 
  -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 08 Aug 2010 18:10:06 +0100
 

Modified: trunk/liblingua-en-nameparse-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-nameparse-perl/debian/control?rev=61501&op=diff
==============================================================================
--- trunk/liblingua-en-nameparse-perl/debian/control (original)
+++ trunk/liblingua-en-nameparse-perl/debian/control Tue Aug 10 13:47:13 2010
@@ -14,7 +14,7 @@
 Package: liblingua-en-nameparse-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl
-Description:  Perl routines for manipulating a person's name
+Description: Perl routines for manipulating a person's name
  Lingua::EN::NameParse takes as input a person or persons name in
  free format text such as,
  .

Modified: trunk/liblingua-en-nameparse-perl/examples/demo.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-nameparse-perl/examples/demo.pl?rev=61501&op=diff
==============================================================================
--- trunk/liblingua-en-nameparse-perl/examples/demo.pl (original)
+++ trunk/liblingua-en-nameparse-perl/examples/demo.pl Tue Aug 10 13:47:13 2010
@@ -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
+Major JA Dunn




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