[DHG_packages] 06/06: magic-haskell: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 18:49:06 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit b358f5e14cb9bcc3f1a7f2813d326c61aba8c56b
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 14:45:36 2016 -0400

    magic-haskell: build with ghc 8 in experimental
---
 p/magic-haskell/debian/changelog |  8 ++++----
 p/magic-haskell/debian/control   | 31 +++++++++----------------------
 2 files changed, 13 insertions(+), 26 deletions(-)

diff --git a/p/magic-haskell/debian/changelog b/p/magic-haskell/debian/changelog
index c110666..3c12111 100644
--- a/p/magic-haskell/debian/changelog
+++ b/p/magic-haskell/debian/changelog
@@ -1,14 +1,14 @@
-magic-haskell (1.1-5) UNRELEASED; urgency=medium
+magic-haskell (1.1-5) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
   * Use secure (https) uri in Vcs-Git field in 'debian/control'
   * Bump standards version to 3.9.8 (no changes needed)
   * Convert `debian/copyright' to dep5 format
 
-  [ Gianfranco Costamagna ]
-  * Fix VCS fields
+  [ Clint Adams ]
+  * Temporarily build-depend on ghc 8.
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:36:40 +0300
+ -- Clint Adams <clint at debian.org>  Fri, 14 Oct 2016 14:45:07 -0400
 
 magic-haskell (1.1-4) unstable; urgency=medium
 
diff --git a/p/magic-haskell/debian/control b/p/magic-haskell/debian/control
index d8fe93b..3d565b4 100644
--- a/p/magic-haskell/debian/control
+++ b/p/magic-haskell/debian/control
@@ -2,23 +2,24 @@ Source: magic-haskell
 Priority: optional
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
 Uploaders: John Goerzen <jgoerzen at complete.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends:
  cdbs,
- haskell-devscripts (>= 0.10),
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libmagic-dev
+ haskell-devscripts (>= 0.10),
+ libmagic-dev,
 Build-Depends-Indep: ghc-doc
 Standards-Version: 3.9.8
 Section: haskell
 Homepage: http://hackage.haskell.org/package/magic
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/magic-haskell
 
 Package: libghc-magic-dev
 Section: haskell
 Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}, libmagic-dev
+Depends: libmagic-dev, ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -33,7 +34,7 @@ Description: File type determination library for Haskell${haskell:ShortBlurb}
 Package: libghc-magic-prof
 Section: haskell
 Architecture: any
-Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
@@ -45,24 +46,10 @@ Description: File type determination library for Haskell${haskell:ShortBlurb}
  .
  ${haskell:Blurb}
 
-#Package: libhugs-magic
-#Section: haskell
-#Architecture: any
-#Depends: ${misc:Depends}, ${haskell:Depends}, ${shlibs:Depends}
-#Suggests: ${haskell:Suggests}
-#Description: File type determination library for Haskell${haskell:ShortBlurb}
-# 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
-# rather than its name.  The Haskell interface provides a full-featured
-# binding.
-# .
-# This package is built for Hugs.  A GHC package is also available
-# in libghc-magic-dev.
-
 Package: libghc-magic-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends}, ${haskell:Depends}
+Depends: ${haskell:Depends}, ${misc:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: magic-haskell-doc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list