configure.ac, debian/control: Depend on mLib 2.2.2.1 or later.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 18 Feb 2016 08:46:45 +0000 (08:46 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 18 Feb 2016 08:49:54 +0000 (08:49 +0000)
Commit 16810bbd... used CDCF_IGNSPC, which was introduced in 2.2.2; but
actually 2.2.2 has an unpleasant memory leak in `dstr_putf', so
encourage people not to use it.

configure.ac
debian/control

index acee1b5..8496cc3 100644 (file)
@@ -156,7 +156,7 @@ dnl Memory locking support.
 AC_CHECK_FUNCS([mlock])
 
 dnl Necessary support libraries.
-PKG_CHECK_MODULES([mLib], [mLib >= 2.2.1])
+PKG_CHECK_MODULES([mLib], [mLib >= 2.2.2.1])
 AM_CFLAGS="$AM_CFLAGS $mLib_CFLAGS"
 
 dnl--------------------------------------------------------------------------
index 80fc0b7..9bbe802 100644 (file)
@@ -1,7 +1,7 @@
 Source: catacomb
 Section: libs
 Priority: extra
-Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.1)
+Build-Depends: debhelper (>= 9), python, pkg-config, mlib-dev (>= 2.2.2.1)
 Maintainer: Mark Wooding <mdw@distorted.org.uk>
 Standards-Version: 3.1.1