debian/0000755000000000000000000000000011730630763007174 5ustar debian/rules0000755000000000000000000000033111730630370010243 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_fixperms: dh_fixperms find $(TMP)/usr/share/doc/$(PACKAGE)/examples -type f -exec chmod 0644 {} + debian/copyright0000644000000000000000000000214211730630620011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: Karl Gaissmaier Upstream-Name: Config-Scoped Source: http://search.cpan.org/dist/Config-Scoped/ Files: * Copyright: 2004-2012, Karl Gaissmaier License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, 2012, Angel Abad 2009, 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'. debian/compat0000644000000000000000000000000211730630344010365 0ustar 8 debian/changelog0000644000000000000000000000222111730630763011043 0ustar libconfig-scoped-perl (0.22-1) unstable; urgency=low * Imported Upstream version 0.22 * Update debian/copyright format to copyright-format 1.0 * Bump Standards-Version to 3.9.3 -- Angel Abad Fri, 16 Mar 2012 13:28:31 +0100 libconfig-scoped-perl (0.21-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Angel Abad ] * Email change: Angel Abad -> angel@debian.org * Imported Upstream version 0.21 * Update to new DEP5 format * Switch to source format 3.0 (quilt). * Use minimal debian/rules * Bump debhelper compat level to 8 * Bump Standards-Version to 3.9.2 (no changes) * debian/libconfig-scoped-perl.examples: Add example files * debian/control: Remove version in libparse-recdescent-perl depend * debian/rules: Fix example permissions -- Angel Abad Mon, 06 Feb 2012 10:30:29 +0100 libconfig-scoped-perl (0.12-1) unstable; urgency=low * Initial Release. (Closes: #494958) -- Angel Abad (Ikusnet SLL) Thu, 14 Aug 2008 08:46:30 +0200 debian/libconfig-scoped-perl.examples0000644000000000000000000000001211730630363015070 0ustar example/* debian/control0000644000000000000000000000200311730630724010567 0ustar Source: libconfig-scoped-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Angel Abad Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: liberror-perl, libparse-recdescent-perl, libtest-pod-coverage-perl, libtest-pod-perl Standards-Version: 3.9.3 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-scoped-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libconfig-scoped-perl.git Homepage: http://search.cpan.org/dist/Config-Scoped/ Package: libconfig-scoped-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, liberror-perl, libparse-recdescent-perl Description: Feature rich configuration file parser Config::Scoped is a configuration file parser for complex configuration files based on Parse::RecDescent. Files similar to the ISC named or ISC dhcpd configurations are possible. In order to be fast a precompiled grammar and optionally a config cache is used. debian/source/0000755000000000000000000000000011730630344010467 5ustar debian/source/format0000644000000000000000000000001411730630363011676 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000035611730630344010224 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Config-Scoped/ .*/Config-Scoped-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$