[Pkg-haskell-commits] [SCM] Haskell binding to libmagic branch, master, updated. debian/1.0.8-2-3-g02f8f49

Iain Lane laney at ubuntu.com
Thu Mar 11 18:58:26 UTC 2010


The following commit has been merged in the master branch:
commit 02f8f49690f12bf2474d953b92af2415ee9c1fac
Author: Iain Lane <laney at ubuntu.com>
Date:   Thu Mar 11 18:51:45 2010 +0000

    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

diff --git a/debian/changelog b/debian/changelog
index 1f21efb..b86262d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,12 @@
 magic-haskell (1.0.8-3) UNRELEASED; urgency=low
 
-  * debian/control: Disable hugs library as the DHG no longer supports Hugs,
-    and it does not work with the new Cabal. (Closes: #571360)
+  * debian/control:
+    + Disable hugs library as the DHG no longer supports Hugs, and it does not
+      work with the new Cabal. (Closes: #571360)
+    + 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
 
  -- Iain Lane <laney at ubuntu.com>  Tue, 23 Feb 2010 21:23:14 +0000
 
diff --git a/debian/control b/debian/control
index 7bf4cee..b837f45 100644
--- a/debian/control
+++ b/debian/control
@@ -4,13 +4,10 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: John Goerzen <jgoerzen at 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

-- 
Haskell binding to libmagic



More information about the Pkg-haskell-commits mailing list