[Git][haskell-team/DHG_packages][master] uuid: tweaks

Clint Adams gitlab at salsa.debian.org
Sat Apr 14 16:55:00 BST 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
e3418f6b by Clint Adams at 2018-04-14T11:54:28-04:00
uuid: tweaks

- - - - -


5 changed files:

- p/haskell-uuid/debian/changelog
- p/haskell-uuid/debian/control
- p/haskell-uuid/debian/patches/newer-time → p/haskell-uuid/debian/patches/newer-deps
- p/haskell-uuid/debian/patches/series
- p/haskell-uuid/debian/rules


Changes:

=====================================
p/haskell-uuid/debian/changelog
=====================================
--- a/p/haskell-uuid/debian/changelog
+++ b/p/haskell-uuid/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid (1.3.13-4) unstable; urgency=medium
+
+  * Patch for newer test deps, re-enable testsuite.
+
+ -- Clint Adams <clint at debian.org>  Sat, 14 Apr 2018 11:53:50 -0400
+
 haskell-uuid (1.3.13-3) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-uuid/debian/control
=====================================
--- a/p/haskell-uuid/debian/control
+++ b/p/haskell-uuid/debian/control
@@ -23,15 +23,13 @@ Build-Depends:
  libghc-network-info-dev (<< 0.3),
  libghc-network-info-prof,
  libghc-quickcheck2-dev (>= 2.4),
- libghc-quickcheck2-dev (<< 2.10),
+ libghc-quickcheck2-dev (<< 2.12),
  libghc-random-dev (<< 1.2),
  libghc-random-dev (>= 1.0.1),
  libghc-random-prof,
- libghc-tasty-dev (<< 0.12),
+ libghc-hunit-dev (>= 1.2),
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-hunit-dev (<< 0.10),
  libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-quickcheck-dev (<< 0.9),
  libghc-tasty-quickcheck-dev (>= 0.8),
  libghc-text-dev (<< 1.3),
  libghc-text-dev (>= 1),


=====================================
p/haskell-uuid/debian/patches/newer-time → p/haskell-uuid/debian/patches/newer-deps
=====================================
--- a/p/haskell-uuid/debian/patches/newer-time
+++ b/p/haskell-uuid/debian/patches/newer-deps
@@ -9,3 +9,21 @@
                         text            >= 1        && < 1.3,
                         uuid-types      >= 1.0.2    && < 2
  
+@@ -69,12 +69,12 @@
+     Build-Depends:     uuid
+     Build-Depends:     base             >= 4.3   && < 5,
+                        bytestring       >= 0.9   && < 0.11,
+-                       HUnit            >= 1.2   && < 1.4,
+-                       QuickCheck       >= 2.4   && < 2.10,
++                       HUnit            >= 1.2   && < 1.7,
++                       QuickCheck       >= 2.4   && < 2.12,
+                        random           >= 1.0.1 && < 1.2,
+-                       tasty            >= 0.10  && < 0.12,
+-                       tasty-hunit      == 0.9.*,
+-                       tasty-quickcheck == 0.8.*
++                       tasty            >= 0.10,
++                       tasty-hunit      >= 0.9,
++                       tasty-quickcheck >= 0.8
+ 
+ benchmark benchmark
+     Type:              exitcode-stdio-1.0


=====================================
p/haskell-uuid/debian/patches/series
=====================================
--- a/p/haskell-uuid/debian/patches/series
+++ b/p/haskell-uuid/debian/patches/series
@@ -1 +1 @@
-newer-time
+newer-deps


=====================================
p/haskell-uuid/debian/rules
=====================================
--- a/p/haskell-uuid/debian/rules
+++ b/p/haskell-uuid/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+DEB_ENABLE_TESTS = yes
+
 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/e3418f6be0d05bbdb93d11f21484fb08d56b0c4c

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e3418f6be0d05bbdb93d11f21484fb08d56b0c4c
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/20180414/049cc176/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list