diff options
| author | Clint Adams <clint@debian.org> | 2016-10-17 00:43:45 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2016-10-17 00:43:45 -0400 |
| commit | cf60d33e0dbd83635cb5a863ebd1d6163eab62d3 (patch) | |
| tree | e058b89a6ed067e62b25135e4bc2933daa7552c3 /p/haskell-sdl | |
| parent | 435657d2b13771052b3aa8869d0664d869090511 (diff) | |
| download | DHG_packages-cf60d33e0dbd83635cb5a863ebd1d6163eab62d3.tar.gz | |
SDL: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-sdl')
| -rw-r--r-- | p/haskell-sdl/debian/changelog | 8 | ||||
| -rw-r--r-- | 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 51c26f57e..85f8039e5 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@gnu.org> Tue, 10 May 2016 09:36:08 +0300 + -- Clint Adams <clint@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 1a04842e8..54a5fb7d6 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@lists.alioth.debian.org> -Uploaders: Miriam Ruiz <little_miry@yahoo.es> +Uploaders: + Miriam Ruiz <little_miry@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 |
