[libstruct-dumb-perl] 04/04: control

gregor herrmann gregoa at debian.org
Mon Oct 20 18:37:13 UTC 2014


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

gregoa pushed a commit to branch master
in repository libstruct-dumb-perl.

commit 6f85e45fce26ae0b361e957ed712e127917b3fe5
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 20 20:32:18 2014 +0200

    control
---
 debian/control | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 3c25f76..51810ba 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,24 @@
 Source: libstruct-dumb-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
-Build-Depends: debhelper (>= 8)
+Section: perl
+Testsuite: autopkgtest-pkg-perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               libmodule-build-perl,
+               perl
 Build-Depends-Indep: libtest-fatal-perl,
- perl
+                     libtest-pod-perl
 Standards-Version: 3.9.6
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libstruct-dumb-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libstruct-dumb-perl.git
 Homepage: https://metacpan.org/release/Struct-Dumb
-Testsuite: autopkgtest-pkg-perl
 
 Package: libstruct-dumb-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
-Description: make simple lightweight record-like structures
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Description: module to create simple lightweight record-like structures
  Struct::Dumb creates record-like structure types, similar to the struct
  keyword in C, C++ or C#, or Record in Pascal. An invocation of this module
  will create a construction function which returns new object references with
@@ -33,5 +36,3 @@ Description: make simple lightweight record-like structures
  tempted to abuse a hash, complete with the risk of typoing key names. The
  constructor will croak if passed the wrong number of arguments, as will
  attempts to refer to fields that don't exist.
- .
- 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/libstruct-dumb-perl.git



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