From a97b7d4ee71c32d6e255bdbc4f84c127dd7249e2 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sun, 22 Sep 2019 01:18:58 +0100 Subject: [PATCH] configure.ac, debian/control: Set Catacomb version now that it's released. --- configure.ac | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b61659f7..e6d1c0d2 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ case $want_adns,$have_adns in esac PKG_CHECK_MODULES([mLib], [mLib >= 2.2.1]) -PKG_CHECK_MODULES([catacomb], [catacomb >= 2.4.2-70]) +PKG_CHECK_MODULES([catacomb], [catacomb >= 2.5.0]) AM_CFLAGS="$AM_CFLAGS $mLib_CFLAGS $catacomb_CFLAGS" diff --git a/debian/control b/debian/control index 43dbc175..07a34c23 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9), pkg-config, curl, rsync, tshark, wireshark-dev (>= 1.12.1), python (>= 2.6.6-3~), mlib-dev (>= 2.2.2), - catacomb-dev (>= 2.4.2+70), catacomb-bin (>= 2.1.4) + catacomb-dev (>= 2.5.0), catacomb-bin (>= 2.1.4) Build-Depends-Indep: python-cdb, python-gtk2, python-mlib (>= 1.0.2), python-catacomb (>= 1.2.0) Standards-Version: 3.1.1 -- 2.11.0