[Git][haskell-team/DHG_packages][master] 3 commits: glirc: Upgrading from 2.39.0.1 to 2.40.1

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Sun Oct 13 17:28:15 BST 2024



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


Commits:
2cd79638 by Ilias Tsitsimpis at 2024-10-13T19:14:07+03:00
glirc: Upgrading from 2.39.0.1 to 2.40.1

- - - - -
fa4bdbca by Ilias Tsitsimpis at 2024-10-13T19:22:43+03:00
gtk-sni-tray: Sourceful upload for GHC 9.6

- - - - -
45de009a by Ilias Tsitsimpis at 2024-10-13T19:22:44+03:00
termonad: Sourceful upload for GHC 9.6

- - - - -


8 changed files:

- p/glirc/debian/changelog
- p/glirc/debian/control
- − p/glirc/debian/patches/lts-19
- − p/glirc/debian/patches/series
- p/haskell-gtk-sni-tray/debian/changelog
- p/haskell-gtk-sni-tray/debian/control
- p/haskell-termonad/debian/changelog
- p/haskell-termonad/debian/control


Changes:

=====================================
p/glirc/debian/changelog
=====================================
@@ -1,9 +1,9 @@
-glirc (2.39.0.1-2) UNRELEASED; urgency=medium
+glirc (2.40.1-1) unstable; urgency=medium
 
-  * Declare compliance with Debian policy 4.6.2
   * Declare compliance with Debian policy 4.7.0
+  * New upstream release (Closes: #1054966)
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 27 Aug 2023 12:33:23 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 13 Oct 2024 19:12:04 +0300
 
 glirc (2.39.0.1-1) unstable; urgency=medium
 


=====================================
p/glirc/debian/control
=====================================
@@ -16,25 +16,26 @@ Build-Depends: debhelper (>= 10),
  libghc-attoparsec-dev (<< 0.15),
  libghc-base64-bytestring-dev (>= 1.0.0.1),
  libghc-base64-bytestring-dev (<< 1.3),
- libghc-config-schema-dev,
+ libghc-config-schema-dev (>= 1.3.0.0),
+ libghc-config-schema-dev (<< 1.4),
  libghc-config-value-dev (>= 0.8),
  libghc-config-value-dev (<< 0.9),
  libghc-curve25519-dev (>= 0.2.5),
  libghc-curve25519-dev (<< 0.3),
  libghc-free-dev (>= 4.12),
- libghc-free-dev (<< 5.2),
+ libghc-free-dev (<< 5.3),
  libghc-githash-dev (>= 0.1.6),
  libghc-githash-dev (<< 0.2),
  libghc-hashable-dev (>= 1.2.4),
  libghc-hashable-dev (<< 1.5),
- libghc-hookup-dev (>= 0.7),
- libghc-hookup-dev (<< 0.8),
- libghc-irc-core-dev (>= 2.11),
- libghc-irc-core-dev (<< 2.12),
+ libghc-hookup-dev (>= 0.8),
+ libghc-hookup-dev (<< 0.9),
+ libghc-irc-core-dev (>= 2.12),
+ libghc-irc-core-dev (<< 2.13),
  libghc-kan-extensions-dev (>= 5.0),
  libghc-kan-extensions-dev (<< 5.3),
  libghc-lens-dev (>= 4.14),
- libghc-lens-dev (<< 5.2),
+ libghc-lens-dev (<< 5.3),
  libghc-network-dev (>= 2.6.2),
  libghc-network-dev (<< 3.2),
  libghc-psqueues-dev (>= 0.2.7),
@@ -43,16 +44,22 @@ Build-Depends: debhelper (>= 10),
  libghc-random-dev (<< 1.3),
  libghc-regex-tdfa-dev (>= 1.3.1),
  libghc-regex-tdfa-dev (<< 1.4),
+ libghc-semigroupoids-dev (>= 5.1),
+ libghc-semigroupoids-dev (<< 6.1),
  libghc-split-dev (>= 0.2),
  libghc-split-dev (<< 0.3),
+ libghc-typed-process-dev (>= 0.2.10),
+ libghc-typed-process-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.2.11),
  libghc-unordered-containers-dev (<< 0.3),
  libghc-vector-dev (>= 0.11),
- libghc-vector-dev (<< 0.13),
- libghc-vty-dev (>= 5.33),
- libghc-vty-dev (<< 5.36),
+ libghc-vector-dev (<< 0.14),
+ libghc-vty-dev (>= 6.1),
+ libghc-vty-dev (<< 6.2),
  libghc-lens-dev,
  libghc-vty-dev,
+ libghc-vty-unix-dev (>= 0.2.0.0),
+ libghc-vty-unix-dev (<< 0.3),
  libghc-hunit-dev (>= 1.6),
  libghc-hunit-dev (<< 1.7),
 Standards-Version: 4.7.0


=====================================
p/glirc/debian/patches/lts-19 deleted
=====================================
@@ -1,59 +0,0 @@
-Index: b/glirc.cabal
-===================================================================
---- a/glirc.cabal
-+++ b/glirc.cabal
-@@ -160,7 +160,7 @@ library
-     attoparsec           ^>=0.14,
-     base64-bytestring    >=1.0.0.1&& <1.3,
-     bytestring           >=0.10.8 && <0.12,
--    config-schema        ^>=1.2.1.0,
-+    config-schema,
-     config-value         ^>=0.8,
-     containers           >=0.5.7  && <0.7,
-     curve25519           ^>=0.2.5,
-@@ -187,7 +187,7 @@ library
-     unix                 >=2.7    && <2.8,
-     unordered-containers >=0.2.11 && <0.3,
-     vector               >=0.11   && <0.13,
--    vty                  >=5.35   && <5.36,
-+    vty                  >=5.33   && <5.36,
- 
- test-suite test
-   type:                exitcode-stdio-1.0
-Index: b/src/Client/View/Palette.hs
-===================================================================
---- a/src/Client/View/Palette.hs
-+++ b/src/Client/View/Palette.hs
-@@ -87,7 +87,6 @@ isLight (Color240 c) =
-   case color240CodeToRGB c of
-     Just (r, g, b) -> (r `max` g `max` b) > 200
-     Nothing        -> True
--isLight (RGBColor r g b) = (r `max` g `max` b) > 200
- 
- 
- isoColors :: [Image']
-Index: b/src/Client/EventLoop.hs
-===================================================================
---- a/src/Client/EventLoop.hs
-+++ b/src/Client/EventLoop.hs
-@@ -66,7 +66,7 @@ import           Hookup (ConnectionFailu
- 
- -- | Sum of the five possible event types the event loop handles
- data ClientEvent
--  = VtyEvent InternalEvent -- ^ Key presses and resizing
-+  = VtyEvent Event -- ^ Key presses and resizing
-   | NetworkEvents (NonEmpty (Text, NetworkEvent)) -- ^ Incoming network events
-   | TimerEvent Text TimedAction      -- ^ Timed action and the applicable network
-   | ExtTimerEvent Int                     -- ^ extension ID
-@@ -149,10 +149,8 @@ eventLoop vty st =
-          eventLoop vty =<< clientThreadJoin i result st'
-        TimerEvent networkId action ->
-          eventLoop vty =<< doTimerEvent networkId action st'
--       VtyEvent (InputEvent vtyEvent) ->
-+       VtyEvent vtyEvent ->
-          traverse_ (eventLoop vty) =<< doVtyEvent vty vtyEvent st'
--       VtyEvent ResumeAfterSignal ->
--         eventLoop vty =<< updateTerminalSize vty st
-        NetworkEvents networkEvents ->
-          eventLoop vty =<< foldM doNetworkEvent st' networkEvents
- 


=====================================
p/glirc/debian/patches/series deleted
=====================================
@@ -1 +0,0 @@
-lts-19


=====================================
p/haskell-gtk-sni-tray/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-gtk-sni-tray (0.1.8.1-3) UNRELEASED; urgency=medium
+haskell-gtk-sni-tray (0.1.8.1-3) unstable; urgency=medium
 
   * Declare compliance with Debian policy 4.7.0
+  * Sourceful upload for GHC 9.6
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Wed, 11 Sep 2024 15:17:29 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 13 Oct 2024 19:22:43 +0300
 
 haskell-gtk-sni-tray (0.1.8.1-2) unstable; urgency=medium
 


=====================================
p/haskell-gtk-sni-tray/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.6),
  ghc-prof,
  libghc-dbus-dev (>= 1.0.0),
  libghc-dbus-dev (<< 2.0.0),


=====================================
p/haskell-termonad/debian/changelog
=====================================
@@ -1,4 +1,4 @@
-haskell-termonad (4.5.0.0-2) UNRELEASED; urgency=medium
+haskell-termonad (4.5.0.0-2) unstable; urgency=medium
 
   [ wuruilong <wuruilong at loongson.cn> ]
   * add support for loong64 (Closes: #1069765)
@@ -8,8 +8,9 @@ haskell-termonad (4.5.0.0-2) UNRELEASED; urgency=medium
 
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.7.0
+  * Sourceful upload for GHC 9.6
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Tue, 13 Aug 2024 14:58:39 +0200
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Sun, 13 Oct 2024 19:22:43 +0300
 
 haskell-termonad (4.5.0.0-1) unstable; urgency=medium
 


=====================================
p/haskell-termonad/debian/control
=====================================
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 10),
  haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
  cdbs,
- ghc,
+ ghc (>= 9.6),
  ghc-prof,
  libghc-quickcheck2-dev,
  libghc-quickcheck2-prof,



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/fef8b84acbdf65b139ceaf224fb29c020489ffc7...45de009a8f6d6c089933e1c215b6193cf2dd387b

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/fef8b84acbdf65b139ceaf224fb29c020489ffc7...45de009a8f6d6c089933e1c215b6193cf2dd387b
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/20241013/cf685b3c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list