[liburi-nested-perl] 04/04: control

gregor herrmann gregoa at debian.org
Fri Jul 18 12:02:56 UTC 2014


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

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

commit 3d1374e6c9a3bb91904ecc45514a5e4db27a9889
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jul 18 14:02:08 2014 +0200

    control
---
 debian/control | 22 ++++++++++++----------
 1 file changed, 12 insertions(+), 10 deletions(-)

diff --git a/debian/control b/debian/control
index 8e1a3cf..12691d0 100644
--- a/debian/control
+++ b/debian/control
@@ -1,11 +1,11 @@
 Source: liburi-nested-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-perl (>= 1.40)
+               perl
+Build-Depends-Indep: liburi-perl
 Standards-Version: 3.9.5
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-nested-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/liburi-nested-perl.git
@@ -13,9 +13,11 @@ Homepage: https://metacpan.org/release/URI-Nested
 
 Package: liburi-nested-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- liburi-perl (>= 1.40)
-Description: Nested URIs
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         liburi-perl
+Description: module for handling nested URIs
+ The URI::Nested module provides support for nested URIs, where the scheme is
+ a prefix, and the remainder of the URI is another URI. Examples include JDBC
+ URIs (<http://docs.oracle.com/cd/B14117_01/java.101/b10979/urls.htm#BEIJFHHB>)
+ and database URIs (<https://github.com/theory/uri-db>).

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



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