summaryrefslogtreecommitdiff
path: root/p/haskell-gsasl
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2012-03-08 06:35:04 +0400
committerClint Adams <clint@debian.org>2012-03-08 06:35:04 +0400
commitf575028d9108cb93f5ada5310f3fbd58eef78acd (patch)
tree516761104b28ad0392919c1283d8dc3cbc8f0cb6 /p/haskell-gsasl
parentba805f9d48e2c8b21d55e446f7484994b16af25d (diff)
downloadDHG_packages-f575028d9108cb93f5ada5310f3fbd58eef78acd.tar.gz
haskell-gsasl: Fix -dev dependency on libgsasl.
Diffstat (limited to 'p/haskell-gsasl')
-rw-r--r--p/haskell-gsasl/debian/changelog6
-rw-r--r--p/haskell-gsasl/debian/control7
2 files changed, 10 insertions, 3 deletions
diff --git a/p/haskell-gsasl/debian/changelog b/p/haskell-gsasl/debian/changelog
index f40e98061..3457fb371 100644
--- a/p/haskell-gsasl/debian/changelog
+++ b/p/haskell-gsasl/debian/changelog
@@ -1,3 +1,9 @@
+haskell-gsasl (0.3.2-2) unstable; urgency=low
+
+ * Fix -dev dependency on libgsasl.
+
+ -- Clint Adams <clint@debian.org> Wed, 07 Mar 2012 21:31:25 -0500
+
haskell-gsasl (0.3.2-1) unstable; urgency=low
* Initial release.
diff --git a/p/haskell-gsasl/debian/control b/p/haskell-gsasl/debian/control
index d0f81da1c..b14de4876 100644
--- a/p/haskell-gsasl/debian/control
+++ b/p/haskell-gsasl/debian/control
@@ -19,9 +19,10 @@ Homepage: http://ianen.org/haskell/bindings/gsasl/
Package: libghc-gsasl-dev
Architecture: any
-Depends: ${shlibs:Depends},
- ${haskell:Depends},
- ${misc:Depends}
+Depends: ${shlibs:Depends}
+ , ${haskell:Depends}
+ , ${misc:Depends}
+ , libgsasl7-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}