debian/0000755000000000000000000000000012244476553007202 5ustar debian/liblingua-en-nameparse-perl.examples0000644000000000000000000000001411671745744016220 0ustar examples/* debian/patches/0000755000000000000000000000000012244476553010631 5ustar debian/patches/series0000644000000000000000000000003312244476553012042 0ustar fix_interpreter_path.patch debian/patches/fix_interpreter_path.patch0000644000000000000000000000074011671745744016104 0ustar Subject: Debianize interpreter path in example script Author: Nicholas Bamber Forwarded: not-needed Last-Update: 2011-01-04 --- 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 @@ -107,4 +107,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 debian/watch0000644000000000000000000000027712101264657010231 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/Lingua-EN-NameParse/ .*/Lingua-EN-NameParse-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/copyright0000644000000000000000000000255212213554557011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Lingua-EN-NameParse Upstream-Contact: Kim Ryan Source: https://metacpan.org/release/Lingua-EN-NameParse/ Files: * Copyright: 2013, Kim Ryan License: Artistic or GPL-1+ Files: debian/* Copyright: 2005-2008, Ernesto Hernández-Novich 2007, Russ Allbery 2007, Damyan Ivanov 2008, Roberto C. Sanchez 2008-2010, gregor hermann 2010, Nathan Handler 2010-2011, Nicholas Bamber 2013, Florian Schlichting License: Artistic or GPL-1+ 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 systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic'. 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 systems, the complete text of version 1 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000313012244476222010573 0ustar Source: liblingua-en-nameparse-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000) Build-Depends-Indep: perl, libparse-recdescent-perl, libtest-pod-perl, libtest-pod-coverage-perl, perl (>= 5.13.10) | libutf8-perl (>= 1.09) Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Nicholas Bamber , Florian Schlichting Homepage: https://metacpan.org/release/Lingua-EN-NameParse/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liblingua-en-nameparse-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblingua-en-nameparse-perl.git Standards-Version: 3.9.5 Package: liblingua-en-nameparse-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libparse-recdescent-perl, perl (>= 5.13.10) | libutf8-perl (>= 1.09) Description: module for parsing a person's name in free text Lingua::EN::NameParse takes as input a person or persons name in free format text such as, . Mr AB & M/s CD MacNay-Smith MR J.L. D'ANGELO Estate Of The Late Lieutenant Colonel AB Van Der Heiden . and attempts to parse it. If successful, the name is broken down into components and useful functions can be performed such as: . converting upper or lower case values to name case (Mr AB MacNay ) creating a personalised greeting or salutation (Dear Mr MacNay ) extracting the names individual components (Mr,AB,MacNay ) determining the type of format the name is in (Mr_A_Smith ) debian/compat0000644000000000000000000000000212213554151010363 0ustar 8 debian/changelog0000644000000000000000000001052312244476553011055 0ustar liblingua-en-nameparse-perl (1.32-1) unstable; urgency=low * Import Upstream version 1.32 * Declare compliance with Debian Policy 3.9.5 * Drop pod.patch, applied upstream -- Florian Schlichting Sun, 24 Nov 2013 23:24:55 +0100 liblingua-en-nameparse-perl (1.31-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 1.31 * Update year of upstream copyright * Add build-dependency on Module::Build 0.38 * Add (build-)dependency on Perl 5.13.10 for utf8 1.09 * Refresh and forward pod.patch * Bump dh compatibility to level 8 (no changes necessary) * Bump Standards-Version to 3.9.4 (no change) * Add myself to uploaders and copyright -- Florian Schlichting Tue, 10 Sep 2013 10:30:49 +0200 liblingua-en-nameparse-perl (1.30-1) unstable; urgency=low * New upstream release * Refreshed patch -- Nicholas Bamber Thu, 31 Mar 2011 09:57:48 +0100 liblingua-en-nameparse-perl (1.29-1) unstable; urgency=low * New upstream release * Refreshed patch -- Nicholas Bamber Fri, 21 Jan 2011 23:07:32 +0000 liblingua-en-nameparse-perl (1.28-1) unstable; urgency=low [ Russ Allbery ] * Remove myself from Uploaders. [ Nicholas Bamber ] * New upstream release * Refreshed interpreter path patch * Refreshed short description * Refreshed copyright [ gregor herrmann ] * Update years of upstream copyright (there are 3 different years in the upstream code ...). -- Nicholas Bamber Tue, 04 Jan 2011 20:56:57 +0000 liblingua-en-nameparse-perl (1.27-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Roberto Sanchez ] * Roberto Sanchez removed himself from Uploaders [ Nicholas Bamber ] * New upstream release * 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 * Remove README from docs * Removed unnecessary dependencies * Wildcarded .examples file -- Nicholas Bamber Tue, 17 Aug 2010 20:22:14 +0100 liblingua-en-nameparse-perl (1.24-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/watch: use dist-based URL. * debian/rules: remove /usr/lib/perl5 only if it exists. * debian/copyright: update year of copyright. [ Roberto C. Sanchez ] * Update to debhelper compatibility level 6. -- Roberto C. Sanchez Wed, 09 Jan 2008 23:34:02 -0500 liblingua-en-nameparse-perl (1.23-2) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Fixed copyright and control file with a better URL. * Fixed maintainer field in control file. [ Russ Allbery ] * Update standards version to 3.7.3 (no changes required). * Update debhelper compatibility level to V5 (no changes required). * Indent the parts of the long description that should not be wrapped. -- Russ Allbery Wed, 26 Dec 2007 13:42:10 -0800 liblingua-en-nameparse-perl (1.23-1) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Moved package into Perl Pkg Project SVN. * Updated Standards Version. * Cleanup debian/rules. * Fixed copyright file with a better URL. * Fixed watch files. * Wrapped long lines in control file. [ Damyan Ivanov ] * Move examples/demo.pl from debian/docs to dh_installexamples * Remove redundant debian/docs * Avoid failing parallel build in debian/rules -- Damyan Ivanov Thu, 15 Nov 2007 16:46:24 +0200 liblingua-en-nameparse-perl (1.22-1) unstable; urgency=low * Initial Release. -- Ernesto Hernández-Novich Sun, 04 Dec 2005 22:24:12 -0400 debian/source/0000755000000000000000000000000011671745744010506 5ustar debian/source/format0000644000000000000000000000001411671745744011714 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671745744010265 0ustar #!/usr/bin/make -f %: dh $@