summaryrefslogtreecommitdiff
path: root/p/haskell-gnutls
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-09-06 21:34:04 +0400
committerJoachim Breitner <mail@joachim-breitner.de>2014-09-06 21:34:04 +0400
commitcf66cb20965951d2bb66b215ff086d8821bb85cc (patch)
tree26998a39c0b4c6baef251d1d535ed17e24b8b3a8 /p/haskell-gnutls
parent5278ddd5a65a3d672bb131dc55ee7d9ba98f4e4a (diff)
downloadDHG_packages-cf66cb20965951d2bb66b215ff086d8821bb85cc.tar.gz
haskell-gnutls: Correct libghc-gnutls-dev's GnuTLS dependency (libgnutls28-dev, instead
of libgnutls-dev). Closes: #754561 This preempts an NMU by Andreas Metzler. Thanks for that!
Diffstat (limited to 'p/haskell-gnutls')
-rw-r--r--p/haskell-gnutls/debian/changelog10
-rw-r--r--p/haskell-gnutls/debian/control2
2 files changed, 11 insertions, 1 deletions
diff --git a/p/haskell-gnutls/debian/changelog b/p/haskell-gnutls/debian/changelog
index 9bcb02944..e34937527 100644
--- a/p/haskell-gnutls/debian/changelog
+++ b/p/haskell-gnutls/debian/changelog
@@ -1,3 +1,13 @@
+haskell-gnutls (0.1.4-6) UNRELEASED; urgency=medium
+
+ * Correct libghc-gnutls-dev's GnuTLS dependency (libgnutls28-dev, instead
+ of
+ libgnutls-dev). Closes: #754561
+ This preempts an NMU by Andreas Metzler. Thanks for that!
+
+
+ -- Joachim Breitner <nomeata@debian.org> Sat, 06 Sep 2014 19:33:44 +0200
+
haskell-gnutls (0.1.4-5) unstable; urgency=medium
[ Joachim Breitner ]
diff --git a/p/haskell-gnutls/debian/control b/p/haskell-gnutls/debian/control
index f962c3028..d56f444d7 100644
--- a/p/haskell-gnutls/debian/control
+++ b/p/haskell-gnutls/debian/control
@@ -28,7 +28,7 @@ Architecture: any
Depends: ${shlibs:Depends},
${haskell:Depends},
${misc:Depends},
- libgnutls-dev
+ libgnutls28-dev | libgnutls-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}