debian/0000755000000000000000000000000011645404330007166 5ustar debian/copyright0000644000000000000000000000143511645404330011124 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Daniel P. Berrange Source: http://search.cpan.org/dist/Config-Record/ Name: Config-Record Files: * Copyright: 2000-2007, Daniel P. Berrange License: GPL-2+ Files: debian/* Copyright: 2011, Salvatore Bonaccorso License: GPL-2+ License: GPL-2+ 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; version 2 dated June, 1991, or (at your option) any later version. . On Debian systems, the complete text of version 2 of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. debian/watch0000644000000000000000000000016711645404330010223 0ustar version=3 http://search.cpan.org/dist/Config-Record/ .*/Config-Record-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000644000000000000000000000202311645404330010566 0ustar Source: libconfig-record-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Salvatore Bonaccorso Build-Depends: debhelper (>= 8) Build-Depends-Indep: libtest-pod-coverage-perl, libtest-pod-perl, perl Standards-Version: 3.9.2 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-record-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-record-perl.git Homepage: http://search.cpan.org/dist/Config-Record/ Package: libconfig-record-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for configuration file access Config::Record provides an API for loading and saving of simple configuration file records. Entries in the configuration file are essentially key, value pairs, with the key and values separated by a single equals symbol. The key consists only of alphanumeric characters. There are three types of values: scalar values, array values and hash values. debian/changelog0000644000000000000000000000025511645404330011042 0ustar libconfig-record-perl (1.1.2-1) unstable; urgency=low * Initial Release. (Closes: #644958) -- Salvatore Bonaccorso Wed, 12 Oct 2011 23:07:48 +0200 debian/rules0000755000000000000000000000003611645404330010245 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0000755000000000000000000000000011645404330010466 5ustar debian/source/format0000644000000000000000000000001411645404330011674 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211645404330010364 0ustar 8 debian/patches/0000755000000000000000000000000011645404330010615 5ustar debian/patches/fix-spelling-error-in-manpage.patch0000644000000000000000000000112711645404330017401 0ustar Description: Fix spelling error in manpage Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=71639 Forwarded: yes Author: Salvatore Bonaccorso Last-Update: 2011-10-12 --- a/lib/Config/Record.pod +++ b/lib/Config/Record.pod @@ -120,7 +120,7 @@ The syntax described thus far is classed as the base feature set. By passing the C parameter when creating an instance of the -C class, it is posible to turn on certain extra +C class, it is possible to turn on certain extra features =head2 QUOTED NON-ALPHANUMERIC KEYS debian/patches/series0000644000000000000000000000004411645404330012030 0ustar fix-spelling-error-in-manpage.patch debian/libconfig-record-perl.examples0000644000000000000000000000001311645404330015070 0ustar examples/*