This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libdata-dmp-perl.
commit 09050b08226d5b35019bdb159f93e3b42e986a25 Author: Lucas Kanashiro <[email protected]> Date: Thu Nov 26 14:14:46 2015 -0200 Set up debian/control --- debian/control | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index be0fda0..900dc2f 100644 --- a/debian/control +++ b/debian/control @@ -1,22 +1,24 @@ Source: libdata-dmp-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group <[email protected]> Uploaders: Lucas Kanashiro <[email protected]> +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libregexp-stringify-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/libdata-dmp-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdata-dmp-perl.git Homepage: https://metacpan.org/release/Data-Dmp -Testsuite: autopkgtest-pkg-perl Package: libdata-dmp-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends}, - libregexp-stringify-perl -Description: Dump Perl data structures as Perl code +Depends: ${misc:Depends}, + ${perl:Depends}, + libregexp-stringify-perl +Description: Perl module that dump Perl data structures as Perl code Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 150 lines of code long), starts fast and does not use other module except Regexp::Stringify when dumping regexes. It produces compact output (similar @@ -24,5 +26,3 @@ Description: Dump Perl data structures as Perl code (usually a bit faster for smaller structures), but does not offer the various formatting options. It supports dumping objects, regexes, circular structures, coderefs. Its code is based on Data::Dump. - . - This description was automagically extracted from the module by dh-make-perl. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-dmp-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
