debian/0000755000000000000000000000000012163321624007166 5ustar debian/rules0000755000000000000000000000003612163321624010245 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000130012163321624010563 0ustar Source: libextutils-config-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: gregor herrmann Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libextutils-config-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libextutils-config-perl.git Homepage: https://metacpan.org/release/ExtUtils-Config/ Package: libextutils-config-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: wrapper for perl's configuration ExtUtils::Config is an abstraction around the %Config hash. debian/source/0000755000000000000000000000000012163321624010466 5ustar debian/source/format0000644000000000000000000000001412163321624011674 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025212163321624011037 0ustar libextutils-config-perl (0.007-1) unstable; urgency=low * Initial release (closes: #714374). -- gregor herrmann Fri, 28 Jun 2013 16:54:08 +0200 debian/compat0000644000000000000000000000000212163321624010364 0ustar 8 debian/patches/0000755000000000000000000000000012163321624010615 5ustar debian/patches/spelling.patch0000644000000000000000000000101012163321624013443 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=86549 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=86549 Author: gregor herrmann Last-Update: 2013-06-28 --- a/lib/ExtUtils/Config.pm +++ b/lib/ExtUtils/Config.pm @@ -90,7 +90,7 @@ =head2 get($key) -Get the value of C<$key>. If not overriden it will return the value in %Config. +Get the value of C<$key>. If not overridden it will return the value in %Config. =head2 exists($key) debian/patches/series0000644000000000000000000000001712163321624012030 0ustar spelling.patch debian/copyright0000644000000000000000000000211512163321624011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ExtUtils-Config Source: https://metacpan.org/release/ExtUtils-Config/ Upstream-Contact: Leon Timmermans Files: * Copyright: 2006 Ken Williams 2006, Leon Timmermans License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, gregor herrmann 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/watch0000644000000000000000000000017412163321624010221 0ustar version=3 https://metacpan.org/release/ExtUtils-Config/ .*/ExtUtils-Config-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$