swap order of json libraries in debian package
authorMatthew Newton <mcn4@leicester.ac.uk>
Wed, 30 Sep 2015 19:57:31 +0000 (20:57 +0100)
committerMatthew Newton <mcn4@leicester.ac.uk>
Wed, 30 Sep 2015 19:57:31 +0000 (20:57 +0100)
commitd487504a93b8675e195efa506777d956d04fcf29
treebd9b453d92912dff4376bacd68f004f844bce824
parent45dc312089afab26f5ad89e3cdde62cd73cd1943
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