[Pkg-haskell-commits] darcs: haskell-gnutls: Fix -dev dependency on libgnutls.
Clint Adams
clint at debian.org
Mon Mar 12 23:30:44 UTC 2012
Mon Mar 12 23:30:24 UTC 2012 Clint Adams <clint at debian.org>
* Fix -dev dependency on libgnutls.
Ignore-this: c6d8780f1008f0668c3b55968b98f3d2
M ./changelog +6
M ./control -1 +2
Mon Mar 12 23:30:24 UTC 2012 Clint Adams <clint at debian.org>
* Fix -dev dependency on libgnutls.
Ignore-this: c6d8780f1008f0668c3b55968b98f3d2
diff -rN -u old-haskell-gnutls//changelog new-haskell-gnutls//changelog
--- old-haskell-gnutls//changelog 2012-03-12 23:30:44.479248182 +0000
+++ new-haskell-gnutls//changelog 2012-03-12 23:30:44.483247546 +0000
@@ -1,3 +1,9 @@
+haskell-gnutls (0.1.1-2) unstable; urgency=low
+
+ * Fix -dev dependency on libgnutls-dev.
+
+ -- Clint Adams <clint at debian.org> Mon, 12 Mar 2012 19:18:14 -0400
+
haskell-gnutls (0.1.1-1) unstable; urgency=low
* Initial release.
diff -rN -u old-haskell-gnutls//control new-haskell-gnutls//control
--- old-haskell-gnutls//control 2012-03-12 23:30:44.479248182 +0000
+++ new-haskell-gnutls//control 2012-03-12 23:30:44.483247546 +0000
@@ -28,7 +28,8 @@
Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libgnutls-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
More information about the Pkg-haskell-commits
mailing list