[DHG_packages] 03/03: gloss: Upgrading from 1.9.4.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 587e7f55e6a1f24718dad26a8d9433e1172c7fda
Author: Clint Adams <clint at debian.org>
Date:   Mon May 16 16:33:30 2016 -0400

    gloss: Upgrading from 1.9.4.1 to 1.10.1.1
---
 p/haskell-gloss/debian/changelog                   |  8 +++--
 p/haskell-gloss/debian/control                     |  6 ++--
 .../debian/patches/extend-base-dependency          | 36 ++++++++--------------
 3 files changed, 22 insertions(+), 28 deletions(-)

diff --git a/p/haskell-gloss/debian/changelog b/p/haskell-gloss/debian/changelog
index f902d4d..086c4e3 100644
--- a/p/haskell-gloss/debian/changelog
+++ b/p/haskell-gloss/debian/changelog
@@ -1,9 +1,13 @@
-haskell-gloss (1.9.4.1-2) UNRELEASED; urgency=medium
+haskell-gloss (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:33:30 -0400
 
 haskell-gloss (1.9.4.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-gloss/debian/control b/p/haskell-gloss/debian/control
index fe02416..38f24e1 100644
--- a/p/haskell-gloss/debian/control
+++ b/p/haskell-gloss/debian/control
@@ -12,13 +12,13 @@ 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),
  libghc-bmp-prof,
- libghc-gloss-rendering-dev (>= 1.9.3),
- libghc-gloss-rendering-dev (<< 1.9.4),
+ libghc-gloss-rendering-dev (>= 1.10),
+ libghc-gloss-rendering-dev (<< 1.11),
  libghc-gloss-rendering-prof,
 Build-Depends-Indep: ghc-doc,
  libghc-glut-doc,
diff --git a/p/haskell-gloss/debian/patches/extend-base-dependency b/p/haskell-gloss/debian/patches/extend-base-dependency
index bcad3a4..6580e6e 100644
--- a/p/haskell-gloss/debian/patches/extend-base-dependency
+++ b/p/haskell-gloss/debian/patches/extend-base-dependency
@@ -1,7 +1,5 @@
-Index: gloss-1.9.3.1/gloss.cabal
-===================================================================
---- gloss-1.9.3.1.orig/gloss.cabal	2015-05-05 23:15:59.758337339 +0200
-+++ gloss-1.9.3.1/gloss.cabal	2015-05-05 23:16:48.291327847 +0200
+--- a/gloss.cabal
++++ b/gloss.cabal
 @@ -37,8 +37,8 @@
  
  Library
@@ -12,11 +10,9 @@ Index: gloss-1.9.3.1/gloss.cabal
 +        ghc-prim,
          containers == 0.5.*,
          bytestring == 0.10.*,
-         OpenGL     == 2.12.*,
-Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Event.hs
-===================================================================
---- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Event.hs	2015-05-05 23:15:59.746337087 +0200
-+++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Event.hs	2015-05-05 23:35:31.547347728 +0200
+         OpenGL     >= 2.12 && < 3.1,
+--- a/Graphics/Gloss/Internals/Interface/Event.hs
++++ b/Graphics/Gloss/Internals/Interface/Event.hs
 @@ -6,6 +6,7 @@
  where
  import Data.IORef
@@ -25,11 +21,9 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Event.hs
  
  -- | Possible input events.
  data Event
-Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs
-===================================================================
---- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Display.hs	2015-05-05 23:15:59.746337087 +0200
-+++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs	2015-05-05 23:35:54.879883667 +0200
-@@ -16,6 +16,7 @@
+--- a/Graphics/Gloss/Internals/Interface/Display.hs
++++ b/Graphics/Gloss/Internals/Interface/Display.hs
+@@ -17,6 +17,7 @@
  import qualified Graphics.Gloss.Internals.Interface.Callback as Callback
  import Data.IORef
  import System.Mem
@@ -37,11 +31,9 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Display.hs
  
  
  displayWithBackend
-Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs
-===================================================================
---- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Animate.hs	2015-05-05 23:15:59.746337087 +0200
-+++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs	2015-05-05 23:36:13.856314870 +0200
-@@ -20,7 +20,7 @@
+--- a/Graphics/Gloss/Internals/Interface/Animate.hs
++++ b/Graphics/Gloss/Internals/Interface/Animate.hs
+@@ -21,7 +21,7 @@
  import Control.Monad
  import System.Mem
  import GHC.Float (double2Float)
@@ -50,10 +42,8 @@ Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Animate.hs
  
  animateWithBackendIO
          :: Backend a
-Index: gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Simulate.hs
-===================================================================
---- gloss-1.9.3.1.orig/Graphics/Gloss/Internals/Interface/Simulate.hs	2015-05-05 23:15:59.746337087 +0200
-+++ gloss-1.9.3.1/Graphics/Gloss/Internals/Interface/Simulate.hs	2015-05-05 23:36:37.416844644 +0200
+--- a/Graphics/Gloss/Internals/Interface/Simulate.hs
++++ b/Graphics/Gloss/Internals/Interface/Simulate.hs
 @@ -22,6 +22,7 @@
  import qualified Graphics.Gloss.Internals.Interface.Animate.State       as AN
  import Data.IORef

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