[SCM] Debian packaging of libhttp-exception-perl branch, master, updated. debian/0.04001-1-2-g48e400b

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


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

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

diff --git a/debian/control b/debian/control
index 5357bbd..ba9a02f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,26 +1,27 @@
 Source: libhttp-exception-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: libexception-class-perl (>= 1.29),
- libscalar-list-utils-perl (>= 1.22),
- libtest-exception-perl (>= 0.29),
- libwww-perl (>= 5.817),
- perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.88)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Build-Depends-Indep: libexception-class-perl,
+                     libscalar-list-utils-perl,
+                     libtest-exception-perl,
+                     libwww-perl,
+                     perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/HTTP-Exception/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-exception-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libhttp-exception-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libhttp-exception-perl.git
+Homepage: http://search.cpan.org/dist/HTTP-Exception/
 
 Package: libhttp-exception-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libexception-class-perl (>= 1.29),
- libscalar-list-utils-perl (>= 1.22),
- libwww-perl (>= 5.817)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libexception-class-perl,
+         libscalar-list-utils-perl,
+         libwww-perl
 Description: throw HTTP-Errors as (Exception::Class-) Exceptions
  It is a perl module for HTTP exception. HTTP::Exception lets you throw
  HTTP-Errors as Exceptions.
+

-- 
Debian packaging of libhttp-exception-perl



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