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 <[email protected]> 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 <[email protected]> +Uploaders: Lucas Kanashiro <[email protected]> Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: Lucas Kanashiro <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
