[Git][haskell-team/DHG_packages][master] protobuf: Disable tests
    Ilias Tsitsimpis (@iliastsi) 
    gitlab at salsa.debian.org
       
    Tue Jul 19 14:40:14 BST 2022
    
    
  
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
29bbeeef by Ilias Tsitsimpis at 2022-07-19T16:39:00+03:00
protobuf: Disable tests
- - - - -
3 changed files:
- p/haskell-protobuf/debian/changelog
- p/haskell-protobuf/debian/control
- p/haskell-protobuf/debian/rules
Changes:
=====================================
p/haskell-protobuf/debian/changelog
=====================================
@@ -1,8 +1,10 @@
-haskell-protobuf (0.2.1.3-3) UNRELEASED; urgency=medium
+haskell-protobuf (0.2.1.3-3) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Disable testsuite which fails to be with GHC 9.0.2 (Closes: #862278,
+    #1014016)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:56 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 19 Jul 2022 16:38:53 +0300
 
 haskell-protobuf (0.2.1.3-2) unstable; urgency=medium
 
=====================================
p/haskell-protobuf/debian/control
=====================================
@@ -17,13 +17,6 @@ Build-Depends: debhelper (>= 10),
  libghc-data-binary-ieee754-prof,
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
- libghc-hunit-dev (>= 1.2) <!nocheck>,
- libghc-quickcheck2-dev (>= 1.2) <!nocheck>,
- libghc-hex-dev <!nocheck>,
- libghc-tagged-dev <!nocheck>,
- libghc-tasty-dev <!nocheck>,
- libghc-tasty-hunit-dev <!nocheck>,
- libghc-tasty-quickcheck-dev <!nocheck>,
 Build-Depends-Indep: ghc-doc,
  libghc-base-orphans-doc,
  libghc-cereal-doc,
=====================================
p/haskell-protobuf/debian/rules
=====================================
@@ -1,9 +1,8 @@
 #!/usr/bin/make -f
 
-DEB_SETUP_BIN_NAME = debian/hlibrary.setup
-DEB_CABAL_PACKAGE = protobuf
-DEB_DEFAULT_COMPILER = ghc
-DEB_ENABLE_TESTS = yes
+# Testsuite fails to build with GHC 9.0.2
+# see https://bugs.debian.org/1014016
+DEB_ENABLE_TESTS = no
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/29bbeeef8d59430f50e36c79634781f27d188fb7
-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/29bbeeef8d59430f50e36c79634781f27d188fb7
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/20220719/29497b9d/attachment-0001.htm>
    
    
More information about the Pkg-haskell-commits
mailing list