[DHG_packages] 02/02: vector: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 07:11:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 08de80b762983afde92154ae087b993bab5cb915
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 03:09:58 2016 -0400
vector: build with ghc 8 in experimental
---
p/haskell-vector/debian/changelog | 8 ++++----
p/haskell-vector/debian/control | 4 ++--
p/haskell-vector/debian/rules | 4 ----
3 files changed, 6 insertions(+), 10 deletions(-)
diff --git a/p/haskell-vector/debian/changelog b/p/haskell-vector/debian/changelog
index 49fa39e..07e5314 100644
--- a/p/haskell-vector/debian/changelog
+++ b/p/haskell-vector/debian/changelog
@@ -1,9 +1,9 @@
-haskell-vector (0.11.0.0-6) UNRELEASED; urgency=medium
+haskell-vector (0.11.0.0-6) experimental; urgency=medium
- * Rebuild disabling arm64 and ppc64el testsuites
- - it fails on some Ubuntu virtual sbuild environments.
+ * Temporarily build-depend on ghc 8.
+ * Re-enable testsuite on all architectures.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Fri, 12 Aug 2016 17:09:40 +0200
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 03:09:25 -0400
haskell-vector (0.11.0.0-5) unstable; urgency=high
diff --git a/p/haskell-vector/debian/control b/p/haskell-vector/debian/control
index a7c51ec..bf3191e 100644
--- a/p/haskell-vector/debian/control
+++ b/p/haskell-vector/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-primitive-dev (>= 0.5.0.1),
libghc-primitive-dev (<< 0.7),
@@ -20,7 +20,7 @@ Build-Depends-Indep: ghc-doc,
libghc-primitive-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/haskell/vector
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-vector
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-vector-dev
diff --git a/p/haskell-vector/debian/rules b/p/haskell-vector/debian/rules
index 530cd76..01f1aaf 100755
--- a/p/haskell-vector/debian/rules
+++ b/p/haskell-vector/debian/rules
@@ -1,10 +1,6 @@
#!/usr/bin/make -f
-ifeq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf kfreebsd-i386 mips mipsel mips64el ppc64el s390x))
DEB_ENABLE_TESTS = yes
-else
-DEB_ENABLE_TESTS = no
-endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
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