Fix dependencies for Debian Jessie. (#8290)
Jessie only has json-c version 2.x, not 3.x. Update the dependencies appropriately so that users can install our packages on Jessie.
Austin S. Hemmelgarn committed
Mar 6, 2020 at 12:44 UTC
87f31849d07f967c25b12a3428ec2d18d94a54f2
1 file changed
+1
-1
contrib/debian/control.jessie
+1
-1
@@ -40,7 +40,7 @@ Depends: adduser,
40
libjudydebian1,
41
openssl,
42
libmnl0,
43
- libjson-c3,
43
+ libjson-c2,
44
libnetfilter-acct1,
45
libprotobuf-c1,
46
libsnappy1,