[SCM] Debian packaging of libjson-any-perl branch, master, updated. e6d51620c35da7b7be618b8d9d8b6971f9b49240

gregor herrmann gregoa at debian.org
Thu Jul 5 20:35:11 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 45f05b2..6c1e826 100644
--- a/debian/control
+++ b/debian/control
@@ -1,24 +1,30 @@
 Source: libjson-any-perl
-Section: perl
-Priority: optional
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
- Damyan Ivanov <dmn at debian.org>, gregor herrmann <gregoa at debian.org>,
- Ansgar Burchardt <ansgar at debian.org>, Jonathan Yu <jawnsy at cpan.org>
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ansgar Burchardt <ansgar at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>
+Section: perl
+Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libjson-perl (>= 2.02),
- libyaml-syck-perl,
- libjson-xs-perl (>= 2.232)
+Build-Depends-Indep: perl,
+                     libjson-perl,
+                     libyaml-syck-perl,
+                     libjson-xs-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/JSON-Any/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libjson-any-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libjson-any-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libjson-any-perl.git
+Homepage: http://search.cpan.org/dist/JSON-Any/
 
 Package: libjson-any-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libjson-perl (>= 2.02) | libjson-xs-perl (>= 2.232)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libjson-xs-perl
 Description: wrapper class for the various JSON classes
  The JSON::Any module provides a coherent API to bring together the various
  JSON modules currently on CPAN. This module will allow you to code to
  any JSON API and have it work regardless of which JSON module is
  actually installed.
+

-- 
Debian packaging of libjson-any-perl



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