[Git][haskell-team/DHG_packages][master] hslogger: Sourceful upload for GHC 9.0.2
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sun Jul 3 14:05:13 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
722b9cf0 by Ilias Tsitsimpis at 2022-07-03T16:03:41+03:00
hslogger: Sourceful upload for GHC 9.0.2
- - - - -
3 changed files:
- p/hslogger/debian/changelog
- + p/hslogger/debian/patches/newer-deps
- + p/hslogger/debian/patches/series
Changes:
=====================================
p/hslogger/debian/changelog
=====================================
@@ -1,8 +1,10 @@
-hslogger (1.3.1.0-2) UNRELEASED; urgency=medium
+hslogger (1.3.1.0+dfsg-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.6.1
+ * Patch for newer dependencies
+ * Use the right repack version number
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:33:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 03 Jul 2022 15:57:15 +0300
hslogger (1.3.1.0-1) unstable; urgency=medium
=====================================
p/hslogger/debian/patches/newer-deps
=====================================
@@ -0,0 +1,27 @@
+Index: b/hslogger.cabal
+===================================================================
+--- a/hslogger.cabal
++++ b/hslogger.cabal
+@@ -2,6 +2,7 @@ cabal-version: 1.12
+ build-type: Simple
+ name: hslogger
+ version: 1.3.1.0
++x-revision: 5
+
+ maintainer: hvr at gnu.org
+ author: John Goerzen
+@@ -64,11 +65,11 @@ library
+ other-extensions: CPP ExistentialQuantification DeriveDataTypeable
+
+ build-depends:
+- base >= 4.3 && < 4.14
+- , bytestring >= 0.9 && < 0.11
++ base >= 4.3 && < 4.17
++ , bytestring >= 0.9 && < 0.12
+ , containers >= 0.4 && < 0.7
+ , deepseq >= 1.1 && < 1.5
+- , time >= 1.2 && < 1.10
++ , time >= 1.2 && < 1.13
+ , old-locale >= 1.0 && < 1.1
+
+ if flag(network--GT-3_0_0)
=====================================
p/hslogger/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/722b9cf0d9f8050373f53c56e982f45fd382290c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/722b9cf0d9f8050373f53c56e982f45fd382290c
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/20220703/2e14a839/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list