Skip to content
Commits on Source (3)
haskell-cborg (0.2.1.0-4) unstable; urgency=medium
* Run tests only on amd64 arm64 i386 and ppc64el, they fail for the RTS
exception
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 27 Sep 2019 12:34:42 +0200
haskell-cborg (0.2.1.0-3) unstable; urgency=medium
* Enable testsuite.
......
......@@ -3,7 +3,13 @@
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = cborg
DEB_DEFAULT_COMPILER = ghc
ifneq (,$(filter amd64 arm64 i386 ppc64el, $(DEB_HOST_ARCH)))
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
haskell-distributive (0.6-3) unstable; urgency=medium
* Disable tests on s390x
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 27 Sep 2019 12:38:01 +0200
haskell-distributive (0.6-2) unstable; urgency=medium
[ Ilias Tsitsimpis ]
......
#!/usr/bin/make -f
ifeq (s390x,$(DEB_HOST_ARCH))
DEB_ENABLE_TESTS = no
else
DEB_ENABLE_TESTS = yes
endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
haskell-email-validate (2.3.2.11-2) unstable; urgency=medium
[ Ilias Tsitsimpis <iliastsi@debian.org> ]
* Remove doctest patch, now that bug #839840 is fixed
[ Gianfranco Costamagna ]
* Disable tests on s390x
-- Gianfranco Costamagna <locutusofborg@debian.org> Fri, 27 Sep 2019 12:40:58 +0200
haskell-email-validate (2.3.2.11-1) unstable; urgency=medium
* New upstream version.
......
#!/usr/bin/make -f
ifeq (s390x,$(DEB_HOST_ARCH))
DEB_ENABLE_TESTS = no
else
DEB_ENABLE_TESTS = yes
endif
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk