[libmodule-extract-use-perl] 05/07: cme: reformat debian/control
gregor herrmann
gregoa at debian.org
Sat Jan 11 22:40:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libmodule-extract-use-perl.
commit 5eb044c0c0ca598263a25e2732e5064d1f230c34
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Jan 11 23:38:59 2014 +0100
cme: reformat debian/control
Git-Dch: Ignore
---
debian/control | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)
diff --git a/debian/control b/debian/control
index a642844..3bdeee3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,25 +1,28 @@
Source: libmodule-extract-use-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+ Ryan Niebur <ryan at debian.org>,
+ gregor herrmann <gregoa at debian.org>,
+ Jotam Jr. Trejo <jotamjr at debian.org.sv>
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
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>, Ryan Niebur <ryan at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jotam Jr. Trejo <jotamjr at debian.org.sv>
+ libppi-perl,
+ libtest-output-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
+ libtest-manifest-perl
Standards-Version: 3.9.3
-Homepage: https://metacpan.org/release/Module-Extract-Use/
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmodule-extract-use-perl.git
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
+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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-extract-use-perl.git
More information about the Pkg-perl-cvs-commits
mailing list