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

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 04:45:35 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 cf60d33e0dbd83635cb5a863ebd1d6163eab62d3
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 00:43:45 2016 -0400

    SDL: build with ghc 8 in experimental
---
 p/haskell-sdl/debian/changelog |  8 +++---
 p/haskell-sdl/debian/control   | 64 +++++++++++++++++++++++++-----------------
 2 files changed, 43 insertions(+), 29 deletions(-)

diff --git a/p/haskell-sdl/debian/changelog b/p/haskell-sdl/debian/changelog
index 51c26f5..85f8039 100644
--- a/p/haskell-sdl/debian/changelog
+++ b/p/haskell-sdl/debian/changelog
@@ -1,13 +1,13 @@
-haskell-sdl (0.6.5-5) UNRELEASED; urgency=medium
+haskell-sdl (0.6.5-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)
 
-  [ 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:08 +0300
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 00:43:22 -0400
 
 haskell-sdl (0.6.5-4) unstable; urgency=medium
 
diff --git a/p/haskell-sdl/debian/control b/p/haskell-sdl/debian/control
index 1a04842..54a5fb7 100644
--- a/p/haskell-sdl/debian/control
+++ b/p/haskell-sdl/debian/control
@@ -1,39 +1,46 @@
 Source: haskell-sdl
 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),
  libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
+ libsdl1.2-dev,
  libx11-dev,
- alex,
- c2hs,
- cpphs,
  pkg-config,
- libsdl1.2-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/SDL
-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
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-sdl-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libgl1-mesa-dev | libgl-dev,
  libglu1-mesa-dev | libglu-dev,
- libx11-dev,
  libsdl1.2-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ libx11-dev,
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell SDL binding for GHC
  This package provides the SDL library bindings for the Haskell programming
  language. SDL is a library that allows programs portable low level access
@@ -41,12 +48,16 @@ Description: Haskell SDL binding for GHC
 
 Package: libghc-sdl-prof
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Haskell SDL binding for GHC - profiling libraries
  This package provides the SDL library bindings for the Haskell programming
  language, compiled for profiling. SDL is a library that allows programs
@@ -56,10 +67,13 @@ Description: Haskell SDL binding for GHC - profiling libraries
 Package: libghc-sdl-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Haskell SDL binding for GHC - documentation
  This package provides the documentation for the SDL library bindings for
  the Haskell programming language. SDL is a library that allows programs

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