~ubuntu-branches/ubuntu/trusty/libmodule-extract-use-perl/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ryan Niebur, Jonathan Yu, Ryan Niebur
  • Date: 2009-06-01 08:18:28 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090601081828-uv2fptgznujutgxi
Tags: 0.15-1
[ 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Source: libmodule-extract-use-perl
2
2
Section: perl
3
3
Priority: optional
4
 
Build-Depends: debhelper (>= 7), quilt
 
4
Build-Depends: debhelper (>= 7)
5
5
Build-Depends-Indep: libppi-perl (>= 1.203), libtest-output-perl (>= 0.12),
6
 
  libtest-pod-perl (>= 1.26), libtest-pod-coverage-perl (>= 1.08),
7
 
  perl (>= 5.6.0-12)
 
6
 libtest-pod-perl (>= 1.26), libtest-pod-coverage-perl (>= 1.08),
 
7
 libtest-manifest-perl (>= 1.21), perl (>= 5.6.0-12)
8
8
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
9
 
Uploaders: Jonathan Yu <frequency@cpan.org>
 
9
Uploaders: Jonathan Yu <frequency@cpan.org>, Ryan Niebur <ryanryan52@gmail.com>
10
10
Standards-Version: 3.8.1
11
11
Homepage: http://search.cpan.org/dist/Module-Extract-Use/
12
12
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmodule-extract-use-perl/
14
14
 
15
15
Package: libmodule-extract-use-perl
16
16
Architecture: all
17
 
Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl (>= 1.203),
18
 
  libtest-output-perl (>= 0.12)
 
17
Depends: ${misc:Depends}, ${perl:Depends}, libppi-perl (>= 1.203)
19
18
Description: Perl module to extract which modules some code uses
20
19
 Module::Extract::Use extracts the names of the modules used in a file using a
21
20
 static analysis. It uses PPI (Perl Parsing Interface) to tokenize and extract