debian/0002755000000000000000000000000012264343045007173 5ustar debian/compat0000644000000000000000000000000212264342106010364 0ustar 8 debian/rules0000755000000000000000000000003612264341464010253 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000012264342106010470 5ustar debian/source/format0000644000000000000000000000001412264342106011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000016212264342106010216 0ustar version=3 https://metacpan.org/release/Config-INI/ .*/Config-INI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000621312264343045011045 0ustar libconfig-ini-perl (1:0.021-2) unstable; urgency=high * Add missing dependency on libio-string-perl (Closes: #735019) * Update Standards-Version (no changes) -- Dominic Hargreaves Sat, 11 Jan 2014 22:30:58 +0000 libconfig-ini-perl (1:0.021-1) unstable; urgency=low * Imported Upstream version 0.021 * Add Build-Depends-Indep on libcapture-tiny-perl for testsuite -- Salvatore Bonaccorso Sun, 20 Oct 2013 23:09:14 +0200 libconfig-ini-perl (1:0.020-1) unstable; urgency=low * Imported Upstream version 0.020 * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Update debian/copyright file information. Update format to copyright-format 1.0 as released together with Debian Policy 3.9.3. Update copyright years for debian/* packaging files. * Bump Standards-Version to 3.9.4 -- Salvatore Bonaccorso Tue, 02 Jul 2013 23:06:24 +0200 libconfig-ini-perl (1:0.019-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Swap order of alternative (build) dependencies after the perl 5.14 transition. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. * Imported Upstream version 0.019 * Update debian/copyright file. Update copyright years for debian/* packaging stanza. * Add Perl to short description -- Salvatore Bonaccorso Sat, 17 Dec 2011 08:35:49 +0100 libconfig-ini-perl (1:0.018-1) unstable; urgency=low * New upstream release [ Jonathan Yu ] * Updated copyright information * Add myself to Uploaders and Copyright [ Salvatore Bonaccorso ] * Email change: Salvatore Bonaccorso -> carnil@debian.org [ Fabrizio Regalli ] * Switch d/compat to 8. * Build-Depends: switch to debhelper (>= 8). * Bump to 3.9.2 Standard-Version. * Add myself to Uploaders and Copyright. [ gregor herrmann ] * Build-depend on Test::More 0.96. -- Fabrizio Regalli Thu, 16 Jun 2011 20:58:43 +0200 libconfig-ini-perl (1:0.016-1) unstable; urgency=low * New upstream release * Refresh debian/copyright file: refer to Debian systems. -- Salvatore Bonaccorso Sun, 05 Sep 2010 20:48:21 +0200 libconfig-ini-perl (1:0.015-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * debian/copyright: - Refresh to revision 135 of DEP5 format-specification for machine readable copyright file. - Update copyright years. - Explicitly refer to GPL-1 license text in common-licenses. * Convert to '3.0 (quilt)' source package format. * Bump Standards-Version to 3.9.1. -- Salvatore Bonaccorso Mon, 23 Aug 2010 08:26:33 +0200 libconfig-ini-perl (1:0.014-1) unstable; urgency=low * Initial release (cf. #562102). * Use an epoch because there was a different libconfig-ini-perl with a higher version in Debian until 2004. -- gregor herrmann Wed, 23 Dec 2009 18:21:58 +0100 debian/control0000644000000000000000000000255412264343002010573 0ustar Source: libconfig-ini-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcapture-tiny-perl, libmixin-linewise-perl, libio-string-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Maintainer: Debian Perl Group Uploaders: gregor herrmann , Jonathan Yu , Salvatore Bonaccorso , Fabrizio Regalli , Dominic Hargreaves Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/Config-INI/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-ini-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-ini-perl.git Package: libconfig-ini-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmixin-linewise-perl, libio-string-perl Description: Perl module for reading and writing .ini files Config::INI::Reader and Config::INI::Writer are "yet another config module" implementing yet another slightly different take on the undeniably easy to read ".ini" file format. Their default behavior is quite similar to that of Config::Tiny, on which it is based. . The chief difference is that Config::INI is designed to be subclassed to allow for side-effects and self-reconfiguration to occur during the course of reading its input. debian/libconfig-ini-perl.examples0000644000000000000000000000001312264342106014371 0ustar examples/* debian/copyright0000644000000000000000000000233412264342106011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Config-INI Upstream-Contact: Ricardo SIGNES Source: https://metacpan.org/release/Config-INI/ Files: * Copyright: 2007, Ricardo SIGNES, License: Artistic or GPL-1+ Comment: Originaly derived from Config::Tiny, by Adam Kennedy. Files: debian/* Copyright: 2009, gregor herrmann 2010-2013, Salvatore Bonaccorso 2011, Fabrizio Regalli 2011, 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 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'.