[Pkg-giraffe-discuss] [PATCH 2/4] control: Depend on newer libjsoncpp-dev
Carsten Schoenert
c.schoenert at t-online.de
Fri Mar 30 07:36:35 UTC 2018
Hi Roel,
Am 29.03.2018 um 13:32 schrieb Roel van Meer:
> Jessie has libjsoncpp-dev 0.6.0 in the main archive and 1.7.2 in
> backports. The kopanocore package needs at least version 1.4.0:
>
> configure: error: Package requirements (jsoncpp >= 1.4.0) were not met
> Requested 'jsoncpp >= 1.4.0' but version of jsoncpp is 0.6.0
>
> Change-Id: I1addc41dd5dd9e481e075f6251f157379e838a39
> ---
> debian/control | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/debian/control b/debian/control
> index a15d2f0d..06499e71 100644
> --- a/debian/control
> +++ b/debian/control
> @@ -25,7 +25,7 @@ Build-Depends:
> libgsoap-dev (>= 2.8.49),
> libical-dev,
> libicu-dev,
> - libjsoncpp-dev,
> + libjsoncpp-dev (>= 1.4.0),
yeah, we will probably find more such missing dependencies if we start
to do backports. The version needs to be adjusted to 1.4.0~ so we can
use the same entry for libjsoncpp-dev in backports. For libgsoap-dev it
would be the same. gsoap is one of the packages that are needed to be
backported.
I will pick up this patch with this slightly modification as it doesn't
hurt to do this now.
> libkrb5-dev,
> libldap2-dev,
> libncurses5-dev,
>
--
Regards
Carsten Schoenert
More information about the Pkg-giraffe-discuss
mailing list