[SCM] Debian packaging of libjson-perl branch, master, updated. debian/2.58-1-5-g58eff68

gregor herrmann gregoa at debian.org
Sat Jun 15 12:57:33 UTC 2013


The following commit has been merged in the master branch:
commit ae24de46ac307705ada7e84095375ad498f079ab
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 15 14:55:37 2013 +0200

    Make build depencency / recommendation on libjson-xs-perl versioned.

diff --git a/debian/control b/debian/control
index 25ac60f..aadb289 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Uploaders: Angel Abad <angel at debian.org>,
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libjson-xs-perl,
+Build-Depends-Indep: libjson-xs-perl (>= 2.340),
                      libtest-pod-perl,
                      perl
 Standards-Version: 3.9.4
@@ -23,7 +23,7 @@ Package: libjson-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends}
-Recommends: libjson-xs-perl
+Recommends: libjson-xs-perl (>= 2.340)
 Suggests: perl (>= 5.13.9) | libjson-pp-perl
 Description: module for manipulating JSON-formatted data
  JSON is a Perl module for manipulating data stored in the format of the same

-- 
Debian packaging of libjson-perl



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