debian/control: have catacomb-dev Depends on the right version of mlib-dev. 2.2.1.1
authorMark Wooding <mdw@distorted.org.uk>
Fri, 19 Feb 2016 09:09:11 +0000 (09:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 19 Feb 2016 09:09:11 +0000 (09:09 +0000)
Unaccountably this was previously entirely missing.

This is release 2.2.1.1.

debian/changelog
debian/control

index 2792ff9..2890f4c 100644 (file)
@@ -1,3 +1,10 @@
+catacomb (2.2.1.1) experimental; urgency=low
+
+  * Arrange that catacomb-dev Depends on correct version of mlib-dev.  It
+    really won't work well without it.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Fri, 19 Feb 2016 09:04:50 +0000
+
 catacomb (2.2.1) experimental; urgency=low
 
   * Some internal improvements.
index 9bbe802..38c9b04 100644 (file)
@@ -43,7 +43,7 @@ Description: A cryptographic library
 
 Package: catacomb-dev
 Architecture: any
-Depends: catacomb2 (= ${Source-Version})
+Depends: catacomb2 (= ${Source-Version}), mlib-dev (>= 2.2.2.1)
 Recommends: catacomb-bin
 Section: devel
 Description: A cryptographic library