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

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 04:50:04 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 c0c089644869022fd11e517229230c31833410c4
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 00:48:44 2016 -0400

    GLURaw: build with ghc 8 in experimental
---
 p/haskell-gluraw/debian/changelog |  6 ++---
 p/haskell-gluraw/debian/control   | 55 +++++++++++++++++++++++++--------------
 2 files changed, 38 insertions(+), 23 deletions(-)

diff --git a/p/haskell-gluraw/debian/changelog b/p/haskell-gluraw/debian/changelog
index d9e53ef..23faf57 100644
--- a/p/haskell-gluraw/debian/changelog
+++ b/p/haskell-gluraw/debian/changelog
@@ -1,8 +1,8 @@
-haskell-gluraw (2.0.0.2-2) UNRELEASED; urgency=medium
+haskell-gluraw (2.0.0.2-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:12:33 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 00:48:37 -0400
 
 haskell-gluraw (2.0.0.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-gluraw/debian/control b/p/haskell-gluraw/debian/control
index 9a9595e..8e54c75 100644
--- a/p/haskell-gluraw/debian/control
+++ b/p/haskell-gluraw/debian/control
@@ -1,33 +1,41 @@
 Source: haskell-gluraw
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
- libghc-openglraw-dev (>= 3.0),
+ haskell-devscripts (>= 0.10),
  libghc-openglraw-dev (<< 3.3),
+ libghc-openglraw-dev (>= 3.0),
  libghc-openglraw-prof,
  libglu1-mesa-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-openglraw-doc,
 Standards-Version: 3.9.8
 Homepage: http://www.haskell.org/haskellwiki/Opengl
-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-gluraw
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-gluraw-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libglu1-mesa-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
  GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
  basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
@@ -37,11 +45,15 @@ Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
 
 Package: libghc-gluraw-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
  GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
  basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer
@@ -52,10 +64,13 @@ Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
 Package: libghc-gluraw-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Raw binding for the OpenGL graphics system${haskell:ShortBlurb}
  GLURaw is a raw Haskell binding for the GLU 1.3 OpenGL utility library. It is
  basically a 1:1 mapping of GLU's C API, intended as a basis for a nicer

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