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

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Tue Jul 19 11:12:15 BST 2022



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


Commits:
cacc1a64 by Ilias Tsitsimpis at 2022-07-19T13:10:20+03:00
resolv: Patch for newer dependencies

- - - - -


4 changed files:

- p/haskell-resolv/debian/changelog
- p/haskell-resolv/debian/control
- + p/haskell-resolv/debian/patches/newer-deps
- + p/haskell-resolv/debian/patches/series


Changes:

=====================================
p/haskell-resolv/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-resolv (0.1.2.0-3) UNRELEASED; urgency=medium
+haskell-resolv (0.1.2.0-3) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.6.1
+  * Patch for newer dependencies
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 28 Jun 2022 15:33:01 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 19 Jul 2022 13:04:34 +0300
 
 haskell-resolv (0.1.2.0-2) unstable; urgency=medium
 


=====================================
p/haskell-resolv/debian/control
=====================================
@@ -9,11 +9,9 @@ Build-Depends: debhelper (>= 10),
  cdbs,
  ghc,
  ghc-prof,
- libghc-base16-bytestring-dev (>= 0.1),
- libghc-base16-bytestring-dev (<< 0.2),
+ libghc-base16-bytestring-dev,
  libghc-base16-bytestring-prof,
- libghc-tasty-dev (>= 1.2.3),
- libghc-tasty-dev (<< 1.3),
+ libghc-tasty-dev,
  libghc-tasty-prof,
  libghc-tasty-hunit-dev (>= 0.10.0),
  libghc-tasty-hunit-dev (<< 0.11),


=====================================
p/haskell-resolv/debian/patches/newer-deps
=====================================
@@ -0,0 +1,35 @@
+Index: b/resolv.cabal
+===================================================================
+--- a/resolv.cabal
++++ b/resolv.cabal
+@@ -2,6 +2,7 @@ cabal-version:       2.2
+ 
+ name:                resolv
+ version:             0.1.2.0
++x-revision: 4
+ 
+ synopsis:            Domain Name Service (DNS) lookup via the libresolv standard library routines
+ description: {
+@@ -92,10 +93,10 @@ library
+                      Compat
+ 
+   -- we need binary-0.7.3 for isolate
+-  build-depends:     base               >= 4.5 && <4.15
+-                   , base16-bytestring ^>= 0.1
++  build-depends:     base               >= 4.5 && <4.17
++                   , base16-bytestring ^>= 0.1 || ^>=1.0.0.0
+                    , binary            ^>=0.7.3 || ^>= 0.8
+-                   , bytestring        ^>=0.9.2 || ^>= 0.10
++                   , bytestring        ^>=0.9.2 || ^>= 0.10 || ^>= 0.11
+                    , containers        ^>=0.4.2.1 || ^>= 0.5 || ^>= 0.6
+ 
+   ghc-options:       -Wall
+@@ -113,7 +114,7 @@ test-suite resolv.
+                , bytestring
+ 
+   -- additional dependencies not inherited
+-  build-depends: tasty        ^>= 1.2.3
++  build-depends: tasty
+                , tasty-hunit  ^>= 0.10.0
+                , directory    ^>= 1.1.0 || ^>= 1.2.0 || ^>= 1.3.0
+                , filepath     ^>= 1.3.0 || ^>= 1.4.0


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



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/cacc1a642f5973ea8cd73337dc458cc1c1e16666
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/850c82ed/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list