debian/0000755000000000000000000000000012231165276007173 5ustar debian/watch0000644000000000000000000000035712172461217010227 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search https://metacpan.org/release/Config-Augeas/ .*/Config-Augeas-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/rules0000755000000000000000000000003612172461217010250 0ustar #!/usr/bin/make -f %: dh $@ debian/copyright0000644000000000000000000000353012172461217011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Config-Augeas Upstream-Contact: Dominique Dumont Raphaël Pinson Source: https://metacpan.org/release/Config-Augeas/ Files: * Copyright: 2008-2010, Dominique Dumont 2011-2013, Raphaël Pinson License: LGPL-2+ Files: lib/Config/ppport.h Copyright: 2004-2009, Marcus Holland-Moritz 2001, Paul Marquess (Version 2.x) 1999, Kenneth Albanowski (Version 1.x) License: Artistic or GPL-1+ Files: debian/* Copyright: 2008-2013, Dominique Dumont 2009-2010, Jonathan Yu 2009, gregor herrmann License: LGPL-2+ 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' License: LGPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/LGPL-2' debian/source/0000755000000000000000000000000012172461217010471 5ustar debian/source/format0000644000000000000000000000001412172461217011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212172461217010367 0ustar 9 debian/control0000644000000000000000000000247512172461217010604 0ustar Source: libconfig-augeas-perl Maintainer: Debian Perl Group Uploaders: Dominique Dumont , gregor herrmann , Jonathan Yu Section: perl Priority: optional Build-Depends: debhelper (>= 9), libaugeas-dev (>= 1.0.0), libtest-pod-perl, libxml2-dev, perl, pkg-config Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconfig-augeas-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconfig-augeas-perl.git Homepage: https://metacpan.org/release/Config-Augeas/ Package: libconfig-augeas-perl Architecture: any Depends: ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends} Description: module for manipulating configuration files through Augeas Config::Augeas is a Perl module that provides an object-oriented interface to the Augeas open source configuration library. The API is more "Perlish" than its C counterpart, making it natural to use with Perl. . Augeas is a library and command line tool that addresses the common problem of handling configuration data, providing a means to easily edit many types of configuration files. (See the augeas package for details) debian/changelog0000644000000000000000000001174512231165276011055 0ustar libconfig-augeas-perl (1.000-1build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Mon, 21 Oct 2013 09:50:06 +0100 libconfig-augeas-perl (1.000-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Dominique Dumont ] * Imported Upstream version 1.000 * copyright: updated years * control: * bumped Standards-Version + added BD on libxml2-dev * updated dep on augeas >= 1.0.0 -- Dominique Dumont Sat, 20 Jul 2013 12:10:07 +0200 libconfig-augeas-perl (0.903-1) unstable; urgency=low * new upstream version (Closes: 662852) * copyright: updated my e-mail and (c) years * control: * updated standards-version * BD on libaugeas-dev (>= 0.10.0) * compat: bunped to 9 to enable hardening flags as suggested by lintian and http://wiki.debian.org/Hardening -- Dominique Dumont Wed, 23 May 2012 11:39:18 +0200 libconfig-augeas-perl (0.902-1) unstable; urgency=low * Imported Upstream version 0.902 * control: BD on libaugeas-dev >= 0.9.0 -- Dominique Dumont Fri, 25 Nov 2011 13:13:06 +0100 libconfig-augeas-perl (0.802-1) unstable; urgency=low [ Dominique Dumont ] * Imported Upstream version 0.802 * control: * updated my e-mail address * BD on libaugeas-dev 0.801 * Bumped Standards-Version to 3.9.2 (no other changes) * copyright: + Added Raphaël Pinson as co-author + source/format set to 3.0 (quilt) [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Dominique Dumont Tue, 11 Oct 2011 21:10:15 +0200 libconfig-augeas-perl (0.701-1) unstable; urgency=medium * New upstream release + This version fixes a segfault in `get' * Standards-Version 3.8.4 (no changes) * Update to new DEP5 copyright format -- Jonathan Yu Sat, 20 Feb 2010 12:44:09 -0500 libconfig-augeas-perl (0.601-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Rewrote control description * Added myself to Uploaders and Copyright * Use new short debhelper rules format * Standards-Version 3.8.3 (drop perl version dep) * No longer install README [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * debian/control: bump versioned build dependency on libaugeas-dev to >= 0.6.0 as per new upstream requirements. -- Jonathan Yu Mon, 21 Dec 2009 19:42:17 -0500 libconfig-augeas-perl (0.501-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Dominique Dumont ] * New upstream release (fixed compiler warnings and improved tests) * control: set Standards-Version to 3.8.2 -- Dominique Dumont Mon, 20 Jul 2009 13:40:10 +0200 libconfig-augeas-perl (0.500-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.1 (no changes). * Add /me to Uploaders. * Make build dependency on libaugeas-dev versioned. -- gregor herrmann Sun, 31 May 2009 16:43:18 +0200 libconfig-augeas-perl (0.400-1) unstable; urgency=low * New upstream release See http://search.cpan.org/src/DDUMONT/Config-Augeas-0.400/ChangeLog -- Dominique Dumont Wed, 18 Feb 2009 13:00:34 +0100 libconfig-augeas-perl (0.305-1) unstable; urgency=low * New upstream release (should fix FTBS on amd64) * debian/copyright: Updated copyright years -- Dominique Dumont Sun, 04 Jan 2009 11:57:57 +0100 libconfig-augeas-perl (0.304-1) unstable; urgency=low [ Dominique Dumont ] * New upstream version. (Closes: #509467) * Fix "FTBFS: Failed 1/3 test scripts. 1/32 subtests failed." with new upstream version. (Closes: #504214) [ gregor herrmann ] * New maintainer: Debian Perl Group, taking over with previous maintainer's permission, cf. http://lists.debian.org/debian-perl/2008/12/msg00187.html * debian/copyright: add year of upstream copyright and information about third-party file lib/Config/ppport.h. * debian/control: mention module name in long description. * debian/control: add a build dependency on libtest-pod-perl to enable an additional test. -- Dominique Dumont Tue, 30 Dec 2008 18:46:15 +0100 libconfig-augeas-perl (0.301-1) unstable; urgency=low * New upstream version. (Closes: #493340) -- Jose Parrella Wed, 22 Oct 2008 10:24:58 -0430 libconfig-augeas-perl (0.201-1) unstable; urgency=low * Initial Release (Closes: #490956) -- Jose Parrella Tue, 22 Jul 2008 01:08:31 -0430