debian/0000755000000000000000000000000012256632070007171 5ustar debian/rules0000755000000000000000000000043612256632070010254 0ustar #!/usr/bin/make -f PACKAGE = $(shell dh_listpackages) TMP = $(CURDIR)/debian/$(PACKAGE) %: dh $@ override_dh_auto_install: dh_auto_install mv $(TMP)/usr/bin/scandeps.pl $(TMP)/usr/bin/scandeps mv $(TMP)/usr/share/man/man1/scandeps.pl.1p $(TMP)/usr/share/man/man1/scandeps.1p debian/control0000644000000000000000000000242212256632070010574 0ustar Source: libmodule-scandeps-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , gregor herrmann , Ansgar Burchardt , Jonathan Yu , Nicholas Bamber , Ryan Niebur Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libprefork-perl, libtest-pod-perl, libtest-requires-perl Standards-Version: 3.9.5 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-scandeps-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-scandeps-perl.git Homepage: https://metacpan.org/release/Module-ScanDeps/ Package: libmodule-scandeps-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: module to recursively scan Perl code for dependencies Module::ScanDeps is a Perl module that scans potential modules used by perl programs to determine information about modules they depend on. It performs static analysis as well as more aggressive scanning (by running files in compile-only or normal mode). debian/source/0000755000000000000000000000000012256632070010471 5ustar debian/source/format0000644000000000000000000000001412256632070011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000002626512256632070011056 0ustar libmodule-scandeps-perl (1.13-1) unstable; urgency=medium * New upstream release. * Refresh patch fix_references_to_renamed_executable (offset). * Add build dependency on libtest-requires-perl. * Declare compliance with Debian Policy 3.9.5. -- gregor herrmann Wed, 25 Dec 2013 20:38:26 +0100 libmodule-scandeps-perl (1.11-1) unstable; urgency=low * New upstream release. * Refresh patch fix_references_to_renamed_executable (offset). -- gregor herrmann Fri, 11 Oct 2013 23:52:51 +0200 libmodule-scandeps-perl (1.10-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. * Refresh patch fix_references_to_renamed_executable (offset). * Update years of third-party and packaging copyright. * Set Standards-Version to 3.9.4 (no changes). -- gregor herrmann Sun, 19 May 2013 13:48:42 +0200 libmodule-scandeps-perl (1.08-1) unstable; urgency=low * Team upload * New upstream release * Update debian/copyright format as in Debian Policy 3.9.3 * Bump Standards-Version to 3.9.3 (no changes needed) * Refresh patch -- Alessandro Ghedini Thu, 23 Feb 2012 18:38:34 +0100 libmodule-scandeps-perl (1.07-1) unstable; urgency=low * New upstream release. * Update years of copyright for inc/Module/*. * Refresh patch (offset). -- gregor herrmann Fri, 02 Dec 2011 21:52:54 +0100 libmodule-scandeps-perl (1.05-1) unstable; urgency=low * New upstream release. * Refresh patch (offset). * Update years of packaging copyright. -- gregor herrmann Sat, 12 Nov 2011 19:40:53 +0100 libmodule-scandeps-perl (1.04-1) unstable; urgency=low * Team upload [ Ansgar Burchardt ] * 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. [ Damyan Ivanov ] * Imported Upstream version 1.04 * bump years of copyright for inc/Module/* -- Damyan Ivanov Tue, 16 Aug 2011 14:22:27 +0300 libmodule-scandeps-perl (1.02-1) unstable; urgency=low * New upstream release * Added myself to Uploaders * Raised standards version to 3.9.2 * Removed libmodule-pluggable-perl as a build dependency * Refreshed patch -- Nicholas Bamber Sat, 23 Apr 2011 23:05:08 +0100 libmodule-scandeps-perl (1.00-1) unstable; urgency=low [ Jonathan Yu ] * New upstream release * Rewrite control description * Bump to debhelper compat 8 * Add myself to Uploaders and Copyright * Move script renaming to dh_auto_install override * Refresh copyright information [ Ansgar Burchardt ] * Update my email address. [ gregor herrmann ] * Refresh spelling.patch (offset). -- Jonathan Yu Tue, 01 Mar 2011 21:59:35 -0500 libmodule-scandeps-perl (0.98-1) unstable; urgency=low * New upstream release. * Remove (build-)dep on perl (>= 5.10) | libversion-perl, perl (>= 5.10.0) | libmodule-build-perl (>= 0.28): stable has perl 5.10. * Make (build-)dep on perl unversioned. * debian/copyright: Refer to /usr/share/common-licenses/GPL-1. * Bump Standards-Version to 3.9.1. -- Ansgar Burchardt Tue, 27 Jul 2010 12:40:01 +0900 libmodule-scandeps-perl (0.97-1) unstable; urgency=low [ Ryan Niebur ] * Update ryan52's email address [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. [ Ansgar Burchardt ] * New upstream release. * debian/copyright: Minor changes for current DEP-5 proposal. * debian/copyright: Update years of copyright. * debian/control: Fix spelling error in package description. * Use source format 3.0 (quilt); drop quilt framework and README.source. * Bump Standards-Version to 3.8.4 (no changes). -- Ansgar Burchardt Sun, 11 Apr 2010 12:18:32 +0900 libmodule-scandeps-perl (0.95-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. * debian/control: Make build-dep on perl unversioned: oldstable has a version more recent than 5.8.0. * Bump Standards-Version to 3.8.3. [ gregor herrmann ] * Refresh patch fix_references_to_renamed_executable. -- Ansgar Burchardt Thu, 17 Sep 2009 15:26:13 +0200 libmodule-scandeps-perl (0.94-1) unstable; urgency=low * New upstream release -- Ansgar Burchardt Fri, 14 Aug 2009 00:53:08 +0200 libmodule-scandeps-perl (0.93-1) unstable; urgency=low * New upstream release + Refresh patches. -- Ansgar Burchardt Sun, 19 Jul 2009 19:25:06 +0200 libmodule-scandeps-perl (0.91-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release * Add myself to Uploaders * Debian Policy 3.8.2 * refresh d/{control,copyright,rules} [ gregor herrmann ] * debian/copyright: add additional copyright holders. * Refresh patch. -- Ryan Niebur Mon, 22 Jun 2009 13:43:31 -0700 libmodule-scandeps-perl (0.90-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. * Remove Florian Ragwitz from Uploaders (closes: #523289). * debian/control: add perl-modules (>= 5.10) as an alternative (build) dependency to libversion-perl. [ Ansgar Burchardt ] * New upstream release. + Update years of copyright. * Bump Standards Version to 3.8.1 (no changes). * Add description to patch fix_references_to_renamed_executable. -- Ansgar Burchardt Sun, 10 May 2009 12:53:18 +0200 libmodule-scandeps-perl (0.89-1) unstable; urgency=low * New upstream release. -- Ansgar Burchardt Fri, 07 Nov 2008 23:42:12 +0100 libmodule-scandeps-perl (0.87-1) unstable; urgency=low * New upstream release. + No longer ships ".ScanDeps.pm.swp", so do not remove it any more. -- Ansgar Burchardt Sun, 02 Nov 2008 01:57:03 +0100 libmodule-scandeps-perl (0.86-1) unstable; urgency=low [ gregor herrmann ] * Add debian/README.source to document quilt usage, as required by Debian Policy since 3.8.0. [ Ansgar Burchardt ] * New upstream release. * Refresh patch. * Add myself to Uploaders. * Convert debian/copyright to proposed machine-readable format. Copyright holders for debian/* are taken from the changelog. * debian/control: Fix Homepage field. * Build-depend on libprefork-perl to enable an additional test. * Refresh debian/rules for debhelper 7. * Bump Standards Version to 3.8.0 (no changes) -- Ansgar Burchardt Sat, 25 Oct 2008 19:24:28 +0200 libmodule-scandeps-perl (0.84-1) unstable; urgency=low * New upstream release. * Refresh patch fix_references_to_renamed_executable. -- gregor herrmann Thu, 15 May 2008 22:23:13 +0200 libmodule-scandeps-perl (0.83-2) unstable; urgency=low * debian/control: - add perl-modules (>= 5.10.0) as the first alternative to the (build) dependency on libmodule-build-perl (cf. #480727) - change my email address - make build dependency on quilt versioned * debian/copyright: update years of upstream copyright. * Refresh debian/rules, no functional changes. -- gregor herrmann Mon, 12 May 2008 01:15:03 +0200 libmodule-scandeps-perl (0.83-1) unstable; urgency=low * New upstream release. * Add /me to Uploaders. * Refresh patch fix_references_to_renamed_executable. -- gregor herrmann Wed, 26 Mar 2008 18:27:40 +0100 libmodule-scandeps-perl (0.82-3) unstable; urgency=low [ gregor herrmann ] * debian/control: - strip unneeded libmodule-install-perl from build dependencies (closes: #467008) - add libtest-pod-perl, libmodule-pluggable-perl to build dependencies to enable additional tests * Use debhelper compatibility level 5 in both debian/control and debian/compat (instead of 4 in the former and 6 in the latter). * debian/copyright: add upstream source location. * debian/watch: extend regexp for matching upstream releases. * debian/rules: - delete /usr/lib/perl5 only if it exists (closes: #467888) - update with dh-make-perl's help - rename /usr/bin/scandeps.pl to /usr/bin/scandeps as per policy; also rename corresponding manpage [ Gunnar Wolf ] * Added quilt as a build-dependency * Fixed references to scandeps.pl so they refer to scandeps (renamed in this same upload, following Debian policy) * Added myself as an uploader -- Gunnar Wolf Mon, 10 Mar 2008 10:40:40 -0600 libmodule-scandeps-perl (0.82-2) unstable; urgency=low * Move package from Catalyst Group to Debian Perl Group + Additional headers added * debian/control: Added libversion-perl to dependencies (closes: #464284) -- Krzysztof Krzyzaniak (eloy) Wed, 06 Feb 2008 10:03:22 +0100 libmodule-scandeps-perl (0.82-1) unstable; urgency=low * New upstream version * debian/compat: upgraded to 6 without any changes -- Krzysztof Krzyzaniak (eloy) Thu, 31 Jan 2008 14:00:20 +0100 libmodule-scandeps-perl (0.81-1) unstable; urgency=low * New upstream release (closes: #461894) * debian/control: Standards-Version updated to 3.7.3 without changes -- Krzysztof Krzyzaniak (eloy) Fri, 14 Dec 2007 16:35:49 +0100 libmodule-scandeps-perl (0.78-1) unstable; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Tue, 20 Nov 2007 15:00:50 +0100 libmodule-scandeps-perl (0.77-1) unstable; urgency=low * New upstream release (closes: #393764) -- Krzysztof Krzyzaniak (eloy) Mon, 01 Oct 2007 12:46:46 +0200 libmodule-scandeps-perl (0.76-1) UNRELEASED; urgency=low * New upstream release -- Krzysztof Krzyzaniak (eloy) Fri, 27 Jul 2007 15:30:46 +0200 libmodule-scandeps-perl (0.75-1) unstable; urgency=low * New upstream release * hijacking package for Catalyst team (Florian is member) * debian/watch added * Updated dependencies -- Krzysztof Krzyzaniak (eloy) Thu, 05 Jul 2007 15:13:26 +0200 libmodule-scandeps-perl (0.62-1) unstable; urgency=low * New upstram release. -- Florian Ragwitz Thu, 10 Aug 2006 04:30:33 +0200 libmodule-scandeps-perl (0.60-1) unstable; urgency=low * New upstream release (Closes: #370723). * Bump up Standards-Version to 3.7.2 (no changes). -- Florian Ragwitz Wed, 7 Jun 2006 14:11:55 +0200 libmodule-scandeps-perl (0.57-1) unstable; urgency=low * New upstream release. -- Florian Ragwitz Tue, 7 Mar 2006 17:01:29 +0100 libmodule-scandeps-perl (0.54-1) unstable; urgency=low * New upstream release. -- Florian Ragwitz Sat, 28 Jan 2006 11:12:53 +0100 libmodule-scandeps-perl (0.51-1) unstable; urgency=low * Initial Release. -- Florian Ragwitz Tue, 1 Nov 2005 17:56:08 +0100 debian/compat0000644000000000000000000000000212256632070010367 0ustar 8 debian/patches/0000755000000000000000000000000012256632070010620 5ustar debian/patches/series0000644000000000000000000000004512256632070012034 0ustar fix_references_to_renamed_executable debian/patches/fix_references_to_renamed_executable0000644000000000000000000000466512256632070020143 0ustar Subject: Fix references to scandeps Fixed references to scandeps.pl so they refer to scandeps. The name of the program was changed to follow Debian policy. Origin: vendor Forwarded: not-needed From: Gunnar Wolf Reviewed-by: Nicholas Bamber gregor herrmann Last-Update: 2013-12-25 --- a/lib/Module/ScanDeps.pm +++ b/lib/Module/ScanDeps.pm @@ -36,12 +36,12 @@ =head1 SYNOPSIS -Via the command-line program L: +Via the command-line program L: - % scandeps.pl *.pm # Print PREREQ_PM section for *.pm - % scandeps.pl -e "use utf8" # Read script from command line - % scandeps.pl -B *.pm # Include core modules - % scandeps.pl -V *.pm # Show autoload/shared/data files + % scandeps *.pm # Print PREREQ_PM section for *.pm + % scandeps -e "use utf8" # Read script from command line + % scandeps -B *.pm # Include core modules + % scandeps -V *.pm # Show autoload/shared/data files Used in a program; @@ -1513,7 +1513,7 @@ =head1 SEE ALSO -L is a bundled utility that writes C section +L is a bundled utility that writes C section for a number of files. An application of B is to generate executables from --- a/script/scandeps.pl +++ b/script/scandeps.pl @@ -137,20 +137,20 @@ =head1 NAME -scandeps.pl - Scan file prerequisites +scandeps - Scan file prerequisites =head1 SYNOPSIS - % scandeps.pl *.pm # Print PREREQ_PM section for *.pm - % scandeps.pl -e 'STRING' # Scan an one-liner - % scandeps.pl -B *.pm # Include core modules - % scandeps.pl -V *.pm # Show autoload/shared/data files - % scandeps.pl -R *.pm # Don't recurse - % scandeps.pl -C CACHEFILE # use CACHEFILE to cache dependencies + % scandeps *.pm # Print PREREQ_PM section for *.pm + % scandeps -e 'STRING' # Scan an one-liner + % scandeps -B *.pm # Include core modules + % scandeps -V *.pm # Show autoload/shared/data files + % scandeps -R *.pm # Don't recurse + % scandeps -C CACHEFILE # use CACHEFILE to cache dependencies =head1 DESCRIPTION -F is a simple-minded utility that prints out the +F is a simple-minded utility that prints out the C section needed by modules. If you have B installed, modules that are part of an debian/copyright0000644000000000000000000000337112256632070011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Module-ScanDeps Upstream-Contact: Audrey Tang Source: https://metacpan.org/release/Module-ScanDeps/ Files: * Copyright: 2002-2008, Audrey Tang 2005-2010, Steffen Mueller License: Artistic or GPL-1+ Files: lib/Module/ScanDeps/DataFeed.pm Copyright: 2004-2009 Edward S. Peschko 2004-2009, Audrey Tang 2004-2009, Steffen Mueller License: Artistic or GPL-1+ Files: inc/Module/* Copyright: 2002-2012, Adam Kennedy 2002-2012, Audrey Tang 2002-2012, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2005-2006, Florian Ragwitz 2007-2008, Krzysztof Krzyzaniak (eloy) 2008-2010, Ansgar Burchardt 2008, Gunnar Wolf 2008-2013, gregor herrmann 2009, Ryan Niebur 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/watch0000644000000000000000000000017112256632070010221 0ustar version=3 https://metacpan.org/release/Module-ScanDeps/ .*/Module-ScanDeps-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)