summaryrefslogtreecommitdiff
path: root/p/magic-haskell/debian/control
diff options
context:
space:
mode:
authorIain Lane <laney@ubuntu.com>2010-03-11 21:53:18 +0300
committerIain Lane <laney@ubuntu.com>2010-03-11 21:53:18 +0300
commit736eac843e1bdfa22f548e72e5d1cf3ab39df10f (patch)
treeaeb20a6d4df62a896711108eb2a99d357caad0a7 /p/magic-haskell/debian/control
parent3d245383e6b66d6b581187db17dc57d9980ec22c (diff)
downloadDHG_packages-736eac843e1bdfa22f548e72e5d1cf3ab39df10f.tar.gz
magic-haskell: Various small cleanups
* debian/control: + Use haskell substvars and depend on haskell-devscripts >= 0.7 for provides support + Clean up build-deps + Standards-Version bump to 3.8.4, no changes required
Diffstat (limited to 'p/magic-haskell/debian/control')
-rw-r--r--p/magic-haskell/debian/control13
1 files changed, 6 insertions, 7 deletions
diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control
index eaec16735..42ec5d099 100644
--- a/p/magic-haskell/debian/control
+++ b/p/magic-haskell/debian/control
@@ -4,13 +4,10 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
Uploaders: John Goerzen <jgoerzen@complete.org>
Build-Depends: debhelper (>= 6.0.0),
cdbs,
- haddock,
- hscolour,
- haskell-devscripts (>= 0.6.18),
- ghc6 (>= 6.10),
- hugs (>= 98.200503.08),
+ haskell-devscripts (>= 0.7),
+ ghc6,
libmagic-dev
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
Section: haskell
Vcs-Git: git://git.debian.org/git/pkg-haskell/magic-haskell.git
Vcs-Browser: http://git.debian.org/?p=pkg-haskell/magic-haskell.git;a=summary
@@ -18,8 +15,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-haskell/magic-haskell.git;a=summary
Package: libghc6-magic-dev
Section: haskell
Architecture: any
+Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
-Depends: ${misc:Depends}, ${haskell:Depends}, libmagic-dev, ${shlibs:Depends}
+Provides: ${haskell:Provides}
Description: File type determination library for Haskell
This package provides a Haskell interface to the C libmagic library.
With it, you can determine the type of a file by examining its contents