summaryrefslogtreecommitdiff
path: root/p/haskell-gnutls/debian
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-03-13 03:30:24 +0400
committerClint Adams <clint@debian.org>2012-03-13 03:30:24 +0400
commit588b73b8eb400ba0364a93014405791a16743b85 (patch)
tree565f31db900f695baeea7eba7d2bea355bc2b2ea /p/haskell-gnutls/debian
parentf868ee382499e82ca93287741b2cf78f3693ab22 (diff)
downloadDHG_packages-588b73b8eb400ba0364a93014405791a16743b85.tar.gz
haskell-gnutls: Fix -dev dependency on libgnutls.
Diffstat (limited to 'p/haskell-gnutls/debian')
-rw-r--r--p/haskell-gnutls/debian/changelog6
-rw-r--r--p/haskell-gnutls/debian/control3
2 files changed, 8 insertions, 1 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog
index 70a2dbea9..09b75a4ce 100644
--- a/p/haskell-gnutls/debian/changelog
+++ b/p/haskell-gnutls/debian/changelog
@@ -1,3 +1,9 @@
+haskell-gnutls (0.1.1-2) unstable; urgency=low
+
+ * Fix -dev dependency on libgnutls-dev.
+
+ -- Clint Adams <clint@debian.org> Mon, 12 Mar 2012 19:18:14 -0400
+
haskell-gnutls (0.1.1-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control
index 5259e4349..b9257d6f6 100644
--- a/p/haskell-gnutls/debian/control
+++ b/p/haskell-gnutls/debian/control
@@ -28,7 +28,8 @@ Package: libghc-gnutls-dev
Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ libgnutls-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}