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

nickm-guest pushed a commit to branch master
in repository libmojo-pg-perl.

commit 282aea312ba7f8e65ccd02821732f916d08d16f5
Author: Nick Morrott <knowledgejun...@gmail.com>
Date:   Sun May 29 02:21:10 2016 +0100

    d/control
---
 debian/control | 24 +++++++++++++++---------
 1 file changed, 15 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 49686ff..ce6ba02 100644
--- a/debian/control
+++ b/debian/control
@@ -4,9 +4,9 @@ Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintain...@lists.alioth.debian.org>
 Uploaders: Nick Morrott <knowledgejun...@gmail.com>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: libdbd-pg-perl (>= 3.005001),
- libmojolicious-perl (>= 6.0),
- perl
+Build-Depends-Indep: libdbd-pg-perl (>= 3.5.1),
+                     libmojolicious-perl (>= 6.0),
+                     perl
 Standards-Version: 3.9.8
 Vcs-Browser: 
https://anonscm.debian.org/cgit/pkg-perl/packages/libmojo-pg-perl.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libmojo-pg-perl.git
@@ -15,10 +15,16 @@ Testsuite: autopkgtest-pkg-perl
 
 Package: libmojo-pg-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdbd-pg-perl (>= 3.005001),
- libmojolicious-perl (>= 6.0)
-Description: Mojolicious ♥ PostgreSQL
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdbd-pg-perl (>= 3.5.1),
+         libmojolicious-perl (>= 6.0)
+Description: module to make PostgreSQL fun to use with Mojolicious
+ Mojo::Pg is a wrapper around DBD::Pg that makes PostgreSQL a lot of
+ fun to use with the Mojolicious real-time web framework.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ Features of note include URL-based database connections, automatic
+ transaction rollback support, database migrations written in plain SQL,
+ and asynchronous triggers.
+ .
+ Support for Mojo::Pg is present in the Minion job queue for Mojolicious.

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to