debian/0000755000000000000000000000000012203636416007171 5ustar debian/watch0000644000000000000000000000016512101265204010212 0ustar version=3
https://metacpan.org/release/Module-Used/ \
.*/Module-Used-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
debian/copyright0000644000000000000000000000210712203636356011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Module-Used
Upstream-Contact: Elliot Shank
Source: https://metacpan.org/release/Module-Used/
Files: *
Copyright: 2008-2012, Elliot Shank
License: Artistic or GPL-1+
Files: debian/*
Copyright: 2010, Jonathan Yu
2013, Florian Schlichting
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/control0000644000000000000000000000240612203636345010577 0ustar Source: libmodule-used-perl
Maintainer: Debian Perl Group
Uploaders: Jonathan Yu ,
Florian Schlichting
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libconst-fast-perl,
libfile-next-perl,
libmodule-path-perl,
libppi-perl,
libtest-deep-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmodule-used-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-used-perl.git
Homepage: https://metacpan.org/release/Module-Used/
Package: libmodule-used-perl
Architecture: all
Depends: ${perl:Depends},
${misc:Depends},
libconst-fast-perl,
libfile-next-perl,
libmodule-path-perl,
libppi-perl
Description: library to detect modules loaded by Perl code without running it
Module::Used is a Perl module that does static analysis of arbitrary Perl
code, looking for use and require statements to determine what modules are
required by the code. It also knows about Moose and Moose::Role, so it can
determine appropriate dependencies in that case too.
debian/compat0000644000000000000000000000000212202131270010352 0ustar 8
debian/changelog0000644000000000000000000000206312203636416011044 0ustar libmodule-used-perl (1.3.0-1) unstable; urgency=low
[ gregor herrmann ]
* Remove alternative (build) dependencies that are already satisfied
in oldstable.
* debian/control: update {versioned,alternative} (build) dependencies.
[ Ansgar Burchardt ]
* debian/control: Convert Vcs-* fields to Git.
[ Salvatore Bonaccorso ]
* Change Vcs-Git to canonical URI (git://anonscm.debian.org)
* Change search.cpan.org based URIs to metacpan.org based URIs
[ Florian Schlichting ]
* Import Upstream version 1.3.0.
* Update upstream copyright years.
* Update (build-)dependencies.
* Bump Standards-Version to 3.9.4 (update to copyright-format 1.0. directly
link GPL-1+).
* Bump dh compatibility to level 8 (no changes necessary).
* Switch to source format 3.0 (quilt).
* Add myself to Uploaders and copyright.
-- Florian Schlichting Sat, 17 Aug 2013 11:06:07 +0200
libmodule-used-perl (1.2.0-1) unstable; urgency=low
* Initial Release (Closes: #563333)
-- Jonathan Yu Fri, 01 Jan 2010 20:18:11 -0500
debian/source/0000755000000000000000000000000012202131324010454 5ustar debian/source/format0000644000000000000000000000001412202131324011662 0ustar 3.0 (quilt)
debian/rules0000755000000000000000000000003611671746607010264 0ustar #!/usr/bin/make -f
%:
dh $@