debian/0000755000000000000000000000000012202146656007172 5ustar debian/patches/0000755000000000000000000000000012202146570010614 5ustar debian/patches/devel-findperl.patch0000644000000000000000000000126612202146570014542 0ustar Description: avoid Devel::FindPerl in t/03-mpath.t
On a pure Debian system (which is where we build our packages and run
the built tests), the Perl interpreter is always located in
/usr/bin/perl. So no need to package a libdevel-findperl-perl
Author: Florian Schlichting
Forwarded: not-needed
--- a/t/03-mpath.t
+++ b/t/03-mpath.t
@@ -6,9 +6,8 @@
use Test::More 0.88 tests => 2;
use FindBin 0.05;
use File::Spec::Functions;
-use Devel::FindPerl qw(find_perl_interpreter);
-my $PERL = find_perl_interpreter() || die "can't find perl!\n";
+my $PERL = '/usr/bin/perl'; # unchanging on Debian
my $MPATH = catfile( $FindBin::Bin, updir(), qw(bin mpath) );
my $path;
debian/patches/series0000644000000000000000000000002512202146411012020 0ustar devel-findperl.patch
debian/watch0000644000000000000000000000016412202145027010213 0ustar version=3
https://metacpan.org/release/Module-Path/ .*/Module-Path-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
debian/copyright0000644000000000000000000000203112202145422011107 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Module-Path
Source: https://metacpan.org/release/Module-Path/
Upstream-Contact: Neil Bowers
Files: *
Copyright: 2012, Neil Bowers
License: Artistic or GPL-1+
Files: debian/*
Copyright: 2013, Florian Schlichting
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/control0000644000000000000000000000161412202146273010572 0ustar Source: libmodule-path-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group
Uploaders: Florian Schlichting
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-path-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-path-perl.git
Homepage: https://metacpan.org/release/Module-Path/
Package: libmodule-path-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
Description: module to get the full path to a locally installed Perl module
Module::Path provides a single function, module_path(), which will find
where a module is installed locally. It works by looking in all the
directories in @INC for an appropriately named file, returning the full
path when found and undef otherwise.
debian/compat0000644000000000000000000000000212202145027010357 0ustar 8
debian/changelog0000644000000000000000000000024712202146656011047 0ustar libmodule-path-perl (0.09-1) unstable; urgency=low
* Initial Release. (Closes: #719480)
-- Florian Schlichting Mon, 12 Aug 2013 13:57:33 +0200
debian/source/0000755000000000000000000000000012202145027010461 5ustar debian/source/format0000644000000000000000000000001412202145027011667 0ustar 3.0 (quilt)
debian/rules0000755000000000000000000000003612202145030010232 0ustar #!/usr/bin/make -f
%:
dh $@