debian/0000755000000000000000000000000011760226436007175 5ustar debian/rules0000755000000000000000000000003611760226436010254 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000316211760226436010602 0ustar Source: liblibrary-callnumber-lc-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl (>= 5.11.3) | libmodule-build-perl (>= 0.360000) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Ben Webb , gregor herrmann Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/Library-CallNumber-LC/ Vcs-Git: git://git.debian.org/pkg-perl/packages/liblibrary-callnumber-lc-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblibrary-callnumber-lc-perl.git Package: liblibrary-callnumber-lc-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: utility functions to deal with Library-of-Congress call numbers Library::CallNumber::LC is mostly designed to do call number normalization, with the following goals: . * The normalized call numbers are comparable with each other, for proper sorting * The normalized call number is a short as possible, so left-anchored wildcard searches are possible (e.g., searching on "A11*" should give you all the A11 call numbers) * A range defined by start_of_range and end_of_range should be correct, assuming that the string given for the end of the range is, in fact, a left prefix . That last point needs some explanation. The idea is that if someone gives a range of, say, A-AZ, what they really mean is A - AZ9999.99. The end_of_range method pads the given call number out to three cutters if need be. There is no attempt to make end_of_range normalization correspond to anything in real life. debian/source/0000755000000000000000000000000011760226436010475 5ustar debian/source/format0000644000000000000000000000001411760226436011703 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000112211760226436011043 0ustar liblibrary-callnumber-lc-perl (0.22-1) unstable; urgency=low * New upstream release. * Update upstream license. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Add /me to Uploaders. * Move Module::Build build dependency to Build-Depends. * Fix formatting of long description. -- gregor herrmann Sat, 26 May 2012 21:20:59 +0200 liblibrary-callnumber-lc-perl (0.20-1) unstable; urgency=low * Initial Release. (closes: #636381) -- Ben Webb Sun, 07 Aug 2011 20:45:01 +0000 debian/compat0000644000000000000000000000000211760226436010373 0ustar 8 debian/copyright0000644000000000000000000000517211760226436011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Library-CallNumber-LC Upstream-Contact: Daniel Wells Source: http://search.cpan.org/dist/Library-CallNumber-LC/ Files: * Copyright: 2009, Bill Dueber 2011, Daniel Wells License: Artistic or GPL-1+ or BSD-2-clause Files: debian/* Copyright: 2011, Ben Webb 2012, gregor herrmann License: Artistic or GPL-1+ or BSD-2-clause 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: BSD-2-clause This program is free software; you can redistribute it and/or modify it under the same terms as the new BSD licsense as described at http://www.opensource.org/licenses/bsd-license.php (reproduced below) . Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 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/watch0000644000000000000000000000020711760226436010225 0ustar version=3 http://search.cpan.org/dist/Library-CallNumber-LC/ .*/Library-CallNumber-LC-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$