[Git][haskell-team/DHG_packages][master] xmonad-extras: patch for newer deps
Clint Adams (@clint)
gitlab at salsa.debian.org
Tue Feb 17 13:56:35 GMT 2026
Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
78de78a9 by Clint Adams at 2026-02-17T08:56:15-05:00
xmonad-extras: patch for newer deps
- - - - -
4 changed files:
- p/xmonad-extras/debian/changelog
- p/xmonad-extras/debian/control
- + p/xmonad-extras/debian/patches/newer-deps
- + p/xmonad-extras/debian/patches/series
Changes:
=====================================
p/xmonad-extras/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-xmonad-extras (0.17.2-2) UNRELEASED; urgency=medium
+xmonad-extras (0.17.2-2) unstable; urgency=medium
+ [ Scott Talbert ]
* Build using dh-haskell
- -- Scott Talbert <swt at techie.net> Sun, 09 Nov 2025 21:11:13 -0500
+ [ Clint Adams ]
+ * Patch for newer dependencies. closes: #1127965.
+
+ -- Clint Adams <clint at debian.org> Tue, 17 Feb 2026 08:47:15 -0500
xmonad-extras (0.17.2-1) unstable; urgency=medium
=====================================
p/xmonad-extras/debian/control
=====================================
@@ -15,7 +15,7 @@ Build-Depends: debhelper-compat (= 13),
libghc-alsa-mixer-dev (>= 0.3),
libghc-alsa-mixer-prof,
libghc-dbus-dev (>= 1.2),
- libghc-dbus-dev (<< 1.4),
+ libghc-dbus-dev (<< 1.5),
libghc-dbus-prof,
libghc-hint-dev (>= 0.3.3.3),
libghc-hint-dev (<< 0.10),
=====================================
p/xmonad-extras/debian/patches/newer-deps
=====================================
@@ -0,0 +1,29 @@
+--- a/xmonad-extras.cabal
++++ b/xmonad-extras.cabal
+@@ -64,7 +64,7 @@ library
+ -- XMonad.Hooks.EvalServer
+
+ if flag(with_mpd)
+- build-depends: libmpd >= 0.9, bytestring >= 0.9 && < 0.12
++ build-depends: libmpd >= 0.9, bytestring >= 0.9 && < 0.13
+ exposed-modules: XMonad.Prompt.MPD
+
+ if flag(with_regex_posix)
+@@ -72,7 +72,7 @@ library
+ exposed-modules: XMonad.Util.WindowPropertiesRE
+
+ if flag(with_brightness)
+- build-depends: bytestring >= 0.9 && < 0.12
++ build-depends: bytestring >= 0.9 && < 0.13
+ exposed-modules: XMonad.Util.Brightness
+
+ if flag(with_template_haskell) && flag(with_hlist)
+@@ -86,7 +86,7 @@ library
+ other-modules: XMonad.Config.Alt.Types
+
+ if flag(with_dbus)
+- build-depends: dbus >= 1.2 && < 1.4
++ build-depends: dbus >= 1.2 && < 1.5
+ exposed-modules: XMonad.Actions.Invert
+
+ exposed-modules: XMonad.Hooks.PerWindowKbdLayout
=====================================
p/xmonad-extras/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/78de78a925363faa0cf92bcace3512d0418d7a87
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/78de78a925363faa0cf92bcace3512d0418d7a87
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/20260217/07d7875f/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list