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

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sat Oct 21 18:02:39 BST 2023



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


Commits:
376d9255 by Ilias Tsitsimpis at 2023-10-21T20:02:25+03:00
bzlib: Patch for newer dependencies

- - - - -


3 changed files:

- p/haskell-bzlib/debian/changelog
- p/haskell-bzlib/debian/control
- p/haskell-bzlib/debian/patches/newer-deps


Changes:

=====================================
p/haskell-bzlib/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-bzlib (0.5.1.0-3) UNRELEASED; urgency=medium
+haskell-bzlib (0.5.1.0-3) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.2
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:33:31 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sat, 21 Oct 2023 19:59:48 +0300
 
 haskell-bzlib (0.5.1.0-2) unstable; urgency=medium
 


=====================================
p/haskell-bzlib/debian/control
=====================================
@@ -7,7 +7,7 @@ Rules-Requires-Root: no
 Build-Depends: debhelper (>= 10),
  haskell-devscripts (>= 0.13),
  cdbs,
- ghc (>= 8),
+ ghc (>= 9.4),
  ghc-prof,
  libbz2-dev,
 Build-Depends-Indep: ghc-doc,


=====================================
p/haskell-bzlib/debian/patches/newer-deps
=====================================
@@ -5,16 +5,18 @@ Index: b/bzlib.cabal
 @@ -1,5 +1,6 @@
  name:            bzlib
  version:         0.5.1.0
-+x-revision: 1
++x-revision: 2
  copyright:       (c) 2006-2015 Duncan Coutts
  license:         BSD3
  license-file:    LICENSE
-@@ -38,7 +39,7 @@ library
+@@ -38,8 +39,8 @@ 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.*
+-                   bytestring == 0.9.* || == 0.10.*
++  build-depends:   base >= 4.3 && < 4.20,
++                   bytestring >= 0.9 && < 0.13
    if !impl(ghc >=8.0)
      build-depends: fail ==4.9.*
+   includes:        bzlib.h



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/376d925523bc5c3ea456d7f70079d159838193b9
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/20231021/9a65b582/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list