[Git][haskell-team/DHG_packages][master] lzma: Add missing dependency on liblzma-dev

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 19 14:30:02 BST 2022



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


Commits:
fa89d44a by Ilias Tsitsimpis at 2022-07-19T16:28:48+03:00
lzma: Add missing dependency on liblzma-dev

- - - - -


3 changed files:

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


Changes:

=====================================
p/haskell-lzma/debian/changelog
=====================================
@@ -1,8 +1,10 @@
-haskell-lzma (0.0.0.3-6) UNRELEASED; urgency=medium
+haskell-lzma (0.0.0.3-6) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Add missing dependency on liblzma-dev (Closes: #1003813)
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:32:41 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 19 Jul 2022 16:25:22 +0300
 
 haskell-lzma (0.0.0.3-5) unstable; urgency=medium
 


=====================================
p/haskell-lzma/debian/control
=====================================
@@ -13,10 +13,10 @@ Build-Depends: debhelper (>= 10),
  libghc-hunit-dev (<< 1.7),
  libghc-hunit-prof,
  libghc-quickcheck2-dev (>= 2.8),
- libghc-quickcheck2-dev (<< 2.14),
+ libghc-quickcheck2-dev (<< 2.15),
  libghc-quickcheck2-prof,
  libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 1.3),
+ libghc-tasty-dev (<< 1.5),
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.9),
  libghc-tasty-hunit-dev (<< 0.11),
@@ -38,6 +38,7 @@ Architecture: any
 Depends: ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
+ liblzma-dev,
 Recommends: ${haskell:Recommends},
 Suggests: ${haskell:Suggests},
 Conflicts: ${haskell:Conflicts},


=====================================
p/haskell-lzma/debian/patches/newer-deps
=====================================
@@ -1,25 +1,27 @@
+Index: b/lzma.cabal
+===================================================================
 --- a/lzma.cabal
 +++ b/lzma.cabal
 @@ -1,5 +1,8 @@
 +cabal-version:       >=1.10
  name:                lzma
  version:             0.0.0.3
-+x-revision:          5
++x-revision:          7
 +
  synopsis:            LZMA/XZ compression and decompression
  homepage:            https://github.com/hvr/lzma
  bug-reports:         https://github.com/hvr/lzma/issues
-@@ -11,8 +14,7 @@
+@@ -11,8 +14,7 @@ copyright:           (c) 2015, Herbert V
  stability:           experimental
  category:            Codec, Compression
  build-type:          Simple
 -cabal-version:       >=1.10
 -tested-with:         GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2
-+tested-with:         GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.1, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1
++tested-with:         GHC ==7.4.2, GHC ==7.6.3, GHC ==7.8.4, GHC ==7.10.3, GHC ==8.0.2, GHC ==8.2.2, GHC ==8.4.4, GHC==8.6.5, GHC==8.8.4, GHC==8.10.7, GHC==9.0.1, GHC==9.2.1
  description:
      This package provides a pure interface for compressing and
      decompressing
-@@ -28,6 +30,8 @@
+@@ -28,6 +30,8 @@ description:
      .
        * </package/pipes-lzma pipes-lzma> (for </package/pipes pipes>)
      .
@@ -28,16 +30,18 @@
  
  extra-source-files:
    Changelog.md
-@@ -44,7 +48,7 @@
+@@ -44,8 +48,8 @@ library
    exposed-modules:     Codec.Compression.Lzma
    other-modules:       LibLzma
  
 -  build-depends:       base       >=4.5    && <4.10
-+  build-depends:       base       >=4.5    && <4.15
-                      , bytestring >=0.9.2  && <0.11
+-                     , bytestring >=0.9.2  && <0.11
++  build-depends:       base       >=4.5    && <4.17
++                     , bytestring >=0.9.2  && <0.12
  
    if os(windows)
-@@ -70,10 +74,10 @@
+     build-depends:     lzma-clib
+@@ -70,10 +74,10 @@ test-suite lzma-tests
                       , base
                       , bytestring
    -- additional dependencies that require version bounds
@@ -47,8 +51,8 @@
 -                     , tasty-hunit                == 0.9.*
 -                     , tasty-quickcheck           >= 0.8.3.2  && < 0.9
 +  build-depends:       HUnit                      >= 1.2      && <1.7
-+                     , QuickCheck                 >= 2.8      && <2.14
-+                     , tasty                      >= 0.10     && <1.3
++                     , QuickCheck                 >= 2.8      && <2.15
++                     , tasty                      >= 0.10     && <1.5
 +                     , tasty-hunit                >= 0.9      && <0.11
 +                     , tasty-quickcheck           >= 0.8.3.2  && <0.11
  



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/fa89d44a8e4a50ae53cfe105b55e1a1c84b4cdaf
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/20220719/0e02c699/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list