[Git][haskell-team/DHG_packages][master] xmobar: Disable wireless plugin

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Fri Dec 22 09:06:58 GMT 2023



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


Commits:
31515885 by Ilias Tsitsimpis at 2023-12-22T11:02:43+02:00
xmobar: Disable wireless plugin

- - - - -


3 changed files:

- p/xmobar/debian/changelog
- p/xmobar/debian/control
- p/xmobar/debian/rules


Changes:

=====================================
p/xmobar/debian/changelog
=====================================
@@ -1,12 +1,13 @@
-xmobar (0.46-2) UNRELEASED; urgency=medium
+xmobar (0.46-2) unstable; urgency=medium
 
   [ Jelmer Vernooij ]
   * Add package path in Vcs-Git header.
 
   [ Ilias Tsitsimpis ]
   * Declare compliance with Debian policy 4.6.2
+  * Disable wireless plugin which depends on obsolete libiw-dev (Closes: #1058738)
 
- -- Jelmer Vernooij <jelmer at debian.org>  Thu, 26 Jan 2023 00:02:38 +0000
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 22 Dec 2023 11:01:42 +0200
 
 xmobar (0.46-1) unstable; urgency=medium
 


=====================================
p/xmobar/debian/control
=====================================
@@ -34,8 +34,6 @@ Build-Depends: debhelper (>= 10),
  libghc-x11-xft-dev (>= 0.2),
  libghc-dbus-dev [linux-any],
  libghc-hinotify-dev [linux-any],
- libghc-iwlib-dev (>= 0.1.0) [linux-any],
- libiw-dev [linux-any],
  libxpm-dev,
 Standards-Version: 4.6.2
 Homepage: https://codeberg.org/xmobar/xmobar


=====================================
p/xmobar/debian/rules
=====================================
@@ -9,7 +9,7 @@ ifneq (,$(filter $(DEB_BUILD_ARCH),mips64el s390x alpha ia64 riscv64 sparc64))
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-    DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="with_xft with_inotify with_iwlib with_mpris with_dbus with_xpm with_uvmeter with_weather with_alsa"
+    DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="with_xft with_inotify with_mpris with_dbus with_xpm with_uvmeter with_weather with_alsa"
 else
     DEB_SETUP_GHC_CONFIGURE_ARGS += --flags="with_xft with_xpm"
 endif



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/31515885a80214873527d893f41372d83cb650cb

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/31515885a80214873527d893f41372d83cb650cb
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/20231222/7ce71bf2/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list