debian/0000755000000000000000000000000011760170265007173 5ustar debian/rules0000755000000000000000000000003611760170265010252 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000174211760170265010602 0ustar Source: libhash-withdefaults-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Carl Fürstenberg , Damyan Ivanov , gregor herrmann Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-perl/packages/libhash-withdefaults-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhash-withdefaults-perl.git Homepage: http://search.cpan.org/dist/Hash-WithDefaults/ Package: libhash-withdefaults-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, Description: class for hashes with key-casing requirements supporting defaults Hash::WithDefaults implements hashes that support "defaults". That is, you may specify several more hashes in which the data will be looked up in case it is not found in the current hash. debian/source/0000755000000000000000000000000011760170265010473 5ustar debian/source/format0000644000000000000000000000001411760170265011701 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000332611760170265011051 0ustar libhash-withdefaults-perl (0.05-1) unstable; urgency=low [ Carl Fürstenberg ] * Imported Upstream version 0.05 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * Use debhelper 8 and tiny debian/rules. * debian/copyright: update to Copyright-Format 1.0; update years of copyright. * Bump Standards-Version to 3.9.3; drop version from perl build dependency. * Add build dependencies to enable additional tests. * Add patch to fix whatis entry in manpage. * Add /me to Uploaders. -- gregor herrmann Sat, 26 May 2012 17:02:52 +0200 libhash-withdefaults-perl (0.04-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Removed: XS-Vcs-Svn fields. [ David Paleino ] * debian/control: removed myself from Uploaders (closes: #509494) [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Damyan Ivanov ] * rules,control,compat: upgrade to DH7 + do not ship redundant README * add myself to Uploaders * remove podnewline.patch -- no longer necessary + remove quilt from control and rules + remove README.source (only documents quilt usage) * Standards-Version: 3.8.0 (no changes needed) -- Damyan Ivanov Tue, 23 Dec 2008 10:20:18 +0200 libhash-withdefaults-perl (0.04-1) unstable; urgency=low * Initial Release. + This module is a dependency of libconfig-inihash-perl, which in turn is a dependency of libmediawiki-perl, see #432253 -- David Paleino Thu, 20 Sep 2007 09:52:16 +0200 debian/compat0000644000000000000000000000000211760170265010371 0ustar 8 debian/patches/0000755000000000000000000000000011760170265010622 5ustar debian/patches/series0000644000000000000000000000002111760170265012030 0ustar pod-whatis.patch debian/patches/pod-whatis.patch0000644000000000000000000000105111760170265013717 0ustar Description: fix whatis entry in manpage Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=77448 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77448 Author: gregor herrmann Last-Update: 2012-05-26 --- a/lib/Hash/WithDefaults.pm +++ b/lib/Hash/WithDefaults.pm @@ -527,9 +527,7 @@ __END__ =head1 NAME -Hash::WithDefaults - - - class for hashes with key-casing requirements supporting defaults +Hash::WithDefaults - class for hashes with key-casing requirements supporting defaults version 0.05 debian/copyright0000644000000000000000000000226011760170265011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hash-WithDefaults Upstream-Contact: Jenda Krynicky Source: http://search.cpan.org/dist/Hash-WithDefaults/ Files: * Copyright: 2002-2009, Jenda Krynicky License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, David Paleino 2008, Damyan Ivanov 2011, Carl Fürstenberg 2012, 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/watch0000644000000000000000000000025511760170265010226 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/Hash-WithDefaults/ .*/Hash-WithDefaults-([\.\d]+)\.(?:tar\.gz|tar|tgz)$