[Git][haskell-team/DHG_packages][master] hedgehog-classes: Disable tests on armhf
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Wed Oct 12 01:54:32 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
0cb463c1 by Scott Talbert at 2022-10-11T20:50:13-04:00
hedgehog-classes: Disable tests on armhf
- - - - -
2 changed files:
- p/haskell-hedgehog-classes/debian/changelog
- p/haskell-hedgehog-classes/debian/rules
Changes:
=====================================
p/haskell-hedgehog-classes/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-hedgehog-classes (0.2.5.3-3) unstable; urgency=medium
+
+ * Disable tests on armhf
+
+ -- Scott Talbert <swt at techie.net> Tue, 11 Oct 2022 20:40:15 -0400
+
haskell-hedgehog-classes (0.2.5.3-2) unstable; urgency=medium
* Post-NEW source-only upload
=====================================
p/haskell-hedgehog-classes/debian/rules
=====================================
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
+ifneq ($(DEB_TARGET_ARCH),armhf)
DEB_ENABLE_TESTS = yes
+endif
DEB_SETUP_BIN_NAME = debian/hlibrary.setup
DEB_CABAL_PACKAGE = hedgehog-classes
DEB_DEFAULT_COMPILER = ghc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0cb463c175db48e427a013527731a3bda239d124
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/0cb463c175db48e427a013527731a3bda239d124
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/20221012/2d4ad340/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list