From d487504a93b8675e195efa506777d956d04fcf29 Mon Sep 17 00:00:00 2001 From: Matthew Newton Date: Wed, 30 Sep 2015 20:57:31 +0100 Subject: [PATCH] swap order of json libraries in debian package Building using sbuild for debian wheezy fails because libjson-c2 does not exist in wheezy and apt dependency checking seems to short circuit the or. Swapping around means building works on wheezy sbuild. It doesn't affect jessie/stretch/sid because libjson0 exists as a transitional package just pulling in libjson-c2 anyway. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 3e34058..913bda7 100644 --- a/debian/control +++ b/debian/control @@ -7,8 +7,8 @@ Build-Depends: debhelper (>= 9), libcap-dev, libgdbm-dev, libiodbc2-dev, - libjson-c2 | libjson0, - libjson-c-dev | libjson0-dev, + libjson0 | libjson-c2, + libjson0-dev | libjson-c-dev, libkrb5-dev, libldap2-dev, libpam0g-dev, -- 2.1.4