r46459 - in /trunk/liblingua-en-inflect-perl: debian/ debian/patches/ lib/Lingua/EN/

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Oct 27 16:05:22 UTC 2009


Author: jawnsy-guest
Date: Tue Oct 27 16:04:27 2009
New Revision: 46459

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46459
Log:
* Install patch to fix POD errors
* Refresh copyright information (using new format)
* Install demo/* stuff as examples

Added:
    trunk/liblingua-en-inflect-perl/debian/README.source
    trunk/liblingua-en-inflect-perl/debian/liblingua-en-inflect-perl.examples
    trunk/liblingua-en-inflect-perl/debian/patches/
    trunk/liblingua-en-inflect-perl/debian/patches/fix-pod-errors.patch
    trunk/liblingua-en-inflect-perl/debian/patches/series
Modified:
    trunk/liblingua-en-inflect-perl/debian/changelog
    trunk/liblingua-en-inflect-perl/debian/control
    trunk/liblingua-en-inflect-perl/debian/copyright
    trunk/liblingua-en-inflect-perl/debian/rules
    trunk/liblingua-en-inflect-perl/lib/Lingua/EN/Inflect.pm

Added: trunk/liblingua-en-inflect-perl/debian/README.source
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/README.source?rev=46459&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/README.source (added)
+++ trunk/liblingua-en-inflect-perl/debian/README.source Tue Oct 27 16:04:27 2009
@@ -1,0 +1,5 @@
+This package uses quilt to manage all modifications to the upstream
+source.  Changes are stored in the source package as diffs in
+debian/patches and applied during the build.
+ 
+See /usr/share/doc/quilt/README.source for a detailed explanation.

Modified: trunk/liblingua-en-inflect-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/changelog?rev=46459&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/changelog (original)
+++ trunk/liblingua-en-inflect-perl/debian/changelog Tue Oct 27 16:04:27 2009
@@ -6,6 +6,9 @@
   * Add myself to Uploaders
   * Rewrote control description
   * Use new short debhelper rules format
+  * Install patch to fix POD errors
+  * Refresh copyright information (using new format)
+  * Install demo/* stuff as examples
 
   [ gregor herrmann ]
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser

Modified: trunk/liblingua-en-inflect-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/control?rev=46459&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/control (original)
+++ trunk/liblingua-en-inflect-perl/debian/control Tue Oct 27 16:04:27 2009
@@ -1,7 +1,7 @@
 Source: liblingua-en-inflect-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
 Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
@@ -16,9 +16,9 @@
 Conflicts: libcoy-perl (<< 0.06-2)
 Description: Perl module to pluralize English words
  Lingua::EN::Inflect is a Perl module which can pluralize words in English. It
- It handles the special cases, and support nouns, verbs, and adjectives. It
- can also pick between "a" and "an" based on pronunciation of a word and
- compare words in a "number-insensitive" manner. 
+ handles the special cases, and support nouns, verbs, and adjectives. It can
+ also pick between "a" and "an" based on pronunciation of a word and compare
+ words in a "number-insensitive" manner. 
  .
  Lingua::EN::Inflect follows the Oxford English Dictionary and the guidelines
  in Fowler's Modern English Usage, preferring the former where they disagree.

Modified: trunk/liblingua-en-inflect-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/copyright?rev=46459&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/copyright (original)
+++ trunk/liblingua-en-inflect-perl/debian/copyright Tue Oct 27 16:04:27 2009
@@ -1,15 +1,30 @@
-This is a Debian prepackaged version of the Lingua::EN::Inflect perl
-module.
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Damian Conway <damian at conway.org>
+Upstream-Source: http://search.cpan.org/dist/Lingua-EN-Inflect/
+Upstream-Name: Lingua-EN-Inflect
 
-This package was put together by Joey Hess <joeyh at debian.org>, using
-sources from the CPAN, at:
-	http://www.perl.com/CPAN/authors/id/DCONWAY/
+Files: *
+Copyright: 1997-2000, Damian Conway <damian at conway.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
 
-The following copyright applies to this package:
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+ 2002-2007, Joey Hess <joeyh at debian.org>
+License: Artistic | GPL-1+
 
- Copyright (c) 1997-2000, Damian Conway. All Rights Reserved.
- This module is free software. It may be used, redistributed 
-     and/or modified under the same terms as Perl itself. 
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
 
-(Those terms are either of the Artistic license or the GPL; both licenses
-can be found in full in /usr/share/common-licenses/)
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'
+

Added: trunk/liblingua-en-inflect-perl/debian/liblingua-en-inflect-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/liblingua-en-inflect-perl.examples?rev=46459&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/liblingua-en-inflect-perl.examples (added)
+++ trunk/liblingua-en-inflect-perl/debian/liblingua-en-inflect-perl.examples Tue Oct 27 16:04:27 2009
@@ -1,0 +1,1 @@
+demo/*

Added: trunk/liblingua-en-inflect-perl/debian/patches/fix-pod-errors.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/patches/fix-pod-errors.patch?rev=46459&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/patches/fix-pod-errors.patch (added)
+++ trunk/liblingua-en-inflect-perl/debian/patches/fix-pod-errors.patch Tue Oct 27 16:04:27 2009
@@ -1,0 +1,4 @@
+Description: fix POD errors
+Author: Jonathan Yu <jawnsy at cpan.org>
+Origin: vendor
+Forwarded: no

Added: trunk/liblingua-en-inflect-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/patches/series?rev=46459&op=file
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/patches/series (added)
+++ trunk/liblingua-en-inflect-perl/debian/patches/series Tue Oct 27 16:04:27 2009
@@ -1,0 +1,1 @@
+fix-pod-errors.patch

Modified: trunk/liblingua-en-inflect-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/debian/rules?rev=46459&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/debian/rules (original)
+++ trunk/liblingua-en-inflect-perl/debian/rules Tue Oct 27 16:04:27 2009
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with quilt $@

Modified: trunk/liblingua-en-inflect-perl/lib/Lingua/EN/Inflect.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/liblingua-en-inflect-perl/lib/Lingua/EN/Inflect.pm?rev=46459&op=diff
==============================================================================
--- trunk/liblingua-en-inflect-perl/lib/Lingua/EN/Inflect.pm (original)
+++ trunk/liblingua-en-inflect-perl/lib/Lingua/EN/Inflect.pm Tue Oct 27 16:04:27 2009
@@ -2715,6 +2715,7 @@
 The problem is that C<NUMWORDS> doesn't know any
 words for number components bigger than "decillion".
 
+=back
 
 =head1 OTHER ISSUES
 




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