debian/0000775000000000000000000000000011526630307007173 5ustar debian/source/0000775000000000000000000000000011522740542010472 5ustar debian/source/format0000664000000000000000000000001411522740542011700 0ustar 3.0 (quilt) debian/rules0000775000000000000000000000003611522740555010255 0ustar #!/usr/bin/make -f %: dh $@ debian/compat0000664000000000000000000000000211522740542010370 0ustar 7 debian/copyright0000664000000000000000000000200611525145446011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: cho45 Source: http://search.cpan.org/dist/Config-Pit/ Name: Config-Pit Files: * Copyright: cho45 License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, TANIGUCHI Takaki 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/changelog0000664000000000000000000000024511526630050011041 0ustar libconfig-pit-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #612857) -- TANIGUCHI Takaki Wed, 16 Feb 2011 11:02:14 +0900 debian/libconfig-pit-perl.docs0000664000000000000000000000000711522740542013527 0ustar README debian/watch0000664000000000000000000000016111522740542010221 0ustar version=3 http://search.cpan.org/dist/Config-Pit/ .*/Config-Pit-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/control0000664000000000000000000000177411525160254010605 0ustar Source: libconfig-pit-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libfile-homedir-perl, liblist-moreutils-perl, libpath-class-perl, libyaml-syck-perl (>= 1), perl (>= 5.10.1) Maintainer: Debian Perl Group Uploaders: TANIGUCHI Takaki Standards-Version: 3.9.1 Homepage: http://search.cpan.org/dist/Config-Pit/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconfig-pit-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconfig-pit-perl/ Package: libconfig-pit-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-homedir-perl, liblist-moreutils-perl, libpath-class-perl, libyaml-syck-perl (>= 1), perl (>= 5.10.1) Description: Perl module for Manage settings Config::Pit is account setting management library. This library automates editing settings used in scripts. . Original library is written in Ruby and published as pit gem with management command.