debian/0000755000000000000000000000000011714311623007165 5ustar debian/copyright0000644000000000000000000000257011714311623011124 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Jos I. Boumans Source: http://search.cpan.org/dist/Config-Auto/ Name: Config-Auto Files: * Copyright: 2002-2003, Simon Cozens 2003-2011, Jos Boumans License: Artistic or GPL-1+ Comment: Under the Berne convention it is assumed that the authors are also the copyright holders. The years are taken from Changes. Files: debian/* Copyright: 2004, Marc 'HE' Brockschmidt , 2011, Alessandro Ghedini 2012, Salvatore Bonaccorso 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/watch0000644000000000000000000000014011714311623010211 0ustar version=3 http://search.cpan.org/dist/Config-Auto/ .*/Config-Auto-([\d.]+)\.(?:tar\.gz|tar|tgz) debian/control0000644000000000000000000000333311714311623010572 0ustar Source: libconfig-auto-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Marc 'HE' Brockschmidt , Niko Tyni , Krzysztof Krzyzaniak (eloy) , gregor herrmann , Rene Mayorga , Alessandro Ghedini , Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: libconfig-inifiles-perl, libio-string-perl, libtest-pod-perl, libxml-simple-perl, libyaml-perl (>= 0.67), perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-auto-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-auto-perl.git Homepage: http://search.cpan.org/dist/Config-Auto/ Package: libconfig-auto-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libconfig-inifiles-perl, libio-string-perl, libxml-simple-perl, libyaml-perl (>= 0.67) Description: magical config file parser Config::Auto allows developers to parse config files without needing to specify the format of the file (though they can do it). . It even looks for the config file in standard places (working dir, home dir, /etc) and tries some common config file names if the path isn't specified in the call. . It then determines the format of the config file, parses it and then returns a data structure containing the configuration data. The format of this structure depends on the format of the file. . At the moment, libconfig-auto-perl knows about colon, space and equals separated, XML, Perl, Windows INI, BIND9 and irssi style config files, though files in BIND9 or irssi format cannot be parsed. debian/changelog0000644000000000000000000001111311714311623011034 0ustar libconfig-auto-perl (0.42-1) unstable; urgency=low * Imported Upstream version 0.42 * Drop test-file-for-06_const_it.t-test.patch patch. This is not needed anymore as upstream has added a testfile to test against. -- Salvatore Bonaccorso Tue, 07 Feb 2012 22:10:30 +0100 libconfig-auto-perl (0.40-1) unstable; urgency=low * Imported Upstream version 0.40 * Update copyright years for debian/* packaging * Add test-file-for-06_const_it.t-test.patch patch. Change test file to a file which should be available even in buildd chroots (/etc/dpkg/dpkg.cfg). -- Salvatore Bonaccorso Tue, 07 Feb 2012 14:21:28 +0100 libconfig-auto-perl (0.38-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Imported Upstream version 0.38 * debian/control: Reorder fields in control file. * Add myself to Uploaders. * debian/copyright: - Update Format-Specification for DEP5 to revision 135. - Add myself to copyright for debian/* packaging. -- Salvatore Bonaccorso Tue, 09 Aug 2011 19:03:58 +0200 libconfig-auto-perl (0.36-1) unstable; urgency=low * Team upload. * New upstream release * Bump Standard-Versions to 3.9.2 (no changes needed). -- Salvatore Bonaccorso Fri, 01 Jul 2011 20:38:39 +0200 libconfig-auto-perl (0.34-1) unstable; urgency=low * Team upload. * New upstream release + Handles gracefully cases where config file does not exist (Closes: #617305) -- Salvatore Bonaccorso Wed, 09 Mar 2011 07:38:59 +0100 libconfig-auto-perl (0.32-1) unstable; urgency=low [ Alessandro Ghedini ] * New upstream release * Switch to 3.0 (quilt) * Bump debhelper to 8 * Remove/update versioned dependencies * Add myself to Uploaders and debian/copyright * Switch to short-form dh * Bump Standards-Version (no changes needed) * Add libio-string-perl to (Build-)Depends(-Indep) * Bump Standards-Version (no changes needed) [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * Change my email address. * debian/control: lowercase short description; mention module name in long description. [ Rene Mayorga ] * debian/control: update my email address. -- Alessandro Ghedini Mon, 28 Feb 2011 17:48:18 +0100 libconfig-auto-perl (0.20-2) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/rules: delete /usr/lib/perl5 only if it exists. (Closes: #467735) [ Rene Mayorga ] * debian/control + change priority from extra to optional, this match the Override + Wrap long fields + Add myslef to uploaders + Set standards-version to 3.7.3 ( No changes needed ) * debian/rules + remove CFLAGS and OPTIMIZE, this package is arch:all + move test suites from install to build-target + de-ignore output from Make distclean + Use $@ when touch -stamp files + remove unused dh_ calls + Don't install README File, it has almost the same info from PODs * debian/copyright: Add Upstream URL * Improve debian/watch -- Rene Mayorga Tue, 04 Mar 2008 16:20:17 -0600 libconfig-auto-perl (0.20-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Fri, 13 Apr 2007 11:09:51 +0200 libconfig-auto-perl (0.18-1) unstable; urgency=low * New upstream release. * Set debhelper compatibility level to 5. * Set Standards-Version to 3.7.2 (no changes needed). -- gregor herrmann Sun, 2 Jul 2006 16:23:47 +0200 libconfig-auto-perl (0.16-1) unstable; urgency=low * New upstream release * debian/control - Added me to Uploaders, added libyaml-perl (>= 0.57-2) to deps * debian/watch - updated -- Krzysztof Krzyzaniak (eloy) Sun, 12 Feb 2006 17:42:29 +0100 libconfig-auto-perl (0.14-1) unstable; urgency=low * New upstream release. (Closes: #329517) * Downgraded to Priority:extra, since we depend on libconfig-inifiles-perl. (Closes: #343537) * Upgraded Standards-Version to 3.6.2. No changes needed. * Build-depend on libtest-pod-perl to run all the tests. -- Niko Tyni Fri, 16 Dec 2005 23:48:14 +0200 libconfig-auto-perl (0.06-1) unstable; urgency=low * Initial Release (Closes: #233240) -- Marc 'HE' Brockschmidt Thu, 26 Feb 2004 16:08:21 +0100 debian/rules0000755000000000000000000000003611714311623010244 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011714311623010465 5ustar debian/source/format0000644000000000000000000000001411714311623011673 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211714311623010363 0ustar 8