[libregexp-stringify-perl] 03/04: Set up debian/control

Lucas Kanashiro kanashiro.duarte at gmail.com
Tue Nov 24 17:58:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libregexp-stringify-perl.

commit c1f62ce4083bacc9104666f93f5d3515edd27011
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Tue Nov 24 15:27:23 2015 -0200

    Set up debian/control
---
 debian/control | 22 ++++++++++++++--------
 1 file changed, 14 insertions(+), 8 deletions(-)

diff --git a/debian/control b/debian/control
index 6385ac0..74cf684 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,24 @@
 Source: libregexp-stringify-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Maintainer: Lucas Kanashiro <kanashiro.duarte at gmail.com>
 Build-Depends: debhelper (>= 9)
 Build-Depends-Indep: libversion-util-perl,
- perl (>= 5.13.11)
+                     perl (>= 5.13.11) | libtest-simple-perl (>= 0.98),
+                     perl
 Standards-Version: 3.9.6
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libregexp-stringify-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libregexp-stringify-perl.git
 Homepage: https://metacpan.org/release/Regexp-Stringify
 
 Package: libregexp-stringify-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libversion-util-perl
-Description: Stringify a Regexp object
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libversion-util-perl
+Description: Perl module to stringify a Regexp object
+ Regexp::Stringify is an alternative to Perl's default stringification of
+ Regexp object (i.e.:`"$re"`) and has some features/options, e.g.: producing
+ regexp string that is compatible with certain perl versions.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libregexp-stringify-perl.git



More information about the Pkg-perl-cvs-commits mailing list