[Pkg-wmaker-commits] [wmauda] 11/17: Import Debian changes 0.7-4

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jul 7 01:08:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmauda.

commit 1f865e1006579c608de4983701906a9eac4eacfa
Author: Julien BLACHE <jblache at debian.org>
Date:   Tue Nov 17 21:21:23 2009 +0100

    Import Debian changes 0.7-4
    
    wmauda (0.7-4) unstable; urgency=low
    
      * debian/control:
        + Bump Standards-Version to 3.8.3 (no changes).
    
      * Makefile:
        + Add missing -lX11 to LIBS (closes: #556679).
---
 Makefile         |  2 +-
 debian/changelog | 10 ++++++++++
 debian/control   |  2 +-
 3 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 8388588..9c79dc9 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ PIXMAP_DIR	:= $(PREFIX)/share/pixmaps
 MANPAGE_DIR	:= $(PREFIX)/share/man/man1
 
 CFLAGS 	+= $(shell pkg-config audclient --cflags) $(shell pkg-config dbus-1 --cflags)
-LIBS 	:= $(shell pkg-config audclient --libs)   $(shell pkg-config dbus-1 --libs)
+LIBS 	:= -lX11 $(shell pkg-config audclient --libs)   $(shell pkg-config dbus-1 --libs)
 
 OBJS 	= wmauda.o
 HEADERS = config.h dock-master.xpm
diff --git a/debian/changelog b/debian/changelog
index 6c463cb..2174f33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+wmauda (0.7-4) unstable; urgency=low
+
+  * debian/control:
+    + Bump Standards-Version to 3.8.3 (no changes).
+
+  * Makefile:
+    + Add missing -lX11 to LIBS (closes: #556679).
+
+ -- Julien BLACHE <jblache at debian.org>  Tue, 17 Nov 2009 21:21:23 +0100
+
 wmauda (0.7-3) unstable; urgency=low
 
   * debian/control:
diff --git a/debian/control b/debian/control
index 1ed126b..82d36e9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: sound
 Priority: extra
 Maintainer: Julien BLACHE <jblache at debian.org>
 Build-Depends: debhelper (>= 5), audacious-dev (>= 1.4.0), chrpath
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 
 Package: wmauda
 Architecture: any

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmauda.git



More information about the Pkg-wmaker-commits mailing list