[Git][haskell-team/DHG_packages][master] 3 commits: xmobar: move maintenance under DHG

Apollon Oikonomopoulos gitlab at salsa.debian.org
Thu Oct 29 09:38:40 GMT 2020



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


Commits:
dee3148d by Apollon Oikonomopoulos at 2020-10-29T11:14:25+02:00
xmobar: move maintenance under DHG

Change Maintainer to DHG, move myself to Uploaders and point Vcs-*
fields to the DHG_packages repository.

- - - - -
9282f8cb by Apollon Oikonomopoulos at 2020-10-29T11:18:27+02:00
xmobar: enable ALSA support

Thanks to William Wilhelm! This is an MR opened against the original
xmobar repository[1].

[1] https://salsa.debian.org/debian/xmobar/-/merge_requests/1/

- - - - -
5289647a by Apollon Oikonomopoulos at 2020-10-29T11:22:14+02:00
xmobar: release 0.36-2

- - - - -


3 changed files:

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


Changes:

=====================================
p/xmobar/debian/changelog
=====================================
@@ -1,3 +1,13 @@
+xmobar (0.36-2) unstable; urgency=medium
+
+  * Move maintenance under DHG
+    + Move myself to Uploaders
+    + Point Vcs-* to the DHG_packages repository
+  * Enable ALSA support; thanks to William Wilhelm
+    + B-D on libghc-alsa-core-dev and libghc-alsa-mixer-dev
+
+ -- Apollon Oikonomopoulos <apoikos at debian.org>  Thu, 29 Oct 2020 11:20:33 +0200
+
 xmobar (0.36-1) unstable; urgency=medium
 
   * New upstream version 0.36


=====================================
p/xmobar/debian/control
=====================================
@@ -1,11 +1,14 @@
 Source: xmobar
 Section: x11
 Priority: optional
-Maintainer: Apollon Oikonomopoulos <apoikos at debian.org>
-Uploaders: Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>,
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Apollon Oikonomopoulos <apoikos at debian.org>,
+           Aggelos Avgerinos <evaggelos.avgerinos at gmail.com>,
 Standards-Version: 4.5.0
 Build-Depends: debhelper-compat (=12),
                ghc,
+               libghc-alsa-core-dev (>= 0.5),
+               libghc-alsa-mixer-dev (>= 0.3),
                libghc-dbus-dev [linux-any],
                libghc-extensible-exceptions-dev,
                libghc-hinotify-dev [linux-any],
@@ -21,8 +24,8 @@ Build-Depends: debhelper-compat (=12),
                libghc-x11-xft-dev (>= 0.2),
                libiw-dev [linux-any],
                libxpm-dev,
-Vcs-Browser: https://salsa.debian.org/debian/xmobar
-Vcs-Git: https://salsa.debian.org/debian/xmobar.git
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/xmobar
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/xmobar]
 Homepage: http://projects.haskell.org/xmobar/
 
 Package: xmobar


=====================================
p/xmobar/debian/rules
=====================================
@@ -15,7 +15,7 @@ endif
 CONFIGURE_OPTS = --ghc-options="$(GHC_OPTIONS)"
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-    CONFIGURE_OPTS += --flags="with_xft with_inotify with_iwlib with_mpris with_dbus with_xpm with_uvmeter with_weather"
+    CONFIGURE_OPTS += --flags="with_xft with_inotify with_iwlib with_mpris with_dbus with_xpm with_uvmeter with_weather with_alsa"
 else
     CONFIGURE_OPTS += --flags="with_xft with_xpm"
 endif



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/c972f9fb4559940e79cae9a15f48d236aed988ac...5289647ad754eca3f76556edf14be3ae46279bba

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/c972f9fb4559940e79cae9a15f48d236aed988ac...5289647ad754eca3f76556edf14be3ae46279bba
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/20201029/64d12cef/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list