debian/0000755000000000000000000000000012237214567007177 5ustar debian/source/0000755000000000000000000000000012167041530010465 5ustar debian/source/format0000644000000000000000000000001412167041530011673 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000067512237214567011061 0ustar libextutils-installpaths-perl (0.010-1) unstable; urgency=low * Team upload * Imported Upstream version 0.010 * drop trailing slash from metacpan URLs * claim conformance with Policy 3.9.5 -- Damyan Ivanov Fri, 08 Nov 2013 19:03:43 +0200 libextutils-installpaths-perl (0.009-1) unstable; urgency=low * Initial release (closes: #714378). -- gregor herrmann Fri, 28 Jun 2013 17:07:37 +0200 debian/rules0000755000000000000000000000003612167041530010244 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000266512237214544010606 0ustar Source: libextutils-installpaths-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libextutils-config-perl, perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libextutils-installpaths-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libextutils-installpaths-perl.git Homepage: https://metacpan.org/release/ExtUtils-InstallPaths Package: libextutils-installpaths-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libextutils-config-perl Description: module to make Build.PL install path logic easy ExtUtils::InstallPaths tries to make install path resolution as easy as possible. . When you want to install a module, it needs to figure out where to install things. The nutshell version of how this works is that default installation locations are determined from ExtUtils::Config, and they may be individually overridden by using the install_path attribute. An install_base attribute lets you specify an alternative installation root like /home/foo and prefix does something similar in a rather different (and more complicated) way. destdir lets you specify a temporary installation directory like /tmp/install in case you want to create bundled-up installable packages. debian/compat0000644000000000000000000000000212167041530010363 0ustar 8 debian/watch0000644000000000000000000000020712237214531010216 0ustar version=3 https://metacpan.org/release/ExtUtils-InstallPaths .*/ExtUtils-InstallPaths-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000213112237214523011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ExtUtils-InstallPaths Source: https://metacpan.org/release/ExtUtils-InstallPaths Upstream-Contact: Leon Timmermans Files: * Copyright: 2011, Ken Williams 2011, 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'.