[Pkg-wmaker-commits] [wmauda] 17/17: Import Debian changes 0.8-3.1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Fri Jul 7 01:08:50 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 f8e7b8144ad6c1bf862ddffb0535bbb8d6119bdc
Author: Andrew Shadura <andrewsh at debian.org>
Date:   Sun Sep 7 23:47:58 2014 +0200

    Import Debian changes 0.8-3.1
    
    wmauda (0.8-3.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Change the build-dependency to libaudclient, as it's been moved
        to a separate package.
      * Update the Makefile to not link against audacious.
---
 debian/changelog                                    | 9 +++++++++
 debian/control                                      | 4 ++--
 debian/patches/link-against-missing-libraries.patch | 4 ++--
 3 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index dcd7d31..63217d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+wmauda (0.8-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Change the build-dependency to libaudclient, as it's been moved
+    to a separate package.
+  * Update the Makefile to not link against audacious.
+
+ -- Andrew Shadura <andrewsh at debian.org>  Sun, 07 Sep 2014 23:47:58 +0200
+
 wmauda (0.8-3) unstable; urgency=low
 
   * debian/patches/link-against-missing-libraries.patch: Link against
diff --git a/debian/control b/debian/control
index b52c3c0..3dfc0c9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: wmauda
 Section: sound
 Priority: extra
 Maintainer: Rodolfo García Peñas (kix) <kix at debian.org>
-Build-Depends: debhelper (>= 9), audacious-dev (>= 1.4.0), libgtk2.0-dev
+Build-Depends: debhelper (>= 9), libaudclient-dev, libgtk2.0-dev
 Standards-Version: 3.9.4
 Homepage: http://www.netswarm.net/misc/
 
 Package: wmauda
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, audacious (>= 1.4.0), dbus-x11
+Depends: ${shlibs:Depends}, ${misc:Depends}, audacious (>= 3.5), dbus-x11
 Description: remote-control dockapp for Audacious
  wmauda is a dockapp for WindowMaker and other window managers that support
  dockable applets. It acts as a remote control for the Audacious media player.
diff --git a/debian/patches/link-against-missing-libraries.patch b/debian/patches/link-against-missing-libraries.patch
index 0fc4cb2..ec34567 100644
--- a/debian/patches/link-against-missing-libraries.patch
+++ b/debian/patches/link-against-missing-libraries.patch
@@ -11,8 +11,8 @@ Last-Update: 2013-07-19
  
 -CFLAGS 	+= $(shell pkg-config audacious --cflags) $(shell pkg-config dbus-1 --cflags)
 -LIBS 	:= $(shell pkg-config audacious --libs) $(shell pkg-config audclient --libs)  $(shell pkg-config dbus-1 --libs)
-+CFLAGS 	+= $(shell pkg-config audacious --cflags) $(shell pkg-config dbus-glib-1 --cflags)
-+LIBS 	:= $(shell pkg-config audacious --libs) $(shell pkg-config audclient --libs)  $(shell pkg-config dbus-glib-1 --libs)
++CFLAGS 	+= $(shell pkg-config dbus-glib-1 --cflags)
++LIBS 	:= $(shell pkg-config audclient --libs)  $(shell pkg-config dbus-glib-1 --libs)
  
  CFLAGS  += $(shell pkg-config gtk+-2.0 --cflags)
 -LIBS    += $(shell pkg-config gtk+-2.0 --libs)

-- 
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