Loading p/haskell-th-utilities/debian/changelog +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 Loading p/haskell-th-utilities/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading p/haskell-th-utilities/debian/rules +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 Loading Loading
p/haskell-th-utilities/debian/changelog +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 Loading
p/haskell-th-utilities/debian/control +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
p/haskell-th-utilities/debian/rules +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 Loading