[SCM] Debian packaging of liburi-query-perl branch, master, updated. upstream/0.09-20-ga554c36
gregor herrmann
gregoa at debian.org
Thu Jul 5 21:05:52 UTC 2012
The following commit has been merged in the master branch:
commit e66c39d311564f13e0ea18d4fbb9ba587138caba
Author: gregor herrmann <gregoa at debian.org>
Date: Thu Jul 5 13:03:39 2012 -0600
debian/control: update {versioned,alternative} (build) dependencies.
diff --git a/debian/control b/debian/control
index dea55a5..77aa15d 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,28 @@
Source: liburi-query-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+ Jonathan Yu <jawnsy at cpan.org>,
+ Nicholas Bamber <nicholas at periapt.co.uk>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, liburi-perl, libyaml-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>, Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+ liburi-perl,
+ libyaml-perl
Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/URI-Query/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/liburi-query-perl.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liburi-query-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/liburi-query-perl.git
+Homepage: http://search.cpan.org/dist/URI-Query/
Package: liburi-query-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, liburi-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ liburi-perl
Description: module for manipulating URI query strings
URI::Query is a Perl module that provides methods for simple URI query string
manipulation. It can easily create and manipulate URI query strings from GET
and POST requests in web applications. This module is primarily useful for
creating links where you wish to preserve some subset of the parameters to
the current request, and potentially add or replace others.
+
--
Debian packaging of liburi-query-perl
More information about the Pkg-perl-cvs-commits
mailing list