debian/0000755000000000000000000000000011635415742007176 5ustar debian/watch0000644000000000000000000000015511635415551010226 0ustar version=3 http://search.cpan.org/dist/Find-Lib/ .*/Find-Lib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/NEWS0000644000000000000000000000060311635415551007672 0ustar libfind-lib-perl (1.0-1) unstable; urgency=low In version 0.99 (a developer release never in Debian), the following changes were made upstream. They make the interface incompatible with that presented in previous releases: * The 'pkg' option has been removed * The list arguments won't do any 'use' anymore -- Jonathan Yu Wed, 28 Oct 2009 06:52:05 -0400 debian/rules0000755000000000000000000000003611635415551010253 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000363211635415742011054 0ustar libfind-lib-perl (1.04-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * Drop patch fix-spelling-error-in-manpage.patch: spplied upstream. * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Sun, 18 Sep 2011 18:27:04 +0200 libfind-lib-perl (1.03-1) unstable; urgency=low * Team upload. * New upstream release * debian/copyright: - Refresh to revision 135 of DEP5's format-specification for machine readable copyright files. - Update copyright stanza for debian/* packaging. - Refer to Debian systems in general instead of only Debian GNU/Linux systems. - Explicitly refer to GPL-1 license text in common-licenses. * Bump Standards-Version to 3.9.2. * Convert to '3.0 (quilt)' source package format. * Add fix-spelling-error-in-manpage.patch patch to fix small spelling error. -- Salvatore Bonaccorso Mon, 04 Jul 2011 17:52:35 +0200 libfind-lib-perl (1.01-1) unstable; urgency=low * New upstream release -- Jonathan Yu Tue, 10 Nov 2009 18:31:12 -0500 libfind-lib-perl (1.0-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Added NEWS entry to note the interface has changed * Standards-Version 3.8.3 (no changes) [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ Ryan Niebur ] * Update jawnsy's email address -- Jonathan Yu Wed, 28 Oct 2009 06:51:59 -0400 libfind-lib-perl (0.06-1) unstable; urgency=low * Initial Release. (Closes: #535620) -- Jonathan Yu Fri, 03 Jul 2009 16:47:33 -0400 debian/control0000644000000000000000000000224411635415551010601 0ustar Source: libfind-lib-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Find-Lib/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libfind-lib-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfind-lib-perl.git Package: libfind-lib-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends} Description: Perl module to intelligently find libraries Find::Lib is a module aimed at finding and loading libraries in paths relative to the currently running script. It is particularly useful for test scripts, when there are test helper modules included in the distribution that are needed for testing but should not be installed on the system. . It simplifies the finding and loading these special libraries, which can be a tedious and error-prone process, especially when new modules are updated. This module is generally used to locate and load a bundled "bootstrapping" module which then loads the required dependencies. debian/compat0000644000000000000000000000000211635415551010372 0ustar 7 debian/source/0000755000000000000000000000000011635415551010474 5ustar debian/source/format0000644000000000000000000000001411635415551011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000214011635415551011124 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: Yann Kerherve Source: http://search.cpan.org/dist/Find-Lib/ Name: Find-Lib Files: * Copyright: 2007-2009, Yann Kerherve License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, Jonathan Yu 2011, Salvatore Bonaccorso 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'.