[Git][haskell-team/DHG_packages][master] 3 commits: xmobar: refresh patches

Apollon Oikonomopoulos (@apoikos) gitlab at salsa.debian.org
Mon Jan 9 16:07:48 GMT 2023



Apollon Oikonomopoulos pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
8be4da8c by Apollon Oikonomopoulos at 2023-01-09T17:51:23+02:00
xmobar: refresh patches

- - - - -
0958de39 by Apollon Oikonomopoulos at 2023-01-09T17:51:26+02:00
xmobar: B-D on pango and cairo

xmobar has switched from plain X11/Xft to cairo/pango, so adjust our
build-dependencies accordingly.

- - - - -
92b56026 by Apollon Oikonomopoulos at 2023-01-09T18:06:25+02:00
Release xmobar 0.46-1

- - - - -


3 changed files:

- p/xmobar/debian/changelog
- p/xmobar/debian/control
- p/xmobar/debian/patches/0001-Fix-typo-in-src-Parsers.hs-fix-lintian-warning.patch


Changes:

=====================================
p/xmobar/debian/changelog
=====================================
@@ -1,3 +1,11 @@
+xmobar (0.46-1) unstable; urgency=medium
+
+  * New upstream release
+  * B-D on libghc-pango-dev and libghc-cairo-dev; as of 0.45, xmobar uses
+    pango/cairo for font rendering instead of plain X11/Xft.
+
+ -- Apollon Oikonomopoulos <apoikos at debian.org>  Mon, 09 Jan 2023 17:14:51 +0200
+
 xmobar (0.44.2-1) unstable; urgency=medium
 
   * New upstream release


=====================================
p/xmobar/debian/control
=====================================
@@ -12,6 +12,8 @@ Build-Depends: debhelper (>= 10),
  libghc-x11-dev (>= 1.6.1),
  libghc-aeson-dev (>= 1.4.7.1),
  libghc-async-dev,
+ libghc-cairo-dev,
+ libghc-pango-dev,
  libghc-extensible-exceptions-dev (>= 0.1),
  libghc-extensible-exceptions-dev (<< 0.2),
  libghc-http-client-tls-dev,


=====================================
p/xmobar/debian/patches/0001-Fix-typo-in-src-Parsers.hs-fix-lintian-warning.patch
=====================================
@@ -6,11 +6,9 @@ Subject: Fix typo in src/Parsers.hs (fix lintian warning)
  src/Parsers.hs |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)
 
-Index: b/src/Xmobar/Config/Parse.hs
-===================================================================
 --- a/src/Xmobar/Config/Parse.hs
 +++ b/src/Xmobar/Config/Parse.hs
-@@ -175,7 +175,7 @@ parseConfig defaultConfig =
+@@ -179,7 +179,7 @@
  commandsErr :: String
  commandsErr = "commands: this usually means that a command could not" ++
                "\nbe parsed." ++



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/9e6ac467ce65729409e76508b7b97e8b49888137...92b5602671f79c3afe11cb7a2c20cb2a088034e2

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/9e6ac467ce65729409e76508b7b97e8b49888137...92b5602671f79c3afe11cb7a2c20cb2a088034e2
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/20230109/05ebf31c/attachment-0001.htm>


More information about the Pkg-haskell-commits mailing list