[DHG_packages] 04/04: SDL-image: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 15:49:58 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 c5d11b0b0ebeeca14ead2ea51b8864228b54aa67
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 11:48:58 2016 -0400

    SDL-image: build with ghc 8 in experimental
---
 p/haskell-sdl-image/debian/changelog |  8 ++---
 p/haskell-sdl-image/debian/control   | 70 +++++++++++++++++++++---------------
 2 files changed, 45 insertions(+), 33 deletions(-)

diff --git a/p/haskell-sdl-image/debian/changelog b/p/haskell-sdl-image/debian/changelog
index 1d4cf20..af942ce 100644
--- a/p/haskell-sdl-image/debian/changelog
+++ b/p/haskell-sdl-image/debian/changelog
@@ -1,13 +1,13 @@
-haskell-sdl-image (0.6.1-10) UNRELEASED; urgency=medium
+haskell-sdl-image (0.6.1-10) 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)
 
-  [ 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:09 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 11:48:50 -0400
 
 haskell-sdl-image (0.6.1-9) unstable; urgency=medium
 
diff --git a/p/haskell-sdl-image/debian/control b/p/haskell-sdl-image/debian/control
index 4fb084c..ab7e88d 100644
--- a/p/haskell-sdl-image/debian/control
+++ b/p/haskell-sdl-image/debian/control
@@ -1,41 +1,47 @@
 Source: haskell-sdl-image
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Uploaders:
+ Miriam Ruiz <little_miry at yahoo.es>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
+ alex,
+ c2hs,
  cdbs,
- ghc,
+ cpphs,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libghc-sdl-dev,
+ libghc-sdl-prof,
  libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
+ libsdl-gfx1.2-dev,
+ libsdl-image1.2-dev,
+ libsdl1.2-dev,
  libx11-dev,
- alex,
- c2hs,
- cpphs,
  pkg-config,
- libsdl1.2-dev,
- libsdl-image1.2-dev,
- libsdl-gfx1.2-dev,
- libghc-sdl-dev,
- libghc-sdl-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/SDL-image
-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/haskell-sdl-image
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-sdl-image-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
- libsdl1.2-dev,
- libsdl-image1.2-dev,
+Depends:
  libsdl-gfx1.2-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ libsdl-image1.2-dev,
+ libsdl1.2-dev,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell SDL Image binding for GHC
  This package provides the SDL Image library bindings for the Haskell
  programming language. SDL Image is a simple library to load images of
@@ -43,11 +49,14 @@ Description: Haskell SDL Image binding for GHC
 
 Package: libghc-sdl-image-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell SDL Image binding for GHC - profiling libraries
  This package provides the SDL Image library bindings for the Haskell
  programming language, compiled for profiling. SDL Image is a simple
@@ -56,11 +65,14 @@ Description: Haskell SDL Image binding for GHC - profiling libraries
 Package: libghc-sdl-image-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell SDL Image binding for GHC - documentation
  This package provides the documentation for the SDL Image library bindings
  for the Haskell programming language. SDL Image is a simple

-- 
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