debian/0000755000000000000000000000000012172222263007165 5ustar debian/control0000644000000000000000000000173012172222035010566 0ustar Source: libconfig-inifiles-perl Section: perl Priority: extra Build-Depends: cdbs, devscripts, perl, debhelper, dh-buildinfo, liblist-moreutils-perl (>= 0.33), libio-stringy-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Jonathan Yu Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libconfig-inifiles-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-inifiles-perl.git Homepage: http://search.cpan.org/dist/Config-IniFiles/ Package: libconfig-inifiles-perl Architecture: all Depends:, ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: Read .ini-style configuration files Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash. debian/source/0000755000000000000000000000000011745560305010474 5ustar debian/source/format0000644000000000000000000000001411601406355011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000003733712172222263011054 0ustar libconfig-inifiles-perl (2.82-1) unstable; urgency=low [ upstream ] * New release. + Add the RenameSection method to rename a section. + Add the CopySection method to copy a section. + Add t/style-trailing-space.t. + Remove trailing space. [ Jonas Smedegaard ] * Switch to cpan.org/authors URL for watch file and get-orig-source target, and simplify watch file. * Rewrap long description at 72 chars, and strip trailing whitespace. -- Jonas Smedegaard Fri, 19 Jul 2013 13:34:28 +0200 libconfig-inifiles-perl (2.79-1) unstable; urgency=low [ upstream ] * New release. + Fix test failures with Pod-Simple-3.28. [ Salvatore Bonaccorso ] * Use canonical hostname (anonscm.debian.org) in Vcs-Git URL. [ Jonas Smedegaard ] * Update README.source to emphasize control.in file as *not* a show-stopper for contributions. * Bump policy compliance to standards-version 3.9.4. * Do copyright-check by default: Backports-friendly nowadays. Build-depend on devscripts. * Bump packaging license to GPL-3+, and extend coverage to include current year. * Bump dephelper compatibility level to 8. -- Jonas Smedegaard Thu, 09 May 2013 16:38:47 +0200 libconfig-inifiles-perl (2.78-1) unstable; urgency=low * New upstream release. [ Jonas Smedegaard ] * Update package relations: * Tighten (build-)dependency on liblist-moreutils-perl: Needed since 0.77. + Relax to build-depend unversioned on cdbs, and stop build- depending on (perl-modules with fallback on) libmodule-build-perl: Needed versions satisfied in stable, and oldstable no longer supported. * Update copyright file: + Fix use comment and license pseudo-sections to obey silly restrictions of copyright format 1.0. -- Jonas Smedegaard Fri, 02 Nov 2012 16:31:37 +0100 libconfig-inifiles-perl (2.75-1) unstable; urgency=low * New upstream release. + Add utf8 encoding hint to POD file. * Extend/adjust copyright of Debian packaging. -- Jonas Smedegaard Tue, 05 Jun 2012 23:12:26 +0200 libconfig-inifiles-perl (2.73-1) unstable; urgency=low * New upstream release: - fixes a regression in the error handling on tempfile creation, as noted by Adam D. Barrat in #671255 (RT#77039). -- gregor herrmann Mon, 14 May 2012 16:46:14 +0200 libconfig-inifiles-perl (2.72-1) unstable; urgency=low * Team upload. * New upstream release: SECURITY BUG FIX: Config::IniFiles used to write to a temporary filename with a predictable name ("${filename}-new") which opens the door for potential exploits. -- CVE-2012-2451, CWE-377 Closes: #671255 * (Build-)depend on liblist-moreutils-perl. -- gregor herrmann Sun, 06 May 2012 14:42:08 +0200 libconfig-inifiles-perl (2.70-1) unstable; urgency=low * New upstream release. [ gregor herrmann ] * Remove debian/source/local-options; abort-on-upstream-changes and unapply-patches are default in dpkg-source since 1.16.1. [ Jonas Smedegaard ] * Bump standards-version to 3.9.3. * Use anonscm.debian.org for Vcs-Browser field. * Bump debhelper compat level to 7. * Update copyright file: + Fix double-indent in Copyright fields as per Policy §5.6.13. + Bump format to 1.0. * Update package relations: + Relax build-depend unversioned on debhelper: Needed version satisfied even in oldstable. -- Jonas Smedegaard Tue, 24 Apr 2012 13:37:12 -0400 libconfig-inifiles-perl (2.68-1) unstable; urgency=low * New upstream release. * Update copyright file: + Add test, Expat licensed. + Update author: Shlomi Fish. + Quote licenses in License comments. -- Jonas Smedegaard Sat, 25 Jun 2011 19:01:41 +0200 libconfig-inifiles-perl (2.66-2) unstable; urgency=low [ Salvatore Bonaccorso ] * Remove Salvatore Bonaccorso from Uploaders. -- Jonas Smedegaard Sun, 08 May 2011 03:34:30 +0200 libconfig-inifiles-perl (2.66-1) unstable; urgency=low * New upstream release. * Improve package relations: + Stop declaring packages part of core Perl even in oldstable: - libtest-simple-perl * Include CDBS class perl-build.mk (not deprecated perlmodule.mk. Tighten build-dependency on cdbs. * Build-depend on libio-stringy-perl, enabling more regression tests. * Update copyright file: + Rewrite using draft 174 of DEP-5 format. + Fix use initial wildcard Files section. + Rewrap license fields at 72 chars, and shorten comments. * Bump policy compliance to standards-version 3.9.2. -- Jonas Smedegaard Sun, 08 May 2011 03:29:25 +0200 libconfig-inifiles-perl (2.58-1) unstable; urgency=low * New upstream release. * Stop using svn-upgrade in watch file. * Use source format 3.0 (quilt), and ease building with git-buildpackage: Git-ignore quilt .pc dir, and add source local-options. * Drop locally included CDBS snippets, and local implementation of DEB_MAINTAINER_MODE, all included in main cdbs now. * Ease backporting to Debian stable: Relax inclusion of CDBS snippets required only in DEB_MAINTAINER_MODE, and suppress related build- dependencies. * Extend copyright years in rules file, and refer to FSF website (not postal address). * Rewrite copyright file using draft rev135 of DEP5 format. * Bump Policy compliance to standards-version 3.9.1. * Shorten Vcs-* stanzas. * Update DEB_UPSTREAM_URL, to fix get-orig-source rule. * Build-depend on libtest-simple-perl. -- Jonas Smedegaard Sat, 16 Oct 2010 17:21:21 +0200 libconfig-inifiles-perl (2.52-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + $config->exists() now pays attention to -nocase => 1. (RT#46721) * Added myself to Uploaders * Standards-Version 3.8.3 (no changes) [ Salvatore Bonaccorso ] * New upstream release [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Jonas Smedegaard ] * Update CDBS snippets: + package-relations.mk: Cleanup unversioned+versioned dependency mix. Improve whitespace cleanup. Rewrite and silence applying dependencies. + Update URL to draft DEP5 format in copyright-check.mk output. * Drop no longer needed build-dependencies on quilt and patchutils, and make perl build-dependency unversioned (as per Debian Policy 3.8.3). Both these changes thanks to cdbs automatic build-dependency resolving (DEB_MAINTAINER_MODE=1 fakeroot debian/rules clean). * Packaging moved to Git: + Update Vcs stanzas. + Add note on Git, git-buildpackage and pristine-tar to README.source, and drop not on Subversion. + Add git-buildpackage configfile, enabling signed tags and use of pristine-tar. * Update md5sum of new upstream release 2.52. -- Jonas Smedegaard Thu, 27 Aug 2009 15:30:34 +0200 libconfig-inifiles-perl (2.49-1) unstable; urgency=low [ Jonas Smedegaard ] * Update copyright info: + Rewrite to use DEP5 r48 proposed machine-readable format + Add proper licensing header to rules file + Bump copyright years for debian/rules * Update CDBS snippets: + Extend package-relation.mk to handle debhelper 6 and 7.0.1, and to support non-build dependencies * Auto-update debian/control to tighten debhelper dependency, thanks to lintian. * Add README.source. Drop custom CDBS hints. * Build-depend on quilt and recent patchutils. [ Salvatore Bonaccorso ] * New upstream release. * Add Salvatore Bonaccorso to Uploaders. * New upstream version (Changes in upstream version 2.48) fixes change in tie interfaces (Closes: #529616). * Bump Standards-Version to 3.8.1 * Add 1001-fix-POD-Config-IniFiles.patch to fix erroneous created manpage. -- Jonas Smedegaard Sun, 31 May 2009 14:54:35 +0200 libconfig-inifiles-perl (2.47-1) unstable; urgency=low [ Jonas Smedegaard ] * New upstream release. Closes: bug#430426, #380280. * Depend on ${misc:Depends}. * Fix Vcs-* fields to point to refer to correct package. * Update CDBS snippets: + Update copyright-check output to more closely match proposed new copyright file format + Simplify internal variables + Ignore no files by default in copyright-check.mk + Correct and update copyright hints of the snippets themselves + Move dependency cleanup to new local snippet package-relations.mk. * Update debian/copyright and copyright hints: + Rewrite debian/copyright using new file format, version 428 + Add info on CDBS snippets (new owners, no new licenses) * Add DEB_MAINTAINER_MODE in debian/rules (thanks to Romain Beauxis). [ gregor herrmann ] * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). -- Jonas Smedegaard Sat, 24 Jan 2009 22:25:26 +0100 libconfig-inifiles-perl (2.39-5) unstable; urgency=medium * Set urgency=medium as 2.39-5 included a FTBFS bugfix (similar to bug#487066). -- Jonas Smedegaard Sat, 28 Jun 2008 20:26:58 +0200 libconfig-inifiles-perl (2.39-4) unstable; urgency=low * Instruct dh_perl to only depend on perl-base, instead of avoiding its dependency-resolving altogether. * Update local cdbs tweaks: + Fix buildinfo.mk invoking dh-buildinfo only once. + Update copyright-check.mk to parse licensecheck output using perl: + No longer randomly drops newlines + More compact hint file (and ordered more like wiki-proposed new copyright syntax). + No longer ignore files without copyright. + Drop wget options broken with recent versions of wget in update-tarball.mk. + Relax copyright-check to only warn by default. + Cosmetic updates to README.cdbs-tweaks. * Update debian/copyright-hints. * Bump debhelper compatibility level to 6. * Semi-auto-update debian/control to update build-dependencies: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Thu, 26 Jun 2008 01:34:16 +0200 libconfig-inifiles-perl (2.39-3) unstable; urgency=low * Pass over maintenance of the package to the Perl group: Change Maintainer, and add myself to Uploaders. * Change debian/watch to use svn-upgrade (not uupdate). * Move Homepage to own field (from pseudo-field in long description). * Add Vcs-* fields. * Bump up standards-version to 3.7.3 (no changes needed). * Bump dephelper compatibility level to 5. * Fix build-depends-indep -> build-depends. * Update local cdbs tweaks: + Add new snippet update-tarball, implementing get-orig-source and more. + Major improvements to copyright-check, including new versioned build-dependency on devscripts. Update debian/copyright_hints. + Drop auto-update.mk. Set DEB_AUTO_UPDATE_DEBIAN_CONTROL directly instead when needed. + Add debian/README.cdbs-tweaks documenting local tweaks. * Fix double cdbs build-dependencies in debian/rules. * Semi-auto-update debian/control to apply changes contained in the above: DEB_AUTO_UPDATE_DEBIAN_CONTROL=yes fakeroot debian/rules clean -- Jonas Smedegaard Thu, 21 Feb 2008 00:57:26 +0100 libconfig-inifiles-perl (2.39-2) unstable; urgency=low * Strip bogus part of 2.39-1 changelog entry (due to cut'n'paste). -- Jonas Smedegaard Sun, 16 Jul 2006 22:08:43 +0200 libconfig-inifiles-perl (2.39-1) unstable; urgency=low * New upstream release. * Bump standards-version to 3.7.2 (no changes needed). * Advertise search.cpan.org as Homepage in long description. * Bump watch file version and use uversionmangle to chop 3-digit minor version into manageable pieces (not yet needed for this package, but popular with Perl packages). * Add local cdbs snippet copyright-check.mk. * Enable cdbs auto-update feature using local snippet auto-update.mk. * Move buildinfo to local cdbs snippet buildinfo.mk. * Drop superfluous dependency on perl-base. Closes: bug#316415 (thanks to Dan Jacobson ). -- Jonas Smedegaard Sun, 16 Jul 2006 21:43:58 +0200 libconfig-inifiles-perl (2.38-3) unstable; urgency=high * Change unnecessary auto-generated dependency on perl to perl-base. Requested by Konstantinos Margaritis to minimize dependencies for localization-config (and thus debian-installer netinst image). * Standards-Version: 3.6.1 (no changes needed). * Add usage note to watch file. * Mention "Debian GNU systems" in intro line if debian/copyright. * Correct location of Artistic license (to please lintian). * Shorten short description (all lib*-perl packages are modules...). * Use (and build-depend on) dh-buildinfo. * Set urgency=high as none of the above changes should cause any risk, and dropping perl dependency is important for debian-installer. -- Jonas Smedegaard Sat, 25 Sep 2004 21:38:04 +0200 libconfig-inifiles-perl (2.38-2) unstable; urgency=low * Rebuild using newer cdbs (Closes: Bug#203617 - no need to tighten build-dependencies, as cdbs has not yet been included in any official release of Debian). * Standards-version 3.6.0. * Fix watch file to not include other related modules. * Change to section perl. * Remove info in debian/copyright included in debian/changelog. -- Jonas Smedegaard Thu, 31 Jul 2003 14:30:49 +0200 libconfig-inifiles-perl (2.38-1) unstable; urgency=low * New upstream release * Switch from cbs to cdbs. * Standards-Version 3.5.10 (no changes needed). * Build-depend on cdbs, tighten build-dependency on debhelper, and use debian/compat = 4. * Drop build-depending on links (upstream README is no longer html). -- Jonas Smedegaard Fri, 30 May 2003 13:16:39 +0200 libconfig-inifiles-perl (2.36-1) unstable; urgency=low * New upstream release. * Remove full stop from synopsis to please lintian. -- Jonas Smedegaard Tue, 28 Jan 2003 05:52:42 +0100 libconfig-inifiles-perl (2.30-1) unstable; urgency=low * New upstream release. * Add watch file. -- Jonas Smedegaard Tue, 12 Nov 2002 04:09:22 +0100 libconfig-inifiles-perl (2.29-2) unstable; urgency=low * Build the package using binary-indep build-target. -- Jonas Smedegaard Thu, 29 Aug 2002 08:51:40 +0200 libconfig-inifiles-perl (2.29-1) unstable; urgency=low * New upstream release. * Change source URL to use cpan.org. -- Jonas Smedegaard Mon, 19 Aug 2002 21:07:33 +0200 libconfig-inifiles-perl (2.27-1) unstable; urgency=low * New upstream release. * Friendly takeover (Thanks, Piotr!): Change Maintainer field. * Repackaged using dh-make-perl. * Upstream readme is html now (strange!). Convert using links. * Rewrite copyright. * Run tests as part of the compile. * Remove execute rights to the perl module (shouldn't dh_fixperms take care of that?). -- Jonas Smedegaard Mon, 25 Mar 2002 19:33:34 +0100 libconfig-inifiles-perl (2.21-1) unstable; urgency=low * New upstream release -- Piotr Roszatycki Wed, 17 Oct 2001 14:32:46 +0200 libconfig-inifiles-perl (2.19-2) unstable; urgency=low * Build-Depends-Indep in debian/control -- Piotr Roszatycki Wed, 17 Oct 2001 14:30:14 +0200 libconfig-inifiles-perl (2.19-1) unstable; urgency=low * New upstream release * woody release -- Piotr Roszatycki Mon, 30 Jul 2001 13:26:36 +0200 libconfig-inifiles-perl (2.14-1) unstable; urgency=low * Initial release. -- Piotr Roszatycki Wed, 31 Jan 2001 10:18:12 +0100 debian/README.source0000644000000000000000000000056312134045103011342 0ustar CDBS+git-buildpackage --------------------- This source package uses CDBS and git-buildpackage. NMUs need not (but are encouraged to) make special use of these tools. In particular, the debian/control.in file can be completely ignored. More info here: http://wiki.debian.org/CDBS+git-buildpackage -- Jonas Smedegaard Mon, 18 Feb 2013 12:55:37 +0100 debian/compat0000644000000000000000000000000212142732321010361 0ustar 8 debian/watch0000644000000000000000000000023412172220451010212 0ustar # Run the "uscan" command to check for upstream updates and more. version=3 http://www.cpan.org/authors/id/S/SH/SHLOMIF/Config-IniFiles-(\d[\d.]+)\.tar\.gz debian/copyright_hints0000644000000000000000000000343612172222032012325 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: FIXME Upstream-Contact: FIXME Source: FIXME Disclaimer: Autogenerated by CDBS Files: Build.PL Changes MANIFEST META.json META.yml Makefile.PL debian/README.source debian/compat debian/control debian/control.in debian/gbp.conf debian/source/format debian/watch inc/Test/Run/Builder.pm scripts/tag-release.pl t/00load.t t/01basic.t t/02weird.t t/03comments.t t/04import.t t/05hash.t t/06oo.t t/07misc.t t/08group.t t/09case.t t/10delta.t t/11copy-ties-with-array-vals.t t/12open-empty-file.t t/13val-in-list-context.t t/14brackets-within-values.t t/15store-and-retrieve-here-doc-terminator.t t/16case-sensitive-default.t t/17untainted-multiline-values.t t/18non-contiguous-groups.t t/19param-found-outside-section.t t/20allowedcommentchars.t t/22trailing-comment-lines.t t/23scalar-ref.t t/24case-sensitive-exists.t t/25line-endings.t t/26scalar-filehandle.t t/27empty-ini.t t/28nomultiline.t t/29end-of-line-comment.t t/31comments_with_spaces.t t/32mswin-outputs-contain-crs.t t/allowed-comment-chars.ini t/array.ini t/bad.ini t/brackets-in-values.ini t/ca.ini t/case-sensitive-default.ini t/case-sensitive.ini t/cmt.ini t/en.ini t/end-of-line-comment.ini t/es.ini t/lib/Config/IniFiles/Debug.pm t/lib/Config/IniFiles/TestPaths.pm t/non-contiguous-groups.ini t/pod-coverage.t t/pod.t t/style-trailing-space.t t/test.ini t/trailing-comments.ini Copyright: *No copyright* License: UNKNOWN FIXME Files: README lib/Config/IniFiles.pm Copyright: *No copyright* License: Perl FIXME Files: t/30parameters-with-empty-values.t Copyright: & LICENSE 2011, Shlomi Fish License: Expat FIXME Files: debian/rules Copyright: 2002-2004, 2006, 2008-2013 License: GPL-3+ FIXME debian/copyright0000644000000000000000000000564412142732077011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Config::IniFiles Upstream-Contact: Shlomi Fish http://sourceforge.net/projects/config-inifiles/ Source: http://search.cpan.org/dist/Config-IniFiles/ http://config-inifiles.svn.sourceforge.net/viewvc/config-inifiles/ Files: * Copyright: Scott Hutton Rich Bowen Jeremy Wadsack License: Artistic or GPL-1+ Comment: License: . This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. . Comment: . Perl is licensed under either the 'Artistic license' or the 'GNU General Public License' version 1 or later. Files: t/30parameters-with-empty-values.t Copyright: 2011, Shlomi Fish License: Expat Files: debian/* Copyright: 2002-2004,2006,2008-2013, Jonas Smedegaard License: GPL-3+ License: Artistic Comment: . On Debian systems the 'Artistic License' is located in '/usr/share/common-licenses/Artistic'. License: GPL-1+ Comment: . On Debian systems the 'GNU General Public License' version 1 is located in '/usr/share/common-licenses/GPL-1'. License: GPL-3+ 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 3, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . Comment: . On Debian systems the 'GNU General Public License' version 3 is located in '/usr/share/common-licenses/GPL-3'. . You should have received a copy of the 'GNU General Public License' along with this program. If not, see . License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/gbp.conf0000644000000000000000000000014611601406355010607 0ustar # Configuration file for git-buildpackage and friends [DEFAULT] pristine-tar = True sign-tags = True debian/rules0000755000000000000000000000307012172220440010240 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Copyright © 2002, 2003, 2004, 2006, 2008, 2009, 2010, 2011, 2012, 2013 # Jonas Smedegaard # Description: Main Debian packaging script for Config::IniFiles # # 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 3, or (at your option) # any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . include /usr/share/cdbs/1/rules/upstream-tarball.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/class/perl-build.mk include /usr/share/cdbs/1/rules/debhelper.mk DEB_UPSTREAM_PACKAGE = Config-IniFiles DEB_UPSTREAM_URL = http://www.cpan.org/authors/id/S/SH/SHLOMIF DEB_UPSTREAM_TARBALL_MD5 = e0e85657c64461a4e19a11b1862fd7ef pkg = $(DEB_SOURCE_PACKAGE) # Needed by upstream build process and (always) at runtime deps = liblist-moreutils-perl (>= 0.33) # Needed by upstream testsuite deps-test = libio-stringy-perl CDBS_BUILD_DEPENDS +=, $(deps), $(deps-test) CDBS_DEPENDS_$(pkg) = $(deps) # Perl-base is sufficient, and was once wanted by localization-config for use # in debian-installer. DEB_DH_PERL_ARGS = -d debian/control.in0000644000000000000000000000156312172221555011205 0ustar Source: libconfig-inifiles-perl Section: perl Priority: extra Build-Depends: @cdbs@ Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard , Jonathan Yu Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/git/pkg-perl/packages/libconfig-inifiles-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-inifiles-perl.git Homepage: http://search.cpan.org/dist/Config-IniFiles/ Package: libconfig-inifiles-perl Architecture: all Depends:, ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Description: Read .ini-style configuration files Config::IniFiles provides a way to have readable configuration files outside your Perl script. Configurations can be imported (inherited, stacked,...), sections can be grouped, and settings can be accessed from a tied hash.