Commit 1abc25aa authored by Gianfranco Costamagna's avatar Gianfranco Costamagna
Browse files

haskell-th-utilities: Disable test on armhf

parent addbb4a4
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
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@debian.org>  Wed, 01 Nov 2017 12:15:27 +0200

+1 −1
Original line number Diff line number Diff line
@@ -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
+4 −1
Original line number Diff line number Diff line
#!/usr/bin/make -f

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