debian/0000755000000000000000000000000011535455275007202 5ustar debian/control0000644000000000000000000000243211535450105010571 0ustar Source: libfile-sharedir-par-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libfile-sharedir-perl (>= 1.00), libclass-inspector-perl, libpar-perl (>= 0.989) Maintainer: Debian Perl Group Uploaders: Alex Muntada , Antonio Radici , Jonathan Yu , Damyan Ivanov Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-sharedir-par-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-sharedir-par-perl/ Homepage: http://search.cpan.org/dist/File-ShareDir-PAR/ Package: libfile-sharedir-par-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libfile-sharedir-perl (>= 1.00), libclass-inspector-perl Description: module for handling shared data in PAR archives File::ShareDir::PAR is a Perl module that provides a mechanism for locating shared data in PAR packages. By using this module's functions, the currently loaded .par files will be scanned before @INC, which is the same order you get for loading modules when PAR is in effect. If a matching path is found in a PAR archive, the full archive is extracted and the path returned will point to the extracted copy on disk. debian/copyright0000644000000000000000000000254111535455025011130 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Steffen Mueller Source: http://search.cpan.org/dist/File-ShareDir-PAR/ Name: File-ShareDir-PAR Files: * Copyright: 2008-2010, Steffen Mueller 2005-2006 Adam Kennedy License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2010, Adam Kennedy 2002-2010, Audrey Tang 2002-2010, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2008, Alex Muntada 2009, Damyan Ivanov 2011, Jonathan Yu 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/watch0000644000000000000000000000036611212456173010226 0ustar # format version number, currently 3; this line is compulsory! version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/File-ShareDir-PAR/ .*/File-ShareDir-PAR-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011535455140010620 5ustar debian/patches/fix-pod-spelling.patch0000644000000000000000000000112011535450105015010 0ustar Description: fix POD spelling errors Author: Jonathan Yu Origin: vendor Forwarded: no --- a/lib/File/ShareDir/PAR.pm +++ b/lib/File/ShareDir/PAR.pm @@ -51,7 +51,7 @@ L uses an C<@INC> hook to intercept any attempt to load a module. L uses the directory structure that is typically found in the directories that are listed in C<@INC> -for storing the shared data. In a C enviroment, this is +for storing the shared data. In a C environment, this is not necessarily possible. When you call one of the functions that this module provides, debian/patches/series0000644000000000000000000000002711535450105012030 0ustar fix-pod-spelling.patch debian/compat0000644000000000000000000000000211535450105010363 0ustar 8 debian/changelog0000644000000000000000000000254111535450105011041 0ustar libfile-sharedir-par-perl (0.06-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ gregor herrmann ] * debian/control: fix spelling mistake in long description, thanks lintian. [ Jonathan Yu ] * New upstream release * Rewrite control description * Standards-Version 3.9.1 (specifically refer to GPL-1) * Bump debhelper compat to 8 * Add myself to Uploaders and Copyright * Use new 3.0 (quilt) source format * Use short debhelper rules format * Refresh copyright information * Drop File::ShareDir version dependency down to 1.00 (no feature changes since this version) * Add patch to fix POD spelling errors -- Jonathan Yu Mon, 07 Mar 2011 19:01:39 -0500 libfile-sharedir-par-perl (0.05-1) unstable; urgency=low [ Antonio Radici ] * bump build-dependency on libpar-perl to 0.989, _first_member_matching is not defined on previous versions * New upstream release * Adding me to the Uploaders [ Damyan Ivanov ] * New upstream release * add myself to Uploaders * Standards-Version: 3.8.1 (no changes needed) -- Damyan Ivanov Wed, 01 Apr 2009 00:20:11 +0300 libfile-sharedir-par-perl (0.03-1) unstable; urgency=low * Initial Release. Closes: #505763 -- ITP -- Alex Muntada Sat, 15 Nov 2008 01:11:58 +0100 debian/source/0000755000000000000000000000000011535455140010471 5ustar debian/source/format0000644000000000000000000000001411535450105011673 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611535450105010244 0ustar #!/usr/bin/make -f %: dh $@