[Git][haskell-team/DHG_packages][master] bzlib: Patch for newer dependencies

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Jul 2 17:43:59 BST 2022



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


Commits:
46e21e76 by Ilias Tsitsimpis at 2022-07-02T19:42:50+03:00
bzlib: Patch for newer dependencies

- - - - -


3 changed files:

- p/haskell-bzlib/debian/changelog
- + p/haskell-bzlib/debian/patches/newer-deps
- + p/haskell-bzlib/debian/patches/series


Changes:

=====================================
p/haskell-bzlib/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-bzlib (0.5.1.0-2) UNRELEASED; urgency=medium
+haskell-bzlib (0.5.1.0-2) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies (Closes: #1013459)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:06 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 02 Jul 2022 19:40:11 +0300
 
 haskell-bzlib (0.5.1.0-1) unstable; urgency=medium
 


=====================================
p/haskell-bzlib/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+Index: b/bzlib.cabal
+===================================================================
+--- a/bzlib.cabal
++++ b/bzlib.cabal
+@@ -1,5 +1,6 @@
+ name:            bzlib
+ version:         0.5.1.0
++x-revision: 1
+ copyright:       (c) 2006-2015 Duncan Coutts
+ license:         BSD3
+ license-file:    LICENSE
+@@ -38,7 +39,7 @@ library
+                    Codec.Compression.BZip.Internal
+   other-modules:   Codec.Compression.BZip.Stream
+   default-extensions: CPP, ForeignFunctionInterface
+-  build-depends:   base >= 4.3 && < 4.15,
++  build-depends:   base >= 4.3 && < 4.16,
+                    bytestring == 0.9.* || == 0.10.*
+   if !impl(ghc >=8.0)
+     build-depends: fail ==4.9.*


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/46e21e76a5fdf76c1d97615192e55837bda6a366
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/20220702/15e6a29e/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list