[Git][haskell-team/DHG_packages][master] 5 commits: haskell-gloss: upstream patch for newer deps

Gianfranco Costamagna gitlab at salsa.debian.org
Mon Aug 26 15:48:10 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
365f9cfd by Gianfranco Costamagna at 2019-08-26T14:31:05Z
haskell-gloss: upstream patch for newer deps

- - - - -
8c3c812c by Gianfranco Costamagna at 2019-08-26T14:34:20Z
haskell-gnuidn: patch for newer deps

- - - - -
7baeceed by Gianfranco Costamagna at 2019-08-26T14:36:47Z
haskell-gnuidn: fix control file, reupload to unstable

- - - - -
3932fea6 by Gianfranco Costamagna at 2019-08-26T14:41:48Z
haskell-haddock-library: patch for newer deps

- - - - -
fb26f421 by Gianfranco Costamagna at 2019-08-26T14:45:53Z
haskell-distributive: add missing dependency, from iliastsi

- - - - -


13 changed files:

- p/haskell-distributive/debian/changelog
- p/haskell-distributive/debian/control
- p/haskell-gloss/debian/changelog
- + p/haskell-gloss/debian/patches/newer-deps
- + p/haskell-gloss/debian/patches/series
- p/haskell-gnuidn/debian/changelog
- p/haskell-gnuidn/debian/control
- + p/haskell-gnuidn/debian/patches/newer-deps
- + p/haskell-gnuidn/debian/patches/series
- p/haskell-haddock-library/debian/changelog
- p/haskell-haddock-library/debian/control
- + p/haskell-haddock-library/debian/patches/newer-deps
- p/haskell-haddock-library/debian/patches/series


Changes:

=====================================
p/haskell-distributive/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-distributive (0.6-2) unstable; urgency=medium
+
+  [ Ilias Tsitsimpis ]
+  * Add missing dependency for testsuite
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 26 Aug 2019 16:43:55 +0200
+
 haskell-distributive (0.6-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]


=====================================
p/haskell-distributive/debian/control
=====================================
@@ -15,6 +15,7 @@ Build-Depends: debhelper (>= 10),
  libghc-tagged-dev (>= 0.7),
  libghc-tagged-dev (<< 1),
  libghc-tagged-prof,
+ libghc-cabal-doctest-dev,
  libghc-doctest-dev (>= 0.11.1),
  libghc-generic-deriving-dev (>= 1.11),
  libghc-generic-deriving-dev (<< 2),


=====================================
p/haskell-gloss/debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-gloss (1.13.0.1-3) unstable; urgency=medium
+
+  * debian/patches/newer-deps:
+    - upstream patch to bump boundaries
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 01 Jan 2019 15:22:44 +0100
+
 haskell-gloss (1.13.0.1-2) unstable; urgency=medium
 
   * Compile with --ghc-options="-O0" on unregisterised 64-bit arches


=====================================
p/haskell-gloss/debian/patches/newer-deps
=====================================
@@ -0,0 +1,26 @@
+From 03fbed3c0cd40a469a7da4c6f15f89f89f4f34b1 Mon Sep 17 00:00:00 2001
+From: "Trevor L. McDonell" <tmcdonell at cse.unsw.edu.au>
+Date: Sun, 7 Oct 2018 14:42:26 +0200
+Subject: [PATCH] gloss: relax dependency bounds
+
+---
+ gloss/gloss.cabal | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/gloss/gloss.cabal b/gloss/gloss.cabal
+index e670f53..d9531c8 100644
+--- a/gloss.cabal
++++ b/gloss.cabal
+@@ -42,10 +42,10 @@ Flag ExplicitBackend
+ 
+ Library
+   Build-Depends:
+-          base                          >= 4.8 && < 4.12
++          base                          >= 4.8 && < 4.13
+         , bmp                           == 1.2.*
+         , bytestring                    == 0.10.*
+-        , containers                    == 0.5.*
++        , containers                    >= 0.5 && < 0.7
+         , ghc-prim
+         , gloss-rendering               == 1.13.*
+         , GLUT                          == 2.7.*


=====================================
p/haskell-gloss/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-gnuidn/debian/changelog
=====================================
@@ -1,3 +1,15 @@
+haskell-gnuidn (0.2.2-9) unstable; urgency=medium
+
+  * Fixup control file bounds
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 26 Aug 2019 16:36:03 +0200
+
+haskell-gnuidn (0.2.2-8) unstable; urgency=medium
+
+  * Patch for newer deps
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 06 Aug 2019 08:49:05 +0200
+
 haskell-gnuidn (0.2.2-7) unstable; urgency=medium
 
   * Remove build dependency on libghc-text-dev (provided by ghc-8.4.3)


=====================================
p/haskell-gnuidn/debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
  ghc (>= 8.4.3),
  ghc-prof,
  haskell-devscripts (>= 0.13),
- libghc-chell-dev (<< 0.5) <!nocheck>,
+ libghc-chell-dev (<< 0.6) <!nocheck>,
  libghc-chell-dev (>= 0.4) <!nocheck>,
  libghc-chell-quickcheck2-dev (<< 0.3) <!nocheck>,
  libghc-chell-quickcheck2-dev (>= 0.2) <!nocheck>,


=====================================
p/haskell-gnuidn/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- haskell-gnuidn-0.2.2.orig/gnuidn.cabal
++++ haskell-gnuidn-0.2.2/gnuidn.cabal
+@@ -56,7 +56,7 @@ test-suite gnuidn_tests
+   build-depends:
+       base >= 4.0 && < 5.0
+     , bytestring
+-    , chell >= 0.4 && < 0.5
++    , chell >= 0.4 && < 0.6
+     , chell-quickcheck >= 0.2 && < 0.3
+     , gnuidn
+     , QuickCheck >= 2.4


=====================================
p/haskell-gnuidn/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-haddock-library/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-haddock-library (1.7.0-2) unstable; urgency=medium
+
+  * Patch for newer quickcheck
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Mon, 26 Aug 2019 16:38:15 +0200
+
 haskell-haddock-library (1.7.0-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]


=====================================
p/haskell-haddock-library/debian/control
=====================================
@@ -10,13 +10,13 @@ Build-Depends: debhelper (>= 10),
  ghc (>= 8),
  ghc-prof,
  libghc-quickcheck2-dev (>= 2.11),
- libghc-quickcheck2-dev (<< 2.12),
+ libghc-quickcheck2-dev (<< 2.13),
  libghc-quickcheck2-prof,
  libghc-base-compat-dev (>= 0.9.3),
  libghc-base-compat-dev (<< 0.11),
  libghc-base-compat-prof,
  libghc-hspec-dev (>= 2.4.4),
- libghc-hspec-dev (<< 2.6),
+ libghc-hspec-dev (<< 2.7),
  libghc-hspec-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 4.4.0


=====================================
p/haskell-haddock-library/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- haskell-haddock-library-1.7.0.orig/haddock-library.cabal
++++ haskell-haddock-library-1.7.0/haddock-library.cabal
+@@ -77,7 +77,7 @@ test-suite spec
+     , containers   >= 0.4.2.1 && < 0.7
+     , transformers   >= 0.3.0   && < 0.6
+     , hspec        >= 2.4.4   && < 2.7
+-    , QuickCheck    ^>= 2.11
++    , QuickCheck    >= 2.11
+     , text         >= 1.2.3.0  && < 1.3
+     , parsec       >= 3.1.13.0 && < 3.2
+     , deepseq      >= 1.3     && < 1.5


=====================================
p/haskell-haddock-library/debian/patches/series
=====================================
@@ -1,2 +1,3 @@
 newer-hspec
 disable-fixtures-test-suite
+newer-deps



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/141157d0a003d68086f6d9e461cee0d5e3299443...fb26f4211a7e13cced80d09138d50017f7185933

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/141157d0a003d68086f6d9e461cee0d5e3299443...fb26f4211a7e13cced80d09138d50017f7185933
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/20190826/80c7972b/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list