summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2020-03-06 12:44:51 -0500
committerGitHub <noreply@github.com>2020-03-06 12:44:51 -0500
commit87f31849d07f967c25b12a3428ec2d18d94a54f2 (patch)
treec0b60b20870d57fb88a16a166ebd2605914ad153 /contrib
parent3881a4f15b109be782f55dc864e1b9558c8cfbfb (diff)
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.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/control.jessie2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/control.jessie b/contrib/debian/control.jessie
index 295788a5a8..9ba76af26a 100644
--- a/contrib/debian/control.jessie
+++ b/contrib/debian/control.jessie
@@ -40,7 +40,7 @@ Depends: adduser,
libjudydebian1,
openssl,
libmnl0,
- libjson-c3,
+ libjson-c2,
libnetfilter-acct1,
libprotobuf-c1,
libsnappy1,