[Git][haskell-team/DHG_packages][master] 2 commits: haskell-gloss: patch from ubuntu for new base, upload to unstable
Gianfranco Costamagna
gitlab at salsa.debian.org
Wed Jun 6 17:03:31 BST 2018
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
455c1198 by Gianfranco Costamagna at 2018-06-06T17:58:37+02:00
haskell-gloss: patch from ubuntu for new base, upload to unstable
- - - - -
249fc1f7 by Gianfranco Costamagna at 2018-06-06T18:02:19+02:00
haskell-gloss-rendering: patch from ubuntu for new base, upload to unstable
- - - - -
6 changed files:
- p/haskell-gloss-rendering/debian/changelog
- + p/haskell-gloss-rendering/debian/patches/build-depends.patch
- + p/haskell-gloss-rendering/debian/patches/series
- p/haskell-gloss/debian/changelog
- + p/haskell-gloss/debian/patches/depends.patch
- + p/haskell-gloss/debian/patches/series
Changes:
=====================================
p/haskell-gloss-rendering/debian/changelog
=====================================
--- a/p/haskell-gloss-rendering/debian/changelog
+++ b/p/haskell-gloss-rendering/debian/changelog
@@ -1,8 +1,12 @@
-haskell-gloss-rendering (1.11.1.1-3) UNRELEASED; urgency=medium
+haskell-gloss-rendering (1.11.1.1-3) unstable; urgency=medium
+ [ Clint Adams ]
* Set Rules-Requires-Root to no.
- -- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:09:45 -0400
+ [ Mathieu Trudel-Lapierre ]
+ * Update cabal build-dependencies to allow base <4.11.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 06 Jun 2018 17:53:02 +0200
haskell-gloss-rendering (1.11.1.1-2) unstable; urgency=medium
=====================================
p/haskell-gloss-rendering/debian/patches/build-depends.patch
=====================================
--- /dev/null
+++ b/p/haskell-gloss-rendering/debian/patches/build-depends.patch
@@ -0,0 +1,17 @@
+---
+ gloss-rendering.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: b/gloss-rendering.cabal
+===================================================================
+--- a/gloss-rendering.cabal
++++ b/gloss-rendering.cabal
+@@ -28,7 +28,7 @@ library
+ Graphics.Gloss.Internals.Rendering.State
+
+ build-depends:
+- base >= 4.8 && < 4.10,
++ base >= 4.8 && < 4.11,
+ containers == 0.5.*,
+ bytestring == 0.10.*,
+ OpenGL >= 2.12 && < 3.1,
=====================================
p/haskell-gloss-rendering/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-gloss-rendering/debian/patches/series
@@ -0,0 +1 @@
+build-depends.patch
=====================================
p/haskell-gloss/debian/changelog
=====================================
--- a/p/haskell-gloss/debian/changelog
+++ b/p/haskell-gloss/debian/changelog
@@ -1,8 +1,12 @@
-haskell-gloss (1.11.1.1-3) UNRELEASED; urgency=medium
+haskell-gloss (1.11.1.1-3) unstable; urgency=medium
+ [ Clint Adams ]
* Set Rules-Requires-Root to no.
- -- Clint Adams <clint at debian.org> Sun, 06 May 2018 22:09:45 -0400
+ [ Mathieu Trudel-Lapierre ]
+ * Bump cabal build-dependencies to accept <4.11.
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org> Wed, 06 Jun 2018 17:55:25 +0200
haskell-gloss (1.11.1.1-2) unstable; urgency=medium
=====================================
p/haskell-gloss/debian/patches/depends.patch
=====================================
--- /dev/null
+++ b/p/haskell-gloss/debian/patches/depends.patch
@@ -0,0 +1,17 @@
+---
+ gloss.cabal | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+Index: b/gloss.cabal
+===================================================================
+--- a/gloss.cabal
++++ b/gloss.cabal
+@@ -37,7 +37,7 @@ Flag ExplicitBackend
+
+ Library
+ Build-Depends:
+- base >= 4.8 && < 4.10,
++ base >= 4.8 && < 4.11,
+ ghc-prim >= 0.4 && < 0.6,
+ containers == 0.5.*,
+ bytestring == 0.10.*,
=====================================
p/haskell-gloss/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-gloss/debian/patches/series
@@ -0,0 +1 @@
+depends.patch
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/2d35d92d7a99603587ae0c4e6c9514cbe7c02347...249fc1f71a4e647f265bab35c99c3eeded630a2f
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/2d35d92d7a99603587ae0c4e6c9514cbe7c02347...249fc1f71a4e647f265bab35c99c3eeded630a2f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20180606/a70bfd1f/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list