From 91a79bb67c363f0bfbab0915ca4740cac5f3c209 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 4 Feb 2019 04:52:16 +0100 Subject: [PATCH] debian: remove bogus libjson0 dependency Dependencies for the actual library packages are autogenerated by shlib handling. Removing the bogus line should hopefully get this to build on Debian buildd... Signed-off-by: David Lamparter --- debian/changelog | 6 ++++++ debian/control | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5d9fbf3d63..1188575d70 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (6.0.2-2) UNRELEASED; urgency=medium + + * remove bogus libjson0 build-dep + + -- David Lamparter Mon, 04 Feb 2019 04:51:00 +0100 + frr (6.0.2-1) unstable; urgency=medium * Packaging has been more or less completely reworked, based off the old diff --git a/debian/control b/debian/control index 67d3db88f4..cf5aa0492e 100644 --- a/debian/control +++ b/debian/control @@ -15,8 +15,7 @@ Build-Depends: install-info, libc-ares-dev, libcap-dev, - libjson0 | libjson-c2 | libjson-c3, - libjson0-dev | libjson-c-dev, + libjson-c-dev | libjson0-dev, libpam0g-dev | libpam-dev, libpcre3-dev, libpython3-dev, -- 2.39.5