[SCM] Debian packaging of libhttp-response-encoding-perl branch, master, updated. b26ead61b6cf61c78773e099cedca3ef70d1919e

gregor herrmann gregoa at debian.org
Thu Jul 5 20:33:24 UTC 2012


The following commit has been merged in the master branch:
commit d7854f03da7c98115d824b6f6450873bac344936
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:34:37 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index ac61f61..397e7eb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,29 @@
 Source: libhttp-response-encoding-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Rene Mayorga <rmayorga at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.10-12), libwww-perl (>= 5.827),
- libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Rene Mayorga <rmayorga at debian.org>,
- gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libwww-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.2
-Homepage: http://search.cpan.org/dist/HTTP-Response-Encoding/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-response-encoding-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-response-encoding-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-response-encoding-perl.git
+Homepage: http://search.cpan.org/dist/HTTP-Response-Encoding/
 
 Package: libhttp-response-encoding-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl (>= 5.827)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libwww-perl
 Description: Perl module extending HTTP::Response encoding handling
  HTTP::Response::Encoding is a Perl module that extends HTTP::Response class,
  providing a simple and convenient way to extract various information about
  encoded responses, including its character set. It can extract the character
  set exactly as it appears in the Content-Type header and it also understands
  the meta http-equiv tag in the response body.
+

-- 
Debian packaging of libhttp-response-encoding-perl



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