[Git][haskell-team/DHG_packages][master] dns: fix patch
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Oct 17 18:32:14 BST 2023
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
9c15aa26 by Clint Adams at 2023-10-17T13:31:45-04:00
dns: fix patch
- - - - -
3 changed files:
- p/haskell-dns/debian/changelog
- p/haskell-dns/debian/control
- p/haskell-dns/debian/patches/remove-internal-lib
Changes:
=====================================
p/haskell-dns/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-dns (4.1.1-2) unstable; urgency=medium
+
+ * Fix missing B-D on case-insensitive.
+
+ -- Clint Adams <clint at debian.org> Tue, 17 Oct 2023 13:30:22 -0400
+
haskell-dns (4.1.1-1) unstable; urgency=medium
[ Ilias Tsitsimpis ]
=====================================
p/haskell-dns/debian/control
=====================================
@@ -21,6 +21,8 @@ Build-Depends:
libghc-base16-bytestring-prof,
libghc-base64-bytestring-dev,
libghc-base64-bytestring-prof,
+ libghc-case-insensitive-dev,
+ libghc-case-insensitive-prof,
libghc-cryptonite-dev,
libghc-cryptonite-prof,
libghc-hourglass-dev,
@@ -37,6 +39,7 @@ Build-Depends-Indep: ghc-doc,
libghc-auto-update-doc,
libghc-base16-bytestring-doc,
libghc-base64-bytestring-doc,
+ libghc-case-insensitive-doc,
libghc-cryptonite-doc,
libghc-hourglass-doc,
libghc-iproute-doc,
=====================================
p/haskell-dns/debian/patches/remove-internal-lib
=====================================
@@ -70,7 +70,15 @@ Author: Ilias Tsitsimpis <iliastsi at debian.org>
, array
, async
, attoparsec
-@@ -94,7 +70,6 @@ Test-Suite network-tests
+@@ -77,6 +53,7 @@ Library
+ , base16-bytestring
+ , base64-bytestring
+ , bytestring
++ , case-insensitive
+ , containers
+ , cryptonite
+ , hourglass
+@@ -94,7 +71,6 @@ Test-Suite network-tests
Other-Modules: LookupSpec
IOSpec
Build-Depends: dns
@@ -78,7 +86,7 @@ Author: Ilias Tsitsimpis <iliastsi at debian.org>
, base
, hspec
, network
-@@ -110,7 +85,6 @@ Test-Suite spec-tests
+@@ -110,7 +86,6 @@ Test-Suite spec-tests
DecodeSpec
RoundTripSpec
Build-Depends: dns
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9c15aa26a8b8cac236229838f0336656a818fe05
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/9c15aa26a8b8cac236229838f0336656a818fe05
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/20231017/5db13fd1/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list