[libpgobject-simple-role-perl] 03/04: Initial update/correction of debian/control.

Robert James Clay jame at rocasa.us
Wed May 7 14:08:21 UTC 2014


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

jame-guest pushed a commit to branch master
in repository libpgobject-simple-role-perl.

commit d0127f5b949cf44f8536b0df95e90e70ac12e478
Author: Robert James Clay <jame at rocasa.us>
Date:   Wed May 7 09:57:33 2014 -0400

    Initial update/correction of debian/control.
---
 debian/control | 28 +++++++++++++++++++---------
 1 file changed, 19 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 9e2d0fa..d863de9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,21 +5,31 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Robert James Clay <jame at rocasa.us>
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: libmoose-perl,
+ libtest-pod-perl,
+ libtest-pod-coverage-perl,
  libpgobject-simple-perl,
- perl,
- perl-modules
-Standards-Version: 3.9.2
+ perl
+Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpgobject-simple-role-perl.git
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpgobject-simple-role-perl.git
-Homepage: http://search.cpan.org/dist/PGObject-Simple-Role/
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpgobject-simple-role-perl.git
+Homepage: http://metacpan.org/release/PGObject-Simple-Role/
 
 Package: libpgobject-simple-role-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends},
  libmoose-perl,
- libpgobject-simple-perl,
- perl-modules
+ libpgobject-simple-perl
 Description: Moo/Moose mappers for minimalist PGObject framework
- (no description was found)
+ PGObject::Simple::Role is a Moo/Moose mapper for minimalist PGObject framework
+ (embodied in PGObject::Simple).  Basically it provides a way to easily map
+ stored procedures using the conventions of PGObject::Simple for Moo/Moose
+ environments.
+ .
+ PGObject::Simple::Role is a Moo role which allows you to use this functionality
+ in Moo and Moose environments.  The role itself makes no assumptions about
+ database state, but provides hooks for classes to use to retrieve or create
+ database handles for their use.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This module is suited to quick and easy integration of PostgreSQL stored
+ procedures with Moo and Moose object models. It is quite powerful and it makes
+ developing in such environments relatively easy.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpgobject-simple-role-perl.git



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