[liburi-db-perl] 03/05: control

gregor herrmann gregoa at debian.org
Fri Jul 18 12:20:36 UTC 2014


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

gregoa pushed a commit to branch master
in repository liburi-db-perl.

commit e2f098ffeaae78afb7bbe98e02178648dcf8d0ef
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 18 14:16:46 2014 +0200

    control
---
 debian/control | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index bca469b..940ee3d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
 Source: liburi-db-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: gregor herrmann <gregoa at debian.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8),
- perl
-Build-Depends-Indep: liburi-nested-perl (>= 0.10),
- liburi-perl (>= 1.40)
+               perl
+Build-Depends-Indep: liburi-nested-perl,
+                     liburi-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-db-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-db-perl.git
@@ -14,10 +14,14 @@ Homepage: https://metacpan.org/release/URI-db
 
 Package: liburi-db-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liburi-nested-perl (>= 0.10),
- liburi-perl (>= 1.40)
-Description: Database URIs
- (no description was found)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liburi-nested-perl,
+         liburi-perl
+Description: module to support database URI standard
+ URI::db provides a Perl interface for a proposed standard for database
+ connection URIs. They're inspired by JDBC URIs and PostgreSQL URIs, though
+ they're a bit more formal. The specification for their format is documented
+ in <https:/github.com/theory/db-uri/>.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This library also includes an interface to convert database URIs to DBI DSNs.

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



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