debian/0000755000000000000000000000000012212656777007205 5ustar debian/rules0000755000000000000000000000003612212656777010264 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000347412212656777010620 0ustar Source: libpackage-locator-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Oleg Gashev Build-Depends: debhelper (>= 8), perl (>= 5.11.4) | libmodule-build-perl (>= 0.360100) Build-Depends-Indep: libcpan-distnameinfo-perl, libmoose-perl, libmoosex-markasmethods-perl, libmoosex-types-path-class-perl, libmoosex-types-uri-perl, libpath-class-perl, libtest-exception-perl, liburi-perl, libwww-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpackage-locator-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpackage-locator-perl.git Homepage: https://metacpan.org/release/Package-Locator/ Package: libpackage-locator-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcpan-distnameinfo-perl, libmoose-perl, libmoosex-markasmethods-perl, libmoosex-types-path-class-perl, libmoosex-types-uri-perl, libpath-class-perl, liburi-perl, libwww-perl Description: module to find a package among CPAN-like repositories Package::Locator attempts to answer the question: "Where a distribution that will provide this package?" The answer is divined by searching the indexes for one or more CPAN-like repositories. If you also provide a specific version number, Package::Locator will attempt to find a distribution with that version of the package, or higher. You can also ask to find the latest version of a package across all the indexes. . Package::Locator only looks at the index files for each repository, and those indexes only contain information about the latest versions of the packages within that repository. So Package::Locator is not BackPAN magic -- you cannot use it to find precisely which distribution a particular package (or file) came from. debian/source/0000755000000000000000000000000012212656777010505 5ustar debian/source/format0000644000000000000000000000001412212656777011713 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000125212212656777011057 0ustar libpackage-locator-perl (0.10-1) unstable; urgency=low * New upstream release. -- Oleg Gashev Fri, 06 Sep 2013 13:13:58 -0400 libpackage-locator-perl (0.9-1) unstable; urgency=low * New upstream release * debian/control: updated Description field. * debian/control: updated Build-Depends-Indep and Depends fields. Added libmoosex-markasmethods-perl, removed libnamespace-autoclean-perl and libperlio-gzip-perl. -- Oleg Gashev Fri, 14 Jun 2013 16:02:57 +0000 libpackage-locator-perl (0.6-1) unstable; urgency=low * Initial Release. (Closes: #707917) -- Oleg Gashev Sat, 11 May 2013 12:24:44 +0000 debian/compat0000644000000000000000000000000212212656777010403 0ustar 8 debian/libpackage-locator-perl.examples0000644000000000000000000000001312212656777015422 0ustar examples/* debian/copyright0000644000000000000000000000206212212656777011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Package-Locator Source: https://metacpan.org/release/Package-Locator/ Upstream-Contact: Jeffrey Ryan Thalhammer Files: * Copyright: 2011, Imaginative Software Systems License: Artistic or GPL-1+ Files: debian/* Copyright: 2013, Oleg Gashev 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/watch0000644000000000000000000000017412212656777010240 0ustar version=3 https://metacpan.org/release/Package-Locator/ .*/Package-Locator-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$