debian/0000755000000000000000000000000012231436432007166 5ustar debian/watch0000644000000000000000000000017212146143355010223 0ustar version=3 https://metacpan.org/release/Hash-FieldHash/ .*/Hash-FieldHash-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000035312146143355010253 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/* debian/copyright0000644000000000000000000000235512146143355011132 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hash-FieldHash Source: https://metacpan.org/release/Hash-FieldHash/ Upstream-Contact: Goro Fuji Files: * Copyright: 2009-2013, Goro Fuji License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Ivan Kohler 2011, Fabrizio Regalli 2011-2012, gregor herrmann 2011, Damyan Ivanov 2011, Dominic Hargreaves 2013, Xavier Guimard 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/libhash-fieldhash-perl.examples0000644000000000000000000000001212146143355015222 0ustar example/* debian/source/0000755000000000000000000000000012146143355010472 5ustar debian/source/format0000644000000000000000000000001412146143355011700 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212146143355010370 0ustar 9 debian/control0000644000000000000000000000317112146143355010577 0ustar Source: libhash-fieldhash-perl Maintainer: Debian Perl Group Uploaders: Ivan Kohler , Fabrizio Regalli , Dominic Hargreaves , gregor herrmann , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 9.20120312), libtest-leaktrace-perl, perl (>= 5.11.1) | libextutils-parsexs-perl (>= 2.210000), perl (>= 5.13.10) | libcpan-meta-perl, perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000), perl, Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-fieldhash-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhash-fieldhash-perl.git Homepage: https://metacpan.org/release/Hash-FieldHash/ Package: libhash-fieldhash-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} Description: Perl module implementing a lightweight field hash Hash::FieldHash provides the field hash mechanism which supports the inside-out technique. . You may know Hash::Util::FieldHash. It's a very useful module, but too complex to understand all the functions. . This is an alternative to Hash::Util::FieldHash with following features: . Simpler interface . Hash::FieldHash provides a few functions: fieldhash() and fieldhashes(). That's enough. . Higher performance Hash::FieldHash is faster than Hash::Util::FieldHash, because its internals use simpler structures. debian/changelog0000644000000000000000000000554612231436432011052 0ustar libhash-fieldhash-perl (0.14-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Tue, 22 Oct 2013 09:53:46 +0100 libhash-fieldhash-perl (0.14-1) unstable; urgency=low * Imported Upstream version 0.14 * Remove Module::Install* licenses from debian/copyright * Add libcpan-meta-perl and libmodule-build-perl in build dependencies -- Xavier Guimard Sun, 19 May 2013 12:44:55 +0200 libhash-fieldhash-perl (0.12-3) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Xavier Guimard ] * debian/copyright: + Update years and format + Add missing copyrights: * Module::Install::XSUtil * Module::Install::AuthorTests * Module::Install::Repository * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 9 to get hardening flags -- Xavier Guimard Sun, 27 Jan 2013 13:25:20 +0100 libhash-fieldhash-perl (0.12-2) unstable; urgency=low * Swap libextutils-parsexs-perl/perl alternate build-dependency around following migration of perl 5.14 to unstable so that it can be autobuilt -- Dominic Hargreaves Thu, 17 Nov 2011 21:38:02 +0000 libhash-fieldhash-perl (0.12-1) unstable; urgency=low * New upstream release. * Don't install README anymore. * Add copyright/license information for inc/Module/*. * Add /me to Uploaders. -- gregor herrmann Fri, 21 Oct 2011 17:29:35 +0200 libhash-fieldhash-perl (0.10-3) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Damyan Ivanov ] * move perl >= 5.14 as a second alternative dependency on libextutils-parsexs-perl (>= 2.210000) Closes: #637033 -- FTBFS: unfullfillable first alternative in build-depends -- Damyan Ivanov Mon, 08 Aug 2011 09:48:27 +0300 libhash-fieldhash-perl (0.10-2) unstable; urgency=low [ Fabrizio Regalli ] * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.0 quilt format. * Added year in d/copyright. * Bump to 3.9.2 Standard-Version. * Fixed interpreter shebang lines. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Dominic Hargreaves ] * Add alternative Build-Depends on perl 5.14 (Closes: #636773) -- Dominic Hargreaves Sat, 06 Aug 2011 19:09:21 +0100 libhash-fieldhash-perl (0.10-1) unstable; urgency=low * Initial Release (closes: Bug#582345). -- Ivan Kohler Wed, 19 May 2010 21:28:11 -0700