[Git][haskell-team/DHG_packages][master] binary-tagged: Disable testsuite

Ilias Tsitsimpis gitlab at salsa.debian.org
Mon Jun 29 15:27:59 BST 2020



Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
78c7c445 by Ilias Tsitsimpis at 2020-06-29T17:26:20+03:00
binary-tagged: Disable testsuite

- - - - -


5 changed files:

- p/haskell-binary-tagged/debian/changelog
- p/haskell-binary-tagged/debian/control
- + p/haskell-binary-tagged/debian/patches/newer-deps
- + p/haskell-binary-tagged/debian/patches/series
- p/haskell-binary-tagged/debian/rules


Changes:

=====================================
p/haskell-binary-tagged/debian/changelog
=====================================
@@ -3,11 +3,13 @@ haskell-binary-tagged (0.2-1) unstable; urgency=medium
   [ Ilias Tsitsimpis ]
   * Remove Dmitry Bogatov from Uploaders per his request. Thank you
     Dmitry for your previous maintainership.
+  * Disable testsuite (depends on missing binary-instances)
+  * Patch for newer base
 
   [ Sean Whitton ]
   * New upstream release
 
- -- Sean Whitton <spwhitton at spwhitton.name>  Tue, 26 May 2020 09:40:44 -0700
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Mon, 29 Jun 2020 17:17:38 +0300
 
 haskell-binary-tagged (0.1.5.2-1) unstable; urgency=medium
 


=====================================
p/haskell-binary-tagged/debian/control
=====================================
@@ -32,33 +32,12 @@ Build-Depends:
  libghc-tagged-dev (>= 0.7),
  libghc-tagged-dev (<< 0.9),
  libghc-tagged-prof,
- libghc-tasty-dev,
- libghc-tasty-quickcheck-dev,
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.2),
  libghc-unordered-containers-prof,
  libghc-vector-dev (>= 0.10),
  libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
- libghc-aeson-dev,
- libghc-base16-bytestring-dev,
- libghc-bifunctors-dev,
- libghc-bifunctors-prof,
- libghc-binary-instances-dev (>= 1),
- libghc-binary-instances-dev (<< 1.1),
- libghc-binary-instances-prof,
- libghc-generics-sop-dev,
- libghc-hashable-dev,
- libghc-quickcheck-instances-dev,
- libghc-scientific-dev,
- libghc-tagged-dev,
- libghc-tasty-dev,
- libghc-tasty-prof,
- libghc-tasty-hunit-dev,
- libghc-tasty-hunit-prof,
- libghc-tasty-quickcheck-dev,
- libghc-unordered-containers-dev,
- libghc-vector-dev,
 Build-Depends-Indep: ghc-doc,
  libghc-aeson-doc,
  libghc-base16-bytestring-doc,
@@ -69,7 +48,7 @@ Build-Depends-Indep: ghc-doc,
  libghc-tagged-doc,
  libghc-unordered-containers-doc,
  libghc-vector-doc,
-Standards-Version: 4.4.0
+Standards-Version: 4.5.0
 Homepage: https://github.com/phadej/binary-tagged#readme
 Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-binary-tagged
 Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-binary-tagged]


=====================================
p/haskell-binary-tagged/debian/patches/newer-deps
=====================================
@@ -0,0 +1,56 @@
+Index: b/binary-tagged.cabal
+===================================================================
+--- a/binary-tagged.cabal
++++ b/binary-tagged.cabal
+@@ -1,6 +1,7 @@
+ cabal-version:      >=1.10
+ name:               binary-tagged
+ version:            0.2
++x-revision:         1
+ synopsis:           Tagged binary serialisation.
+ category:           Data
+ description:
+@@ -53,10 +54,15 @@ license:            BSD3
+ license-file:       LICENSE
+ build-type:         Simple
+ tested-with:
+-  GHC ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1
++  GHC ==7.8.4
++   || ==7.10.3
++   || ==8.0.2
++   || ==8.2.2
++   || ==8.4.4
++   || ==8.6.5
++   || ==8.8.1
+ 
+-extra-source-files:
+-  CHANGELOG.md
++extra-source-files: CHANGELOG.md
+ 
+ source-repository head
+   type:     git
+@@ -69,12 +75,12 @@ library
+   -- Libraries bundled with GHC
+   build-depends:
+       array       >=0.5.0.0  && <0.6
+-    , base        >=4.7.0.2  && <4.13
++    , base        >=4.7.0.2  && <4.14
+     , binary      >=0.7.1.0  && <0.10
+     , bytestring  >=0.10.4.0 && <0.11
+     , containers  >=0.5.5.1  && <0.7
+     , text        >=1.2.3.0  && <1.3
+-    , time        >=1.4.2    && <1.9
++    , time        >=1.4.2    && <1.10
+ 
+   -- other dependencies
+   build-depends:
+@@ -119,8 +125,8 @@ test-suite binary-tagged-test
+     , scientific
+     , tagged
+     , tasty
+-    , tasty-quickcheck
+     , tasty-hunit
++    , tasty-quickcheck
+     , text
+     , time
+     , unordered-containers


=====================================
p/haskell-binary-tagged/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps


=====================================
p/haskell-binary-tagged/debian/rules
=====================================
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+# Disable testsuite, which depends on missing binary-instances
+DEB_ENABLE_TESTS = no
 DEB_CABAL_PACKAGE = binary-tagged
 DEB_DEFAULT_COMPILER = ghc
 



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/78c7c4459bf0ec2f3d575006f6e922ae43774f6d
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/20200629/16e4b0f7/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list