summaryrefslogtreecommitdiff
path: root/p/magic-haskell
diff options
context:
space:
mode:
authorJoachim Breitner <nomeata@debian.org>2011-06-08 23:00:58 +0400
committerJoachim Breitner <nomeata@debian.org>2011-06-08 23:00:58 +0400
commitf8fa5a187a9b0354e5d568126b634e2c769fb22a (patch)
tree28bf4bbf900521e0adf493d5d753a12ff245dad8 /p/magic-haskell
parent90de9f451700235ba1a81b303ef5d37292f3d7f3 (diff)
downloadDHG_packages-f8fa5a187a9b0354e5d568126b634e2c769fb22a.tar.gz
magic-haskell: Let libghc-magic-dev depend on libmagic-dev.
Diffstat (limited to 'p/magic-haskell')
-rw-r--r--p/magic-haskell/debian/changelog6
-rw-r--r--p/magic-haskell/debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/p/magic-haskell/debian/changelog b/p/magic-haskell/debian/changelog
index 5bb8f87e6..a90856b3b 100644
--- a/p/magic-haskell/debian/changelog
+++ b/p/magic-haskell/debian/changelog
@@ -1,3 +1,9 @@
+magic-haskell (1.0.8-8) UNRELEASED; urgency=low
+
+ * Let libghc-magic-dev depend on libmagic-dev.
+
+ -- Joachim Breitner <nomeata@debian.org> Wed, 08 Jun 2011 21:00:44 +0200
+
magic-haskell (1.0.8-7) unstable; urgency=low
* [af9511b] debian/control: ghc6 → ghc for the GHC 7 transition
diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control
index 3aefd7729..4ddd9f8e1 100644
--- a/p/magic-haskell/debian/control
+++ b/p/magic-haskell/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/magic-haskell.git;a=summary
Package: libghc-magic-dev
Section: haskell
Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}, libmagic-dev
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}