[Git][haskell-team/DHG_packages][master] 3 commits: vector: Disable tests on all architectures
Ilias Tsitsimpis
gitlab at salsa.debian.org
Sat Oct 13 23:06:31 BST 2018
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
f91e9e3a by Ilias Tsitsimpis at 2018-10-13T21:44:18Z
vector: Disable tests on all architectures
- - - - -
d54d7464 by Ilias Tsitsimpis at 2018-10-13T21:47:28Z
vector-binary-instances: Newer build-deps from hackage
- - - - -
9a1778db by Ilias Tsitsimpis at 2018-10-13T21:51:20Z
vector-space-points: Newer build-deps from hackage
- - - - -
10 changed files:
- p/haskell-vector-binary-instances/debian/changelog
- + p/haskell-vector-binary-instances/debian/patches/newer-deps
- + p/haskell-vector-binary-instances/debian/patches/series
- p/haskell-vector-space-points/debian/changelog
- − p/haskell-vector-space-points/debian/patches/a627b4413773b33fe5db31717c85c67bfee95cac.patch
- − p/haskell-vector-space-points/debian/patches/d87a4166c778fa4b3410d8f9838b34668bc1684c.patch
- p/haskell-vector-space-points/debian/patches/d862832824aa4f69615c24c27cb0c16246cc5503.patch → p/haskell-vector-space-points/debian/patches/newer-deps
- p/haskell-vector-space-points/debian/patches/series
- p/haskell-vector/debian/changelog
- p/haskell-vector/debian/rules
Changes:
=====================================
p/haskell-vector-binary-instances/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector-binary-instances (0.2.4-3) unstable; urgency=medium
+
+ * Newer build-deps from hackage
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 14 Oct 2018 00:47:21 +0300
+
haskell-vector-binary-instances (0.2.4-2) unstable; urgency=medium
[ Clint Adams ]
=====================================
p/haskell-vector-binary-instances/debian/patches/newer-deps
=====================================
@@ -0,0 +1,13 @@
+Index: b/vector-binary-instances.cabal
+===================================================================
+--- a/vector-binary-instances.cabal
++++ b/vector-binary-instances.cabal
+@@ -50,7 +50,7 @@ Library
+
+ -- Packages needed in order to build this package.
+ Build-depends:
+- base > 3 && < 4.11,
++ base > 3 && < 4.12,
+ vector >= 0.6 && < 0.13,
+ binary >= 0.5 && < 0.10
+
=====================================
p/haskell-vector-binary-instances/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/haskell-vector-space-points/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector-space-points (0.2.1.2-6) unstable; urgency=medium
+
+ * Newer build-deps from hackage
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 14 Oct 2018 00:51:05 +0300
+
haskell-vector-space-points (0.2.1.2-5) unstable; urgency=medium
[ Clint Adams ]
=====================================
p/haskell-vector-space-points/debian/patches/a627b4413773b33fe5db31717c85c67bfee95cac.patch deleted
=====================================
@@ -1,21 +0,0 @@
-From a627b4413773b33fe5db31717c85c67bfee95cac Mon Sep 17 00:00:00 2001
-From: Brent Yorgey <byorgey at gmail.com>
-Date: Wed, 25 Oct 2017 11:55:27 -0500
-Subject: [PATCH] allow vector-space-0.12
-
----
- vector-space-points.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/vector-space-points.cabal b/vector-space-points.cabal
-index 9ce2504..b07e5fe 100644
---- a/vector-space-points.cabal
-+++ b/vector-space-points.cabal
-@@ -19,6 +19,6 @@ source-repository head
- library
- exposed-modules: Data.AffineSpace.Point
- build-depends: base >=4.0 && < 4.11,
-- vector-space >=0.7 && < 0.12
-+ vector-space >=0.7 && < 0.13
- hs-source-dirs: src
- default-language: Haskell2010
=====================================
p/haskell-vector-space-points/debian/patches/d87a4166c778fa4b3410d8f9838b34668bc1684c.patch deleted
=====================================
@@ -1,21 +0,0 @@
-From d87a4166c778fa4b3410d8f9838b34668bc1684c Mon Sep 17 00:00:00 2001
-From: Brent Yorgey <byorgey at gmail.com>
-Date: Mon, 19 Feb 2018 07:11:31 -0600
-Subject: [PATCH] allow vector-space-0.13
-
----
- vector-space-points.cabal | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/vector-space-points.cabal b/vector-space-points.cabal
-index b07e5fe..f2f399f 100644
---- a/vector-space-points.cabal
-+++ b/vector-space-points.cabal
-@@ -19,6 +19,6 @@ source-repository head
- library
- exposed-modules: Data.AffineSpace.Point
- build-depends: base >=4.0 && < 4.11,
-- vector-space >=0.7 && < 0.13
-+ vector-space >=0.7 && < 0.14
- hs-source-dirs: src
- default-language: Haskell2010
=====================================
p/haskell-vector-space-points/debian/patches/d862832824aa4f69615c24c27cb0c16246cc5503.patch → p/haskell-vector-space-points/debian/patches/newer-deps
=====================================
@@ -1,14 +1,5 @@
-From d862832824aa4f69615c24c27cb0c16246cc5503 Mon Sep 17 00:00:00 2001
-From: Brent Yorgey <byorgey at gmail.com>
-Date: Tue, 8 Aug 2017 15:28:23 -0500
-Subject: [PATCH] allow base-4.10 and vector-space-0.11
-
----
- vector-space-points.cabal | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/vector-space-points.cabal b/vector-space-points.cabal
-index 10cd74d..9ce2504 100644
+Index: b/vector-space-points.cabal
+===================================================================
--- a/vector-space-points.cabal
+++ b/vector-space-points.cabal
@@ -18,7 +18,7 @@ source-repository head
@@ -17,7 +8,7 @@ index 10cd74d..9ce2504 100644
exposed-modules: Data.AffineSpace.Point
- build-depends: base >=4.0 && < 4.10,
- vector-space >=0.7 && < 0.11
-+ build-depends: base >=4.0 && < 4.11,
-+ vector-space >=0.7 && < 0.12
++ build-depends: base >=4.0 && < 4.12,
++ vector-space >=0.7 && < 0.14
hs-source-dirs: src
default-language: Haskell2010
=====================================
p/haskell-vector-space-points/debian/patches/series
=====================================
@@ -1,3 +1 @@
-d862832824aa4f69615c24c27cb0c16246cc5503.patch
-a627b4413773b33fe5db31717c85c67bfee95cac.patch
-d87a4166c778fa4b3410d8f9838b34668bc1684c.patch
+newer-deps
=====================================
p/haskell-vector/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-vector (0.12.0.1-8) unstable; urgency=medium
+
+ * Disable tests on all architectures due to a GHC bug
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 14 Oct 2018 00:44:06 +0300
+
haskell-vector (0.12.0.1-7) unstable; urgency=medium
* Disable tests on i386, riscv64, alpha, hurd-i386, and x32 because
=====================================
p/haskell-vector/debian/rules
=====================================
@@ -1,14 +1,9 @@
#!/usr/bin/make -f
-ifeq (,$(filter $(DEB_BUILD_ARCH),mips mipsel mips64el armel armhf i386 riscv64 alpha hurd-i386 x32))
-DEB_ENABLE_TESTS = yes
-else
-# Tests on i386, riscv64, alpha, hurd-i386 and x32 currently fail to
-# build with out-of-memory error.
+# Tests fail to build with out-of-memory error.
# This has been reported as a GHC bug here:
# https://ghc.haskell.org/trac/ghc/ticket/13535
DEB_ENABLE_TESTS = no
-endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/914460c04b2e05197604b9a8547a01fad50e125b...9a1778db507f074efc13f9e16a09e7dcfa57761f
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/compare/914460c04b2e05197604b9a8547a01fad50e125b...9a1778db507f074efc13f9e16a09e7dcfa57761f
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/20181013/dec46d9c/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list