[DHG_packages] 01/05: OpenGL: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:36:57 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 9db3560bc4eb209d9232198ff0f27b500fa68b70
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:32:25 2016 -0400
OpenGL: build with ghc 8 in experimental
---
p/haskell-opengl/debian/changelog | 6 ++---
p/haskell-opengl/debian/control | 49 ++++++++++++++++++++++++---------------
p/haskell-opengl/debian/copyright | 2 +-
3 files changed, 34 insertions(+), 23 deletions(-)
diff --git a/p/haskell-opengl/debian/changelog b/p/haskell-opengl/debian/changelog
index e6b7ca2..20fb0b3 100644
--- a/p/haskell-opengl/debian/changelog
+++ b/p/haskell-opengl/debian/changelog
@@ -1,8 +1,8 @@
-haskell-opengl (3.0.1.0-2) UNRELEASED; urgency=medium
+haskell-opengl (3.0.1.0-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:52 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:32:21 -0400
haskell-opengl (3.0.1.0-1) unstable; urgency=medium
diff --git a/p/haskell-opengl/debian/control b/p/haskell-opengl/debian/control
index bdc612d..8d5074b 100644
--- a/p/haskell-opengl/debian/control
+++ b/p/haskell-opengl/debian/control
@@ -1,29 +1,32 @@
Source: haskell-opengl
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata at debian.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-gluraw-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
libghc-gluraw-dev (<< 2.1),
+ libghc-gluraw-dev (>= 2.0),
libghc-gluraw-prof,
- libghc-objectname-dev (>= 1.1),
libghc-objectname-dev (<< 1.2),
+ libghc-objectname-dev (>= 1.1),
libghc-objectname-prof,
- libghc-openglraw-dev (>= 3.0),
libghc-openglraw-dev (<< 3.3),
+ libghc-openglraw-dev (>= 3.0),
libghc-openglraw-prof,
- libghc-statevar-dev (>= 1.1),
libghc-statevar-dev (<< 1.2),
+ libghc-statevar-dev (>= 1.1),
libghc-statevar-prof,
- libghc-text-dev (>= 0.1),
libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.1),
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-gluraw-doc,
libghc-objectname-doc,
libghc-openglraw-doc,
@@ -36,11 +39,14 @@ Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-opengl-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: Haskell OpenGL binding for GHC
This package provides a library for the Haskell programming language.
.
@@ -49,9 +55,11 @@ Description: Haskell OpenGL binding for GHC
Package: libghc-opengl-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Provides: ${haskell:Provides},
+Provides:
+ ${haskell:Provides},
Description: Haskell OpenGL binding for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
@@ -62,10 +70,13 @@ Description: Haskell OpenGL binding for GHC; profiling libraries
Package: libghc-opengl-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 OpenGL binding for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
diff --git a/p/haskell-opengl/debian/copyright b/p/haskell-opengl/debian/copyright
index 38fe2c0..a322bf4 100644
--- a/p/haskell-opengl/debian/copyright
+++ b/p/haskell-opengl/debian/copyright
@@ -39,4 +39,4 @@ License: BSD-3-clause
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
- POSSIBILITY OF SUCH DAMAGE.
\ No newline at end of file
+ POSSIBILITY OF SUCH DAMAGE.
--
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