debian/0000755000000000000000000000000011345001513007157 5ustar debian/control0000644000000000000000000000172711345001304010567 0ustar Source: libconfig-yaml-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl, libyaml-perl, libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Config-YAML/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-yaml-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-yaml-perl/ Package: libconfig-yaml-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libyaml-perl Description: module for manipulating YAML-based configuration files Config::YAML is a somewhat object-oriented wrapper around the YAML module designed to make reading and writing configuration files simple. It handles multiple configuration files (e.g. system and per-user configuration or a gallery application with per-directory configuration) with ease. debian/copyright0000644000000000000000000000252511345001304011114 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Shawn Boyette Source: http://search.cpan.org/dist/Config-YAML/ Name: Config-YAML Files: * Copyright: 2004, Shawn Boyette License: Artistic or GPL-1+ X-Comment: the module does not list Kirrily Robert as a copyright holder, but mentions that it was based upon YAML::ConfigFile. It is unknown whether this module is also copyright: 2001 Kirrily Robert or if he transferred copyright on his work to Shawn Boyette. Files: debian/* Copyright: 2010, Jonathan Yu 2005, Stephen Quinney 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 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' debian/watch0000644000000000000000000000035211344730341010217 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-YAML/ .*/Config-YAML-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011345001463010612 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000116011345001304015004 0ustar Description: fix POD spelling errors Author: Jonathan Yu Origin: vendor Forwarded: no --- a/lib/Config/YAML.pm +++ b/lib/Config/YAML.pm @@ -77,7 +77,7 @@ creation. It is required, and must be the first parameter given. If the second parameter is C, then it is used to specify the file to which configuration data will later be written out. This -positional dependancy makes it possible to have parameters named +positional dependency makes it possible to have parameters named "config" and/or "output" in config files. Initial configuration values can be passed as subsequent parameters to debian/patches/series0000644000000000000000000000002711345001304012020 0ustar fix-pod-spelling.patch debian/compat0000644000000000000000000000000211345001304010353 0ustar 7 debian/changelog0000644000000000000000000000174111345001304011032 0ustar libconfig-yaml-perl (1.42-2) unstable; urgency=low * Adopt this package (Closes: #572532) * Standards-Version 3.8.4 (no changes) * Drop dependency on Test::Simple (now core) * Update watch information * Use new short debhelper 7 rules format * Update copyright to new DEP5 format * Rewrite control description * Use 3.0 (quilt) source format * Add patch to fix POD spelling problems -- Jonathan Yu Sun, 07 Mar 2010 13:19:18 -0500 libconfig-yaml-perl (1.42-1) unstable; urgency=low * New upstream release * Switched to my debian.org email address. -- Stephen Quinney Mon, 26 Sep 2005 08:57:58 +0100 libconfig-yaml-perl (1.41-1) unstable; urgency=low * New upstream release * First upload, closes: #304442. -- Stephen Quinney Fri, 15 Apr 2005 19:41:41 +0100 libconfig-yaml-perl (1.37-1) unstable; urgency=low * Initial Release -- Stephen Quinney Fri, 4 Feb 2005 12:50:16 +0000 debian/source/0000755000000000000000000000000011345001463010463 5ustar debian/source/format0000644000000000000000000000001411345001512011664 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611345001304010234 0ustar #!/usr/bin/make -f %: dh $@