debian/0000755000000000000000000000000012215665102007166 5ustar debian/compat0000644000000000000000000000000212215665102010364 0ustar 8 debian/copyright0000644000000000000000000000404312215665102011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Config-Any Upstream-Contact: Joel Bernstein Source: https://metacpan.org/release/Config-Any/ Files: * Copyright: 2007, Joel Bernstein 2006, Portugal Telecom License: Artistic or GPL-1+ Files: lib/Config/Any/General.pm Copyright: 2006-2013, Brian Cassidy 2006, Portugal Telecom License: Artistic or GPL-1+ Files: lib/Config/Any/INI.pm Copyright: 2006-2013 by Brian Cassidy 2006, 2007 by Joel Bernstein License: Artistic or GPL-1+ Files: lib/Config/Any/Base.pm lib/Config/Any/JSON.pm lib/Config/Any/Perl.pm lib/Config/Any/XML.pm lib/Config/Any/YAML.pm Copyright: 2006-2013, Brian Cassidy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2013 Salvatore Bonaccorso 2009, Jonathan Yu 2009, Rene Mayorga 2008, Ansgar Burchardt 2008, Gunnar Wolf 2008, Rene Mayorga 2007-2008, gregor herrmann 2007, Damyan Ivanov 2006-2007, Krzysztof Krzyzaniak (eloy) 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/rules0000755000000000000000000000003612215665102010245 0ustar #!/usr/bin/make -f %: dh $@ debian/watch0000644000000000000000000000015712215665102010222 0ustar version=3 https://metacpan.org/release/Config-Any/ .*/Config-Any-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000417612215665102010601 0ustar Source: libconfig-any-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libconfig-general-perl, libconfig-tiny-perl, perl (>= 5.13.9) | libjson-pp-perl | libjson-perl, libmodule-pluggable-perl | perl (<< 5.17.0), libtest-exception-perl, libtest-pod-coverage-perl, libtest-pod-perl, libxml-simple-perl, libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl, perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , Damyan Ivanov , Rene Mayorga , Ansgar Burchardt , gregor herrmann , Jonathan Yu , Salvatore Bonaccorso Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/Config-Any/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-any-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-any-perl.git Package: libconfig-any-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmodule-pluggable-perl | perl (<< 5.17.0) Recommends: libconfig-general-perl, libconfig-tiny-perl, perl (>= 5.13.9) | libjson-pp-perl | libjson-perl, libxml-simple-perl, libyaml-libyaml-perl | libyaml-syck-perl | libyaml-perl Description: module to load configuration from different file formats Config::Any provides a facility for Perl applications and libraries to load configuration data from multiple different file formats. It supports XML, YAML, JSON, Apache-style configuration, Windows INI files, and even Perl code. . The rationale for this module is as follows: Perl programs are deployed on many different platforms and integrated with many different systems. Systems administrators and end users may prefer different configuration formats than the developers. The flexibility inherent in a multiple format configuration loader allows different users to make different choices, without generating extra work for the developers. As a developer you only need to learn a single interface to be able to use the power of different configuration formats. debian/source/0000755000000000000000000000000012215665102010466 5ustar debian/source/format0000644000000000000000000000001412215665102011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001775012215665102011052 0ustar libconfig-any-perl (0.24-1) unstable; urgency=low * Imported Upstream version 0.24 * Update copyright years for included Module::Install copy * Update copyright years for upstream files * Add alternative for JSON:PP (in perl core since 5.13.9) Add alternative Build-Depends-Depends and Recommends for JSON::PP. Alternative perl (>= 5.13.9) | libjson-pp-perl to libjson-perl. -- Salvatore Bonaccorso Mon, 16 Sep 2013 22:25:57 +0200 libconfig-any-perl (0.23-2) unstable; urgency=low * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs * Adjust (build-)dependency for Module::Pluggable. Module::Pluggable will be removed from Perl core in 5.20 and emits now a warning with 5.18. Add Build-Depends-Indep and Depends on alternate libmodule-pluggable-perl | perl (<< 5.17.0). Thanks to Dominic Hargreaves (Closes: #711653) * Bump Standards-Version to 3.9.4 * Bump Debhelper compat level to 8. Adjust versioned Build-Depends for debhelper to (>= 8). * Update copyright years for debian/* packaging -- Salvatore Bonaccorso Mon, 12 Aug 2013 20:34:16 +0200 libconfig-any-perl (0.23-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * New upstream release * Update debian/copyright file. Update format to copyright-format 1.0 as released together with Debian policy 3.9.3. Update copyright years for debian/* packaging. * Simplify dependency for libyaml-syck-perl. Change versioned (Build-)Depends(-Indep) for libyaml-syck-perl in alternatives to unversioned dependency. The required version is already satisfied in squeeze. * Bump Standards-Version to 3.9.3 -- Salvatore Bonaccorso Sun, 27 May 2012 08:32:31 +0200 libconfig-any-perl (0.22-1) unstable; urgency=low * New upstream release -- Salvatore Bonaccorso Mon, 04 Jul 2011 21:54:48 +0200 libconfig-any-perl (0.21-1) unstable; urgency=low [ Ansgar Burchardt ] * Email change: Ansgar Burchardt -> ansgar@debian.org [ Salvatore Bonaccorso ] * New upstream release * Email change: Salvatore Bonaccorso -> carnil@debian.org * debian/copyright: - Update copyright years for debian/* packaging. - Update copyright years for upstream files and included Module::Install. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. * Bump Standards-Version to 3.9.2. -- Salvatore Bonaccorso Thu, 26 May 2011 23:46:57 +0200 libconfig-any-perl (0.20-1) unstable; urgency=low * New upstream release * debian/copyright: Explicitly reference GPL-1 text in common- licenses. * debian/control: - Drop versioned Depends on perl (>= 5.10.0) as this version is already in stable and the Depends is covered by ${perl:Depends}. - Make versioned Build-Depends-Indep on perl (>= 5.10.0) unversioned to perl as this version is already in stable. - Drop (Build-)Depends(-Indep) on libmodule-pluggable-perl. * Bump Standards-Version to 3.9.1. * Convert to '3.0 (quilt)' source package format. -- Salvatore Bonaccorso Fri, 06 Aug 2010 15:25:47 +0200 libconfig-any-perl (0.19-1) unstable; urgency=low * New upstream release * Add myself to Uploaders. * Referesh debian/copyright and update Copyright years. * Bump Standards-Version to 3.8.4 (no changes). -- Salvatore Bonaccorso Tue, 16 Feb 2010 11:17:45 +0100 libconfig-any-perl (0.18-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new short debhelper rules format * Refresh control and copyright files * Update control description * Add myself to Uploaders and Copyright * Standards-Version 3.8.3 (drop perl version dependency) [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * debian/control: add libyaml-libyaml-perl to Build-Depends-Indep and Recommends. -- Jonathan Yu Mon, 16 Nov 2009 20:32:02 -0500 libconfig-any-perl (0.17-1) unstable; urgency=low [ Rene Mayorga ] * New upstream release * debian/control: update my email address -- Rene Mayorga Thu, 05 Feb 2009 21:53:20 -0600 libconfig-any-perl (0.16-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Rene Mayorga ] * New upstream release -- Rene Mayorga Sat, 22 Nov 2008 00:59:16 -0600 libconfig-any-perl (0.15-1) unstable; urgency=low [ Tim Retout ] * debian/copyright: Fix 'at your opinion' typo. [ Ansgar Burchardt ] * New upstream release. * Build-depend on libyaml-syck-perl | libyaml-perl to enable tests for Config::Any::YAML. * Add Recommends for libyaml-syck-perl | libyaml-perl as well. * debian/copyright: Add information about lib/Config/Any/Base.pm. -- Ansgar Burchardt Sun, 16 Nov 2008 13:51:04 +0100 libconfig-any-perl (0.14-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release * Add myself to Uploaders * Regenerate rules for debhelper 7 * Convert debian/copyright to proposed machine-readable format * Bump Standards Version to 3.8.0 (No changes required) [ gregor herrmann ] * debian/watch: use extended regexp for matching upstream releases. * Complete copyright stanza for debian/*. * debian/control: - add /me to Uploaders - add an alternative dependency on perl-modules (>= 5.10) to libversion-perl (which is now provided by the former) -- gregor herrmann Sat, 09 Aug 2008 18:25:07 -0300 libconfig-any-perl (0.12-1) unstable; urgency=low * New upstream release * debian/rules + use $@ when touching -stamp files * debian/control + wrap long lines + add myself to uploaders -- Rene Mayorga Tue, 08 Apr 2008 10:38:20 -0600 libconfig-any-perl (0.11-1) unstable; urgency=low [ gregor herrmann ] * debian/rules: delete /usr/lib/perl5 only if it exists. [ Gunnar Wolf ] * New upstream release * Upgraded Debhelper compat level to 6 * Added myself as an uploader -- Gunnar Wolf Tue, 29 Jan 2008 11:55:37 -0600 libconfig-any-perl (0.10-1) unstable; urgency=low [ gregor herrmann ] * New upstream release. * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * Set Standards-Version to 3.7.3 (no further changes required). * debian/copyright: use generic download URL; be more verbose about author/contributors/copyright/. * debian/rules: - call dh_clean before make clean - let install-stamp target depend on build-stamp (instead of install on build) - use PREFIX and DESTDIR in make install - don't install README any more (duplicate of POD/manpage) - remove unused and commented out dh_* calls [ Damyan Ivanov ] * Put me in Uploaders instead of Gregor -- Damyan Ivanov Mon, 17 Dec 2007 22:08:50 +0200 libconfig-any-perl (0.08-1) unstable; urgency=low * New upstream release. * Adapt debian/rules - we don't have a Build.PL anymore. * Remove empty /usr/lib/perl5/ directory. * Move lib*-perl from Build-Depends to Build-Depends-Indep. -- gregor herrmann Mon, 27 Aug 2007 00:11:24 +0200 libconfig-any-perl (0.07-1) unstable; urgency=low * New upstream release * debian/watch updated -- Krzysztof Krzyzaniak (eloy) Wed, 18 Apr 2007 12:26:17 +0200 libconfig-any-perl (0.04-1) unstable; urgency=low * Initial Release (closes: #385130). -- Krzysztof Krzyzaniak (eloy) Tue, 29 Aug 2006 11:25:26 +0200