debian/0000755000000000000000000000000012000134724007157 5ustar debian/docs0000644000000000000000000000000712000051463010025 0ustar README debian/source/0000755000000000000000000000000012000051463010455 5ustar debian/source/format0000644000000000000000000000001412000051463011663 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000242212000051463011027 0ustar perl-depends (2012.0701+gitb1fd535-1) unstable; urgency=low * New upstream release. - Update manual page according to debian/description. * debian/compat - Update to 9. * debian/control - (Build-Depends): Update to debhelper 9. - (Description): Gix grammar. Patch thanks to Justin B Rye (Closes: #679733). - (Homepage): Update URL. - (Standards-Version): Update to 3.9.9. * debian/copyright - Update to format 1.0. -- Jari Aalto Sun, 01 Jul 2012 13:31:39 +0300 perl-depends (2011.0324+git74d587e-1) unstable; urgency=low * New upstream release. * debian/compat - Update to 8 * debian/control - (Build-Depends): use debhelper 8. - (Standards-Version): Update to 3.9.1. -- Jari Aalto Thu, 24 Mar 2011 17:19:26 +0200 perl-depends (2010.0527+gita75167b-1) unstable; urgency=low * New upstream release * debian/control - (Architecture): set from any to all (Closed: #583434). * debian/rules - Move to dh(1). -- Jari Aalto Thu, 27 May 2010 21:22:18 +0300 perl-depends (2010.0319+gita11c1f4-1) unstable; urgency=low * Initial release (Closes: #574439). -- Jari Aalto Fri, 19 Mar 2010 21:03:52 +0200 debian/copyright0000644000000000000000000000245212000051463011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0 Upstream-Name: perl-depends Upstream-Contact: Jari Aalto Source: http://freecode.com/projects/perl-depends X-Upstream-Vcs: git://git.savannah.nongnu.org/perl-depends.git X-Upstream-Bugs: https://savannah.nongnu.org/bugs/?group=perl-depends X-Source: http://sourceforge.net/projects/ Files: * Copyright: 2009-2012 Jari Aalto License: GPL-2+ Files: debian/* Copyright:a 2010-2012 Jari Aalto License: GPL-2+ License: GPL-2+ This package 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 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . . On Debian systems, the complete text of the GNU General Public License can be found in "/usr/share/common-licenses/GPL-2". debian/compat0000644000000000000000000000000212000051463010353 0ustar 9 debian/control0000644000000000000000000000161312000051463010561 0ustar Source: perl-depends Section: devel Priority: optional Maintainer: Jari Aalto Build-Depends: debhelper (>= 9) Standards-Version: 3.9.3 Vcs-Browser: http://git.debian.org/?p=collab-maint/perl-depends.git Vcs-Git: git://git.debian.org/git/collab-maint/perl-depends.git Homepage: http://freecode.com/projects/perl-depends Package: perl-depends Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: rough indicator of Perl module dependencies perl-depends is a tool to show roughly what modules a program uses. Perl evaluates "use" commands at compile time, storing the information about loaded modules in the %INC variable. Comparing that list with the standard Perl modules gives an estimate of the external module dependencies. . The dependency information can be used to determine what external modules have to be installed before the program can be used. debian/rules.old0000644000000000000000000000067212000051463011014 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ debian/rules0000755000000000000000000000056212000051463010240 0ustar #!/usr/bin/make -f PACKAGE = perl-depends DOCDIR = debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/doc override_dh_auto_clean: $(MAKE) distclean override_dh_auto_install: $(MAKE) prefix=/usr \ DESTDIR=debian/$(PACKAGE) \ INSTALL_OBJS_DOC="" \ DOCDIR=$(DOCDIR) \ install # Copies of manual pages in various formats. rm -rf $(DOCDIR) %: dh $@ # End of file debian/watch0000644000000000000000000000025612000051463010211 0ustar version=3 # https://savannah.nongnu.org/files/?group=perl-depends # NOTE: This project is packaged directly from upstream Git. See # copyright file for URL to project page.