--- libconfig-inihash-perl-3.01.01.orig/debian/control +++ libconfig-inihash-perl-3.01.01/debian/control @@ -0,0 +1,21 @@ +Source: libconfig-inihash-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libhash-case-perl, libhash-withdefaults-perl, + perl (>= 5.8.8-8) +Maintainer: Debian Perl Group +Uploaders: Damyan Ivanov , Antonio Radici , + Ryan Niebur , Salvatore Bonaccorso +Standards-Version: 3.8.1 +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-inihash-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-inihash-perl/ +Homepage: http://search.cpan.org/dist/Config-IniHash/ + +Package: libconfig-inihash-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libhash-case-perl, + libhash-withdefaults-perl (>= 0.04) +Description: Perl extension for reading and writing INI files + Config::IniHash reads and writes INI files, useful for storing + settings. --- libconfig-inihash-perl-3.01.01.orig/debian/copyright +++ libconfig-inihash-perl-3.01.01/debian/copyright @@ -0,0 +1,30 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Jan Krynicky +Upstream-Source: http://search.cpan.org/dist/Config-IniHash/ +Upstream-Name: Config-IniHash + +Files: * +Copyright: (c) 2002-2009, Jan Krynicky +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: + (c) 2007, David Paleino + (c) 2009, various members of the Debian Perl Group, cf. debian/changelog +License: Artistic | 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' --- libconfig-inihash-perl-3.01.01.orig/debian/watch +++ libconfig-inihash-perl-3.01.01/debian/watch @@ -0,0 +1,3 @@ +# format version number, currently 3; this line is compulsory! +version=3 +http://search.cpan.org/dist/Config-IniHash/ .*/Config-IniHash-([\.\d]+)\.(?:tar\.gz|tar|tgz)$ --- libconfig-inihash-perl-3.01.01.orig/debian/compat +++ libconfig-inihash-perl-3.01.01/debian/compat @@ -0,0 +1 @@ +7 --- libconfig-inihash-perl-3.01.01.orig/debian/changelog +++ libconfig-inihash-perl-3.01.01/debian/changelog @@ -0,0 +1,73 @@ +libconfig-inihash-perl (3.01.01-1) unstable; urgency=low + + * New upstream release + * Add myself to Uploaders + + -- Salvatore Bonaccorso Mon, 08 Jun 2009 21:54:34 +0200 + +libconfig-inihash-perl (3.01.00-1) unstable; urgency=low + + [ Ryan Niebur ] + * replace dos2unix on the test file with proper carriage return + stripping during parsing, thanks to Franck Joncourt for the patch + * forwarded patches + + * New upstream release + * update copyright + * update dependencies + * remove patches, all applied upstream + + [ gregor herrmann ] + * debian/control: lower needed debhelper version since override_* is not + used anymore in debian/rules. + + -- Ryan Niebur Thu, 28 May 2009 18:52:51 -0700 + +libconfig-inihash-perl (3.00.05-1) unstable; urgency=low + + [ Antonio Radici ] + * New upstream release + * debian/control: + + added myself to the Uploaders + + added libhash-case-perl and libhash-withdefaults-perl to + Build-Depends-Indep + + added quilt to Build-Depends + + Standars-Version upgrade to 3.8.1 + * README.source: added for quilt + * debian/copyright: + + switched to the new copyright format + + [ gregor herrmann ] + * debian/control: Changed: Switched Vcs-Browser field to ViewSVN + (source stanza). + * debian/control: Added: ${misc:Depends} to Depends: field. + * debian/control: mention module name in long description. + * debian/copyright: bump years of upstream copyright. + + [ Ryan Niebur ] + * debhelper 7 + * use dos2unix on the test.ini + * fix README.source + * fix tests + * Add myself to Uploaders + + -- Ryan Niebur Thu, 21 May 2009 19:36:02 -0700 + +libconfig-inihash-perl (3.00.00-1) unstable; urgency=low + + [ Roberto C. Sanchez ] + * New upstream release. + * debian/control: Update to Standards-Version 3.7.3 (no changes). + + [ gregor herrmann ] + * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser + field (source stanza). Removed: XS-Vcs-Svn fields. + + -- Roberto C. Sanchez Sat, 15 Mar 2008 22:33:43 -0400 + +libconfig-inihash-perl (2.9.0-1) unstable; urgency=low + + * Initial Release. + This module is a dependency of libmediawiki-perl, see #432253 + + -- Damyan Ivanov Wed, 03 Oct 2007 23:22:34 +0300 --- libconfig-inihash-perl-3.01.01.orig/debian/rules +++ libconfig-inihash-perl-3.01.01/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +%: + dh $@ +