debian/0000755000000000000000000000000011720120152007155 5ustar debian/copyright0000644000000000000000000000240711720120152011113 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Adam Kennedy Source: http://search.cpan.org/dist/File-Which/ Name: File-Which Files: * Copyright: 2009, Adam Kennedy 2002, Per Einar Ellefsen License: GPL-1+ or Artistic Files: debian/* Copyright: 2002-2004, Ardo van Rangelrooij 2004, Daniel Ruoso 2006, gregor herrmann 2009, Jonathan Yu 2012, Florian Schlichting License: GPL-1+ or 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'. 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'. debian/libfile-which-perl.examples0000644000000000000000000000001611720120152014360 0ustar script/pwhich debian/watch0000644000000000000000000000025611720120152010211 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/File-Which/ .*/File-Which-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/control0000644000000000000000000000241011720120152010555 0ustar Source: libfile-which-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: libperl-minimumversion-perl, libtest-minimumversion-perl, perl (>= 5.10.1) | libpod-simple-perl (>= 3.07), libtest-pod-perl, libtest-cpan-meta-perl, libtest-script-perl, perl (>= 5.10.1) | libtest-simple-perl (>= 0.80) Maintainer: Debian Perl Group Uploaders: Daniel Ruoso , Jonathan Yu , gregor herrmann , Florian Schlichting Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/File-Which/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libfile-which-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfile-which-perl.git Package: libfile-which-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: Perl module for searching paths for executable programs File::Which simulates the behavior of the standard 'which' program: it searches directories of a user's PATH (as returned by File::Spec) looking for executable files matching a given name. . On Debian /usr/bin/which is guaranteed to be available, but going through the Perl implementation can still save a fork. debian/changelog0000644000000000000000000001020611720120152011026 0ustar libfile-which-perl (1.09-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * debian/control: add perl (>= 5.10.1) as an alternative build dependency for Pod::Simple. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Florian Schlichting ] * Updated package description (closes: #644701). * Switched to source format 3.0 (quilt). * Bumped debhelper compatibility to 8 (no changes). * Raised Standards-Version to 3.9.2 and refreshed debian/copyright. * Added myself to Uploaders. [ Salvatore Bonaccorso ] * Update description of ignore-pwhich.patch patch * Simplify versioned Build-Depends-Indep. Change versioned Build-Depends-Indep already satisfied in Lenny to unversioned Build-Depends-Indep. -- Florian Schlichting Sun, 19 Feb 2012 00:27:32 +0100 libfile-which-perl (1.08-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release + Bug fixes to pwhich command * Require perl-modules 5.10.1 or higher, for Test::More >= 0.80 [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Sun, 20 Sep 2009 09:04:14 -0400 libfile-which-perl (1.07-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * debian/watch: use dist-based URL. * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Jonathan Yu ] * New upstream release + Changed platform detection code to constants, so that if() statements are optimized during compile-time (constant folding) + Move from Test.pm to Test::More * Remove .install and .docs, I don't think they're needed * Bump compat to 7, use new debhelper short rules format * Added myself to uploaders * Update gregoa's e-mail address * Added ADAMK's test modules and set AUTOMATED_TESTING=1 * Updated copyright * Add README.source and patch to prevent pwhich installation [ gregor herrmann ] * Set Standards-Version to 3.8.3 (no changes). -- Jonathan Yu Thu, 20 Aug 2009 09:08:37 -0400 libfile-which-perl (0.05-7) unstable; urgency=low * Use $(CURDIR) [make] instead of $(PWD) [sh] to fix issues with sudo. -- gregor herrmann Sun, 1 Oct 2006 14:09:18 +0200 libfile-which-perl (0.05-6) unstable; urgency=low * Moved debhelper to Build-Depends. * Set Standards-Version to 3.7.2 (no changes). * Set Debhelper Compatibility Level to 5. -- gregor herrmann Fri, 16 Jun 2006 15:45:59 +0200 libfile-which-perl (0.05-5) unstable; urgency=low * Adopting package. -- Daniel Ruoso Wed, 26 May 2004 16:21:27 -0300 libfile-which-perl (0.05-4) unstable; urgency=low * debian/copyright: updated -- Ardo van Rangelrooij Sat, 7 Feb 2004 10:28:25 -0600 libfile-which-perl (0.05-3) unstable; urgency=low * debian/control: now really changed build dependency on 'debhelper' to '(>= 4.1)' * debian/control: upgraded to Debian Policy 3.6.1 (no changes) -- Ardo van Rangelrooij Sat, 13 Dec 2003 11:54:40 -0600 libfile-which-perl (0.05-2) unstable; urgency=low * debian/rules: moved debhelper compatibility level setting to 'debian/compat' per latest debhelper best practices * debian/control: updated sections according to latest archive changes: - 'libfile-which-perl' from 'interpreters' to 'perl' * debian/control: changed build dependency on 'debhelper' to '(>= 4.1)' * debian/control: upgraded to Debian Policy 3.6.0 (no changes) -- Ardo van Rangelrooij Sat, 26 Jul 2003 13:54:50 -0500 libfile-which-perl (0.05-1) unstable; urgency=low * Initial Release (closes: Bug#166553) -- Ardo van Rangelrooij Sat, 26 Oct 2002 20:46:13 -0500 debian/rules0000755000000000000000000000013011720120152010227 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: AUTOMATED_TESTING=1 dh_auto_test debian/source/0000755000000000000000000000000011720120152010455 5ustar debian/source/format0000644000000000000000000000001411720120152011663 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211720120152010353 0ustar 8 debian/patches/0000755000000000000000000000000011720120152010604 5ustar debian/patches/series0000644000000000000000000000002411720120152012015 0ustar ignore-pwhich.patch debian/patches/ignore-pwhich.patch0000644000000000000000000000060011720120152014364 0ustar Description: patch Makefile.PL not to install script/pwhich script Origin: vendor Author: Jonathan Yu Forwarded: not-needed --- a/Makefile.PL +++ b/Makefile.PL @@ -13,9 +13,6 @@ 'Test::More' => '0.80', 'Test::Script' => '1.05', }, - 'EXE_FILES' => [ - 'script/pwhich', - ], ( $] >= 5.005 ? ( AUTHOR => 'Adam Kennedy ', ) : () ),