debian/0000755000000000000000000000000012264344114007167 5ustar debian/rules0000755000000000000000000000003612264344114010246 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000247212264344114010577 0ustar Source: libmodule-extract-use-perl Maintainer: Debian Perl Group Uploaders: Jonathan Yu , Ryan Niebur , gregor herrmann , Jotam Jr. Trejo Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libppi-perl, libtest-output-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-manifest-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-extract-use-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-extract-use-perl.git Homepage: https://metacpan.org/release/Module-Extract-Use/ Package: libmodule-extract-use-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl Description: Perl module to extract which modules some code uses Module::Extract::Use extracts the names of the modules used in a file using a static analysis. It uses PPI (Perl Parsing Interface) to tokenize and extract the file data. . Since this module does not run code, it cannot find dynamic uses of modules, such as eval "require $class". debian/source/0000755000000000000000000000000012264344114010467 5ustar debian/source/format0000644000000000000000000000001412264344114011675 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000651012264344114011043 0ustar libmodule-extract-use-perl (1.04-1) unstable; urgency=low [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. * Update years of copyright. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Sat, 11 Jan 2014 23:40:06 +0100 libmodule-extract-use-perl (1.03-1) unstable; urgency=low * Team upload. [ Florian Schlichting ] * Imported Upstream version 1.02 [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Nuno Carvalho ] * d/control: Update Standards-Version to 3.9.3. * d/copyright: Update format and field names. * d/copyright: Update copyright years. * New upstream release. -- Nuno Carvalho Sat, 04 Aug 2012 22:04:23 +0100 libmodule-extract-use-perl (1.01-1) unstable; urgency=low [ Jotam Jr. Trejo ] * New upstream release * debian/control: Bump Standards Version to 3.9.2 (no changes) * debian/compat: Bump to debhelper compat 8, the changelog of the last version mention the upgrade but did not apply the compat level in the debian/compat file * Add myself to Uploaders and Copyright [ gregor herrmann ] * debian/copyright: remove separate stanza for single file which is now covered by the general copyright statement. -- Jotam Jr. Trejo Tue, 19 Apr 2011 23:42:24 -0600 libmodule-extract-use-perl (0.18-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Use new 3.0 (quilt) source format * Bump to debhelper compat 8 * Standards-Version 3.9.1 (no changes) * Drop unnecessary versioned dependencies [ Ryan Niebur ] * Email change: Jonathan Yu -> jawnsy@cpan.org * Email change: Ryan Niebur -> ryan@debian.org [ gregor herrmann ] * debian/control: remove versions from (build) dependencies that are already satisfied in oldstable. -- Jonathan Yu Wed, 23 Mar 2011 20:58:25 -0400 libmodule-extract-use-perl (0.17-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release -> Cosmetic changes to META.yml (via META_MERGE magic) * Updated copyright years [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release, fixes failing test (closes: #543104) * Debian Policy 3.8.3 [ 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). [ gregor herrmann ] * Add /me to Uploaders. -- gregor herrmann Sat, 22 Aug 2009 21:02:30 +0200 libmodule-extract-use-perl (0.15-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release -> Fix to detect 'use' AND compile-time 'require' * Removed libtest-output-perl from Depends * Added libtest-manifest-perl to B-D-I * Removed quilt patch since Brian fixed this * Added an example file [ Ryan Niebur ] * New upstream release * Add myself to Uploaders -- Ryan Niebur Mon, 01 Jun 2009 08:18:28 -0700 libmodule-extract-use-perl (0.13-1) unstable; urgency=low * Initial Release. (Closes: #526196) -- Jonathan Yu Wed, 29 Apr 2009 17:02:58 -0400 debian/compat0000644000000000000000000000000212264344114010365 0ustar 8 debian/libmodule-extract-use-perl.examples0000644000000000000000000000001312264344114016077 0ustar examples/* debian/copyright0000644000000000000000000000225312264344114011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: brian d foy Source: https://metacpan.org/release/Module-Extract-Use/ Upstream-Name: Module-Extract-Use Files: * Copyright: 2008-2014, brian d foy License: Artistic or GPL-1+ Files: debian/* Copyright: 2009-2011, Jonathan Yu 2009, Ryan Niebur 2009-2014, gregor herrmann 2011, Jotam Jr. Trejo 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/watch0000644000000000000000000000020212264344114010212 0ustar version=3 https://metacpan.org/release/Module-Extract-Use/ .*/Module-Extract-Use-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$