debian/0000755000000000000000000000000012126051101007153 5ustar debian/rules0000755000000000000000000000003712126051101010233 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000217612126051101010564 0ustar Source: libconfig-inihash-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Antonio Radici , Ryan Niebur , Salvatore Bonaccorso , Xavier Guimard Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libhash-case-perl, libhash-withdefaults-perl, perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-inihash-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-inihash-perl.git 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 Description: Perl extension for reading and writing INI files Config::IniHash reads and writes INI files, useful for storing settings. It returns the full file as a hashref or writes a hashref into an ini file. debian/source/0000755000000000000000000000000012126051101010453 5ustar debian/source/format0000644000000000000000000000001412126051101011661 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000566512126051101011041 0ustar libconfig-inihash-perl (3.01.01-2) unstable; urgency=low [ Ryan Niebur ] * Email change: Ryan Niebur -> ryan@debian.org [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Xavier Guimard ] * Update source format to 3.0 (quilt) * Bump Standards-Version to 3.9.4 * Bump debhelper compatibility to 8 * Update description * Add little spelling patch (reported) * Update debian/copyright (years and format) -- Xavier Guimard Sun, 31 Mar 2013 08:54:59 +0200 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 debian/compat0000644000000000000000000000000212126051101010351 0ustar 8 debian/patches/0000755000000000000000000000000012126051101010602 5ustar debian/patches/spelling-errors.patch0000644000000000000000000000126412126051101014755 0ustar Description: spelling error Author: Xavier Guimard Bug: https://rt.cpan.org/Ticket/Display.html?id=82981 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=82981 Last-Update: 2013-01-27 --- a/lib/Config/IniHash.pm +++ b/lib/Config/IniHash.pm @@ -627,7 +627,7 @@ - the IO layer(s) to use when opening the file. See perldoc C. -If the file is in UTF8 and starts with a BOM it will be automaticaly opened in UTF8 mode and the BOM will be stripped. +If the file is in UTF8 and starts with a BOM it will be automatically opened in UTF8 mode and the BOM will be stripped. If it doesn't start with the BOM you have to specify the utf8 layer! =back debian/patches/series0000644000000000000000000000002612126051101012015 0ustar spelling-errors.patch debian/copyright0000644000000000000000000000237312126051101011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Config-IniHash Source: http://search.cpan.org/dist/Config-IniHash/ Upstream-Contact: Jan Krynicky Files: * Copyright: 2002-2009, Jan Krynicky License: Artistic or GPL-1+ Files: debian/* Copyright: 2007, David Paleino 2007, Damyan Ivanov 2008, Roberto C. Sanchez 2009, Ryan Niebur 2009, Salvatore Bonaccorso 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/watch0000644000000000000000000000024712126051101010207 0ustar # 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)$