[DHG_packages] 02/03: gloss-rendering: Upgrading from 1.9.3.1 to 1.10.1.1

Clint Adams clint at moszumanska.debian.org
Mon May 16 20:38:45 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 7aebe95ac742ba51ae445fa9e01f237d09865f86
Author: Clint Adams <clint at debian.org>
Date:   Mon May 16 16:31:05 2016 -0400

    gloss-rendering: Upgrading from 1.9.3.1 to 1.10.1.1
---
 p/haskell-gloss-rendering/debian/changelog                      | 8 ++++++--
 p/haskell-gloss-rendering/debian/control                        | 2 +-
 p/haskell-gloss-rendering/debian/patches/extend-base-dependency | 8 +++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/p/haskell-gloss-rendering/debian/changelog b/p/haskell-gloss-rendering/debian/changelog
index ece59b5..c540dcd 100644
--- a/p/haskell-gloss-rendering/debian/changelog
+++ b/p/haskell-gloss-rendering/debian/changelog
@@ -1,9 +1,13 @@
-haskell-gloss-rendering (1.9.3.1-4) UNRELEASED; urgency=medium
+haskell-gloss-rendering (1.10.1.1-1) unstable; 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)
 
- -- Dmitry Bogatov <KAction at gnu.org>  Tue, 10 May 2016 09:35:21 +0300
+  [ Clint Adams ]
+  * New upstream version.
+
+ -- Clint Adams <clint at debian.org>  Mon, 16 May 2016 16:31:05 -0400
 
 haskell-gloss-rendering (1.9.3.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-gloss-rendering/debian/control b/p/haskell-gloss-rendering/debian/control
index 2555c81..757ab27 100644
--- a/p/haskell-gloss-rendering/debian/control
+++ b/p/haskell-gloss-rendering/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 9),
  libghc-glut-dev (<< 2.8),
  libghc-glut-prof,
  libghc-opengl-dev (>= 2.12),
- libghc-opengl-dev (<< 2.13),
+ libghc-opengl-dev (<< 3.1),
  libghc-opengl-prof,
  libghc-bmp-dev (>= 1.2),
  libghc-bmp-dev (<< 1.3),
diff --git a/p/haskell-gloss-rendering/debian/patches/extend-base-dependency b/p/haskell-gloss-rendering/debian/patches/extend-base-dependency
index cddb02f..a867ee7 100644
--- a/p/haskell-gloss-rendering/debian/patches/extend-base-dependency
+++ b/p/haskell-gloss-rendering/debian/patches/extend-base-dependency
@@ -1,7 +1,5 @@
-Index: gloss-rendering-1.9.3.1/gloss-rendering.cabal
-===================================================================
---- gloss-rendering-1.9.3.1.orig/gloss-rendering.cabal	2015-05-05 23:34:04.561288826 +0200
-+++ gloss-rendering-1.9.3.1/gloss-rendering.cabal	2015-05-05 23:34:25.013782072 +0200
+--- a/gloss-rendering.cabal
++++ b/gloss-rendering.cabal
 @@ -28,7 +28,7 @@
          Graphics.Gloss.Internals.Rendering.State
  
@@ -10,4 +8,4 @@ Index: gloss-rendering-1.9.3.1/gloss-rendering.cabal
 +        base,
          containers == 0.5.*,
          bytestring == 0.10.*,
-         OpenGL     == 2.12.*,
+         OpenGL     >= 2.12 && < 3.1,

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