debian/0000755000000000000000000000000012256631377007202 5ustar debian/rules0000755000000000000000000000003612256631377010261 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000207312256631377010607 0ustar Source: libtie-cphash-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Ernesto Hernández-Novich (USB) , gregor herrmann Homepage: https://metacpan.org/release/Tie-CPHash/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtie-cphash-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtie-cphash-perl.git Standards-Version: 3.9.5 Package: libtie-cphash-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module for managing a case preserving but case insensitive hash table Tie::CPHash provides a hash table that is case preserving but case insensitive. This means that . $cphash{KEY} $cphash{key} $cphash{Key} $cphash{keY} . all refer to the same entry. Also, the hash remembers which form of the key was last used to store the entry. The keys and each functions will return the key that was used to set the value. debian/source/0000755000000000000000000000000012256631377010502 5ustar debian/source/format0000644000000000000000000000001412256631377011710 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000611712256631377011061 0ustar libtie-cphash-perl (1.06-1) unstable; urgency=low [ 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" [ gregor herrmann ] * New upstream release. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 20:33:15 +0100 libtie-cphash-perl (1.05-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: ${misc:Depends} to Depends: field. * debian/control: fix Homepage field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * Switch to "3.0 (quilt)" source format. * Switch to debhelper compatibility level 8. Use tiny debian/rules. * debian/copyright: update formatting, license stanzas, years of upstream and packaging copyright. * d/control: remove unneeded build dependencies, and version from perl build dependency. * Bump Standards-Version to 3.9.2 (no further changes). * Make short description a noun phrase. -- gregor herrmann Sat, 21 Jan 2012 15:25:22 +0100 libtie-cphash-perl (1.04-1) unstable; urgency=low * debian/control: Changed: Maintainer set to Debian Perl Group (was: Debian Perl Project ). * New upstream release. * debian/watch: use dist-based URL. * debian/copyright: update copyright and license statement. * debian/control: - indent examples in long description - add /me to Uploaders * Refresh debian/rules, no functional changes; don't install README any more. -- gregor herrmann Sun, 27 Apr 2008 21:13:36 +0200 libtie-cphash-perl (1.03-2) unstable; urgency=low [ Ernesto Hernández-Novich (USB) ] * Moved package into Debian Pkg Perl Project SVN. * Added Build-Depends on libtest-pod-perl y libtest-pod-coverage-perl. * Cleanup debian/rules. * Fixed watch file. * Wrapped long lines in control file. * Fixed Maintainer address in control file. * Fixed copyright and control file with a better URL. [ Gunnar Wolf ] * Bumped up standards-version to 3.7.3 (No changes needed) * Bumped up dh-compat version to 5 * Moved libmodule-build-perl from b-d-i to b-d * Removed the generated .packlist files * Added myself as an uploader [ Ernesto Hernández-Novich (USB) ] * Upgraded to debhelper 6 -- Ernesto Hernández-Novich (USB) Mon, 14 Jan 2008 10:53:09 -0430 libtie-cphash-perl (1.03-1) unstable; urgency=low * Update Standards Version. * Cleanup debian/rules. -- Ernesto Hernández-Novich Mon, 02 Jul 2007 12:16:43 -0400 libtie-cphash-perl (1.02-1) unstable; urgency=low * Initial Release. -- Ernesto Hernández-Novich Wed, 03 May 2006 09:47:54 -0400 debian/compat0000644000000000000000000000000212256631377010400 0ustar 8 debian/copyright0000644000000000000000000000215512256631377011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Tie-CPHash Upstream-Contact: Christopher J. Madsen Source: https://metacpan.org/release/Tie-CPHash/ Files: * Copyright: 1997-2013, Christopher J. Madsen License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2008, Ernesto Hernández-Novich (USB) 2008-2013, gregor herrmann 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/watch0000644000000000000000000000016012256631377010230 0ustar version=3 https://metacpan.org/release/Tie-CPHash/ .*/Tie-CPHash-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)