--- libtext-affixes-perl-0.07.orig/debian/control +++ libtext-affixes-perl-0.07/debian/control @@ -0,0 +1,19 @@ +Source: libtext-affixes-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl (>= 5.6.0-12), libtest-pod-perl, libtest-pod-coverage-perl +Maintainer: Debian Perl Group +Uploaders: Alejandro Garrido Mota +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Text-Affixes/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-affixes-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-affixes-perl/ + +Package: libtext-affixes-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module for extracting prefixes and suffixes from a text + Text::Affixes provides methods to extract prefixes and suffixes from a text + (string). It is possible set some configuration options like 'exclude + numbers' and 'lowercase'. --- libtext-affixes-perl-0.07.orig/debian/copyright +++ libtext-affixes-perl-0.07/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jose Castro, +Upstream-Source: http://search.cpan.org/dist/Text-Affixes/ +Upstream-Name: Text-Affixes + +Files: * +Copyright: 2004, Jose Castro +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Alejandro Garrido Mota +License: Artistic | 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2' --- libtext-affixes-perl-0.07.orig/debian/watch +++ libtext-affixes-perl-0.07/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Text-Affixes/ .*/Text-Affixes-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libtext-affixes-perl-0.07.orig/debian/compat +++ libtext-affixes-perl-0.07/debian/compat @@ -0,0 +1 @@ +7 --- libtext-affixes-perl-0.07.orig/debian/changelog +++ libtext-affixes-perl-0.07/debian/changelog @@ -0,0 +1,5 @@ +libtext-affixes-perl (0.07-1) unstable; urgency=low + + * Initial Release (Closes: #538314). + + -- Alejandro Garrido Mota Fri, 24 Jul 2009 13:22:23 -0430 --- libtext-affixes-perl-0.07.orig/debian/rules +++ libtext-affixes-perl-0.07/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@