[Git][haskell-team/DHG_packages][master] lzma: Upgrading from 0.0.1.0 to 0.0.1.1
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Sep 22 11:21:17 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
87d7e251 by Ilias Tsitsimpis at 2024-09-22T13:20:08+03:00
lzma: Upgrading from 0.0.1.0 to 0.0.1.1
- - - - -
4 changed files:
- p/haskell-lzma/debian/changelog
- p/haskell-lzma/debian/control
- + p/haskell-lzma/debian/patches/relax-tasty
- + p/haskell-lzma/debian/patches/series
Changes:
=====================================
p/haskell-lzma/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-lzma (0.0.1.0-2) UNRELEASED; urgency=medium
+haskell-lzma (0.0.1.1-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:17:50 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 22 Sep 2024 13:12:45 +0300
haskell-lzma (0.0.1.0-1) unstable; urgency=medium
=====================================
p/haskell-lzma/debian/control
=====================================
@@ -10,19 +10,16 @@ Build-Depends: debhelper (>= 10),
ghc-prof,
pkg-config,
liblzma-dev,
- libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.7),
- libghc-hunit-prof,
- libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.15),
+ libghc-quickcheck2-dev (>= 2.14.1),
+ libghc-quickcheck2-dev (<< 2.16),
libghc-quickcheck2-prof,
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.5),
+ libghc-tasty-dev (>= 1.4),
+ libghc-tasty-dev (<< 1.6),
libghc-tasty-prof,
- libghc-tasty-hunit-dev (>= 0.9),
+ libghc-tasty-hunit-dev (>= 0.10.1),
libghc-tasty-hunit-dev (<< 0.11),
libghc-tasty-hunit-prof,
- libghc-tasty-quickcheck-dev (>= 0.8.3.2),
+ libghc-tasty-quickcheck-dev (>= 0.10.2),
libghc-tasty-quickcheck-dev (<< 0.11),
libghc-tasty-quickcheck-prof,
Build-Depends-Indep: ghc-doc,
=====================================
p/haskell-lzma/debian/patches/relax-tasty
=====================================
@@ -0,0 +1,15 @@
+Index: b/lzma.cabal
+===================================================================
+--- a/lzma.cabal
++++ b/lzma.cabal
+@@ -96,8 +96,8 @@ test-suite lzma-tests
+ -- additional dependencies that require version bounds
+ build-depends:
+ , QuickCheck ^>=2.14.1 || ^>=2.15.0.1
+- , tasty ^>=1.5
++ , tasty >=1.4 && <1.6
+ , tasty-hunit ^>=0.10.1
+- , tasty-quickcheck ^>=0.10.3
++ , tasty-quickcheck ^>=0.10.2
+
+ ghc-options: -Wall -threaded
=====================================
p/haskell-lzma/debian/patches/series
=====================================
@@ -0,0 +1 @@
+relax-tasty
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/87d7e2515358beaac7018c509db410874d5aacb3
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/87d7e2515358beaac7018c509db410874d5aacb3
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/20240922/1dd24fba/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list