From: Matthew Newton Date: Wed, 30 Sep 2015 19:57:31 +0000 (+0100) Subject: swap order of json libraries in debian package X-Git-Tag: release_3_0_10~23^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d487504a93b8675e195efa506777d956d04fcf29;p=thirdparty%2Ffreeradius-server.git 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. --- diff --git a/debian/control b/debian/control index 3e340589c57..913bda79b0a 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,