debian/0000755000000000000000000000000012237421173007170 5ustar debian/source/0000755000000000000000000000000011614475622010476 5ustar debian/source/format0000644000000000000000000000001411614475622011704 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000461112237421173011044 0ustar libhash-merge-perl (0.200-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * 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" [ Damyan Ivanov ] * Imported Upstream version 0.200 * drop trailing slash from metacpan URLs * claim conformance with Policy 3.9.5 -- Damyan Ivanov Sat, 09 Nov 2013 13:54:25 +0200 libhash-merge-perl (0.12-2) unstable; urgency=low * Take over (see http://lists.debian.org/debian-perl/2011/07/msg00003.html). * Added Homepage and Vcs-* fields in d/control. * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Switch to DEP5 license format. -- Fabrizio Regalli Sat, 02 Jul 2011 01:20:18 +0200 libhash-merge-perl (0.12-1) unstable; urgency=low * Imported Upstream version 0.12. (Closes: #584561) * Make package lintian clean. + Stick to source format 1.0. + Add debian/watch file. * Bump Standards-Version. No changes needed. -- Martin Zobel-Helas Mon, 07 Jun 2010 16:19:23 +0200 libhash-merge-perl (0.11-1) unstable; urgency=low * New Upstream Version. * Acknowledge Mark's NMU (Closes: #467791). * Fix debian/control to not include dh-make-perl boilerplate in long description (Closes: #507468). * Bump Standards Version. No changes needed. -- Martin Zobel-Helas Mon, 01 Jun 2009 17:42:31 +0200 libhash-merge-perl (0.10-2.1) unstable; urgency=low * Non-maintainer upload. * Fix FTBFS with Perl 5.10. Closes: #467791 -- Mark Hymers Sat, 05 Apr 2008 21:08:58 +0100 libhash-merge-perl (0.10-2) unstable; urgency=low * reupload with correct upstream source location. Let's hope this satisfies Ganneff, to let this package through NEW. -- Martin Zobel-Helas Fri, 31 Aug 2007 18:15:57 +0200 libhash-merge-perl (0.10-1) unstable; urgency=low * Initial Release. -- Martin Zobel-Helas Fri, 10 Aug 2007 15:04:41 +0200 debian/rules0000755000000000000000000000003611614475622010255 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000305312237421104010566 0ustar Source: libhash-merge-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Martin Zobel-Helas , Fabrizio Regalli Build-Depends: debhelper (>= 8) Build-Depends-Indep: libclone-perl,perl Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Hash-Merge Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libhash-merge-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-merge-perl.git Package: libhash-merge-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl Description: Perl module for merging arbitrarily deep hashes into a single hash Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts (as outlined below). The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged. Please note that self-referencing hashes, or recursive references, are not handled well by this method. . Values in hashes are considered to be either ARRAY references, HASH references, or otherwise are treated as SCALARs. By default, the data passed to the merge function will be cloned using the Clone module; however, if necessary, this behavior can be changed to use as many of the original values as possible. (See set_clone_behavior). debian/compat0000644000000000000000000000000211614475622010374 0ustar 8 debian/watch0000644000000000000000000000016112237421055010216 0ustar version=3 https://metacpan.org/release/Hash-Merge .*/Hash-Merge-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000222512237421046011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hash-Merge Upstream-Contact: Michael K. Neylon Source: https://metacpan.org/release/Hash-Merge Files: * Copyright: 2001, 2002, Michael K. Neylon License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, 2009, 2010, Martin Zobel-Helas 2008, Mark Hymers 2011, Fabrizio Regalli 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'.