[Git][haskell-team/DHG_packages][master] nonce: Patch for newer dependencies
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Tue Jul 19 11:01:45 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
3d3dd642 by Ilias Tsitsimpis at 2022-07-19T13:00:46+03:00
nonce: Patch for newer dependencies
- - - - -
4 changed files:
- p/haskell-nonce/debian/changelog
- p/haskell-nonce/debian/control
- + p/haskell-nonce/debian/patches/newer-deps
- + p/haskell-nonce/debian/patches/series
Changes:
=====================================
p/haskell-nonce/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-nonce (1.0.7-5) UNRELEASED; urgency=medium
+haskell-nonce (1.0.7-5) 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:32:49 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 19 Jul 2022 12:55:29 +0300
haskell-nonce (1.0.7-4) unstable; urgency=medium
=====================================
p/haskell-nonce/debian/control
=====================================
@@ -11,7 +11,7 @@ Build-Depends:
ghc (>= 8.4.3),
ghc-prof,
haskell-devscripts (>= 0.13),
- libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (<< 1.3),
libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-prof,
libghc-entropy-dev (>= 0.3.7),
@@ -55,9 +55,9 @@ Conflicts:
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
Package: libghc-nonce-prof
Architecture: any
@@ -73,9 +73,9 @@ Conflicts:
Provides:
${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
Package: libghc-nonce-doc
Architecture: all
@@ -90,6 +90,6 @@ Suggests:
Conflicts:
${haskell:Conflicts},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
- ${haskell:LongDescription}
- .
- ${haskell:Blurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-nonce/debian/patches/newer-deps
=====================================
@@ -0,0 +1,20 @@
+Index: b/nonce.cabal
+===================================================================
+--- a/nonce.cabal
++++ b/nonce.cabal
+@@ -1,5 +1,6 @@
+ name: nonce
+ version: 1.0.7
++x-revision: 2
+ synopsis: Generate cryptographic nonces.
+ homepage: https://github.com/prowdsponsor/nonce
+ license: BSD3
+@@ -29,7 +30,7 @@ library
+ Crypto.Nonce
+ build-depends:
+ base >= 4.5 && < 5
+- , base64-bytestring == 1.0.*
++ , base64-bytestring >= 1.0 && < 1.3
+ , bytestring >= 0.9
+ , text >= 0.9
+ , transformers >= 0.2
=====================================
p/haskell-nonce/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3d3dd6429014fc3054eeae57782d4e7c4aad7878
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/3d3dd6429014fc3054eeae57782d4e7c4aad7878
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/e2051bfc/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list