[Git][haskell-team/DHG_packages][master] haskell-th-utilities: Disable test on armhf

Gianfranco Costamagna gitlab at salsa.debian.org
Thu Jan 25 18:42:11 UTC 2018


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


Commits:
1abc25aa by Gianfranco Costamagna at 2018-01-25T15:42:45+01:00
haskell-th-utilities: Disable test on armhf

- - - - -


3 changed files:

- p/haskell-th-utilities/debian/changelog
- p/haskell-th-utilities/debian/control
- p/haskell-th-utilities/debian/rules


Changes:

=====================================
p/haskell-th-utilities/debian/changelog
=====================================
--- a/p/haskell-th-utilities/debian/changelog
+++ b/p/haskell-th-utilities/debian/changelog
@@ -1,10 +1,16 @@
-haskell-th-utilities (0.2.0.1-2) UNRELEASED; urgency=medium
+haskell-th-utilities (0.2.0.1-2) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Change Priority to optional. Since Debian Policy version 4.0.1,
     priority extra has been deprecated.
   * Use the HTTPS form of the copyright-format URL
   * Modify d/watch and Source field in d/copyright to use HTTPS
-  * Declare compliance with Debian policy 4.1.1
+  * Declare compliance with Debian policy 4.1.3
+
+  [ Gianfranco Costamagna ]
+  * Disable test on armhf, fails with unaligned accesses on an arm64 kernel
+    (this isn't properly a fix, but hopefully nobody will run armhf on top
+    of an arm64 kernel and this package)
 
  -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 01 Nov 2017 12:15:27 +0200
 


=====================================
p/haskell-th-utilities/debian/control
=====================================
--- a/p/haskell-th-utilities/debian/control
+++ b/p/haskell-th-utilities/debian/control
@@ -23,7 +23,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-syb-doc,
  libghc-text-doc,
  libghc-th-orphans-doc,
-Standards-Version: 4.1.1
+Standards-Version: 4.1.3
 Homepage: https://github.com/fpco/th-utilities#readme
 X-Description: useful functions for use with Template Haskell
  The 'th-utilities' package provides a number of useful utilities for


=====================================
p/haskell-th-utilities/debian/rules
=====================================
--- a/p/haskell-th-utilities/debian/rules
+++ b/p/haskell-th-utilities/debian/rules
@@ -1,6 +1,9 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifneq (armhf,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = yes
+endif
+
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = th-utilities
 DEB_DEFAULT_COMPILER = ghc



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1abc25aa7be21250f350a0b47459d4a9bacf930d

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/1abc25aa7be21250f350a0b47459d4a9bacf930d
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180125/8786ff44/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list