[SCM] Debian packaging of libtest-json-perl branch, master, updated. 3f2259d09a24ec5681a712b9a54f95b9180eeace

gregor herrmann gregoa at debian.org
Thu Jul 5 21:00:01 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 216965f..53981ec 100644
--- a/debian/control
+++ b/debian/control
@@ -1,23 +1,30 @@
 Source: libtest-json-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libtest-differences-perl, libtest-pod-perl,
- libtest-tester-perl (>= 0.107), libjson-any-perl (>= 1.20),
- libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Build-Depends-Indep: perl,
+                     libtest-differences-perl,
+                     libtest-pod-perl,
+                     libtest-tester-perl,
+                     libjson-any-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/Test-JSON/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-json-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-json-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-json-perl.git
+Homepage: http://search.cpan.org/dist/Test-JSON/
 
 Package: libtest-json-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libtest-differences-perl,
- libtest-tester-perl (>= 0.107), libjson-any-perl (>= 1.20)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libtest-differences-perl,
+         libtest-tester-perl,
+         libjson-any-perl
 Description: module for testing JSON data
  Test::JSON is a Perl test framework for verifying arbitrary data written in
  JavaScript Object Notation (JSON), a lightweight data interchange format.
  .
  See <URL:http://www.json.org/> for more information.
+

-- 
Debian packaging of libtest-json-perl



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