debian/0000755000000000000000000000000012226062046007166 5ustar debian/rules0000755000000000000000000000003612226062046010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000276012226062046010576 0ustar Source: libstring-toidentifier-en-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: liblingua-en-inflect-phrase-perl (>= 0.16), libnamespace-clean-perl (>= 0.20), libtext-unidecode-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libstring-toidentifier-en-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstring-toidentifier-en-perl.git Homepage: https://metacpan.org/release/String-ToIdentifier-EN/ Package: libstring-toidentifier-en-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liblingua-en-inflect-phrase-perl (>= 0.16), libnamespace-clean-perl (>= 0.20), libtext-unidecode-perl Description: module to convert strings to English program identifiers String::ToIdentifier::EN is a Perl module that provides a utility to convert an arbitrary string into an identifier usable in a computer program. The intent is to make unique identifier names from which the content of the original string can be easily inferred by a human just by reading the identifier. . If you need the full set of alphanumeric caracters including Unicode, see the subclass String::ToIdentifier::EN::Unicode. . Currently, this process is one way only, and will likely remain this way. debian/source/0000755000000000000000000000000012226062046010466 5ustar debian/source/format0000644000000000000000000000001412226062046011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000316512226062046011045 0ustar libstring-toidentifier-en-perl (0.11-1) unstable; urgency=low * Team upload. * New upstream release. -- gregor herrmann Fri, 11 Oct 2013 22:48:28 +0200 libstring-toidentifier-en-perl (0.10-1) unstable; urgency=low * Team upload. * New upstream release. * debian/copyright: - update upstream copyright years - drop information about removed inc/Module/* * Drop pod-encoding.patch, merged upstream. -- gregor herrmann Mon, 10 Jun 2013 17:30:10 +0200 libstring-toidentifier-en-perl (0.09-1) unstable; urgency=low * Team upload. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.{14,18}: test failure" (Closes: #711631) * Bump versioned (build) dependency on liblingua-en-inflect-phrase-perl. * Update copyright information for inc/Module/*. * Set Standards-Version to 3.9.4 (no further changes). * Add a patch to fix a POD issue with newer Pod::Simple. -- gregor herrmann Sat, 08 Jun 2013 14:52:24 +0200 libstring-toidentifier-en-perl (0.07-1) unstable; urgency=low * Team upload. * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Sat, 24 Mar 2012 15:04:04 +0100 libstring-toidentifier-en-perl (0.06-1) unstable; urgency=low * Initial Release. (Closes: #658086) -- Dominique Dumont Tue, 31 Jan 2012 10:59:58 +0100 debian/compat0000644000000000000000000000000212226062046010364 0ustar 8 debian/copyright0000644000000000000000000000206612226062046011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: String-ToIdentifier-EN Upstream-Contact: Rafael Kitover Source: https://metacpan.org/release/String-ToIdentifier-EN/ Files: * Copyright: 2013, Rafael Kitover License: Artistic or GPL-1+ Files: debian/* Copyright: 2012, Dominique Dumont 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/watch0000644000000000000000000000021212226062046010212 0ustar version=3 https://metacpan.org/release/String-ToIdentifier-EN/ .*/String-ToIdentifier-EN-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$