[Pkg-giraffe-discuss] [PATCH 2/4] control: Depend on newer libjsoncpp-dev
Roel van Meer
roel at 1afa.com
Thu Mar 29 11:32:04 UTC 2018
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),
libkrb5-dev,
libldap2-dev,
libncurses5-dev,
--
2.11.0
More information about the Pkg-giraffe-discuss
mailing list