--- libhash-multivalue-perl-0.08.orig/debian/control +++ libhash-multivalue-perl-0.08/debian/control @@ -0,0 +1,20 @@ +Source: libhash-multivalue-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Debian Perl Group +Uploaders: Jonathan Yu +Standards-Version: 3.8.4 +Homepage: http://search.cpan.org/dist/Hash-MultiValue/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhash-multivalue-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhash-multivalue-perl/ + +Package: libhash-multivalue-perl +Architecture: all +Depends: ${perl:Depends}, ${misc:Depends} +Description: module for storing multiple values per key in a hash + Hash::MultiValue is a Perl module that provides an object (and a plain hash + reference) that may contain multiple values per key. The hash behaves like a + single-value hash reference, but also provides an API to retrieve multiple + values explicitly on demand. --- libhash-multivalue-perl-0.08.orig/debian/copyright +++ libhash-multivalue-perl-0.08/debian/copyright @@ -0,0 +1,53 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Tatsuhiko Miyagawa +Source: http://search.cpan.org/dist/Hash-MultiValue/ +Name: Hash-MultiValue + +Files: * +Copyright: 2009-2010, Tatsuhiko Miyagawa +License: Artistic or GPL-1+ +X-Comment: Rationale from the author was: + All of my modules available at http://search.cpan.org/~miyagawa/ with the + statement "AUTHOR: Tatsuhiko Miyagawa" are, unless otherwise noted, + Copyright (c) Tatsuhiiko Miyagawa. + Source: http://bulknews.net/debian.txt (author's web site) + The exact year comes from the CPAN upload date. + +Files: inc/Module/* +Copyright: 2002-2010, Adam Kennedy + 2002-2010, Audrey Tang + 2002-2010, Brian Ingerson +License: Artistic or GPL-1+ + +Files: inc/Spiffy.pm +Copyright: 2004-2006, Brian Ingerson +License: Artistic or GPL-1+ + +Files: inc/Test/More.pm +Copyright: 2001-2008, Michael G Schwern +License: Artistic or GPL-1+ + +Files: inc/Test/Builder.pm, inc/Test/Builder/* +Copyright: 2002-2008, chromatic + 2002-2008, Michael G Schwern +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Jonathan Yu +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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libhash-multivalue-perl-0.08.orig/debian/watch +++ libhash-multivalue-perl-0.08/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Hash-MultiValue/ .*/Hash-MultiValue-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libhash-multivalue-perl-0.08.orig/debian/libhash-multivalue-perl.examples +++ libhash-multivalue-perl-0.08/debian/libhash-multivalue-perl.examples @@ -0,0 +1 @@ +tools/* --- libhash-multivalue-perl-0.08.orig/debian/compat +++ libhash-multivalue-perl-0.08/debian/compat @@ -0,0 +1 @@ +7 --- libhash-multivalue-perl-0.08.orig/debian/changelog +++ libhash-multivalue-perl-0.08/debian/changelog @@ -0,0 +1,5 @@ +libhash-multivalue-perl (0.08-1) unstable; urgency=low + + * Initial Release (Closes: #573347) + + -- Jonathan Yu Wed, 10 Mar 2010 13:50:05 -0500 --- libhash-multivalue-perl-0.08.orig/debian/rules +++ libhash-multivalue-perl-0.08/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@