--- libnumber-recordlocator-perl-0.005.orig/debian/rules +++ libnumber-recordlocator-perl-0.005/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libnumber-recordlocator-perl-0.005.orig/debian/watch +++ libnumber-recordlocator-perl-0.005/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Number-RecordLocator/ .*/Number-RecordLocator-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libnumber-recordlocator-perl-0.005.orig/debian/changelog +++ libnumber-recordlocator-perl-0.005/debian/changelog @@ -0,0 +1,5 @@ +libnumber-recordlocator-perl (0.005-1) unstable; urgency=low + + * Initial Release. (Closes: #543555) + + -- Christine Spang Tue, 25 Aug 2009 18:39:53 -0400 --- libnumber-recordlocator-perl-0.005.orig/debian/copyright +++ libnumber-recordlocator-perl-0.005/debian/copyright @@ -0,0 +1,35 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jesse Vincent +Upstream-Source: http://search.cpan.org/dist/Number-RecordLocator/ +Upstream-Name: Number-RecordLocator + +Files: inc/Module/* +Copyright: 2002-2009, Adam Kennedy + 2002-2009, Audrey Tang + 2002-2009, Brian Ingerson +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: * +Copyright: 2006, Best Practical Solutions, LLC +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Christine Spang +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' --- libnumber-recordlocator-perl-0.005.orig/debian/compat +++ libnumber-recordlocator-perl-0.005/debian/compat @@ -0,0 +1 @@ +7 --- libnumber-recordlocator-perl-0.005.orig/debian/control +++ libnumber-recordlocator-perl-0.005/debian/control @@ -0,0 +1,26 @@ +Source: libnumber-recordlocator-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Christine Spang +Standards-Version: 3.8.2 +Homepage: http://search.cpan.org/dist/Number-RecordLocator/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libnumber-recordlocator-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libnumber-recordlocator-perl + +Package: libnumber-recordlocator-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: Perl module that encodes integers into a short "locator string" + Number::RecordLocator encodes integers into a 32 character "alphabet" + designed to be short and easy to read and pronounce. The encoding maps: + . + 0 to O + 1 to I + S to F + B to P + . + With a 32 bit encoding, you can map 33.5 million unique ids into a 5 + character code.