debian/0000755000000000000000000000000012172606324007171 5ustar debian/patches/0000755000000000000000000000000012172350300010606 5ustar debian/patches/series0000644000000000000000000000004512172263474012041 0ustar link-against-missing-libraries.patch debian/patches/link-against-missing-libraries.patch0000644000000000000000000000164312172337132017645 0ustar Description: link against libdbus-glib-1 and libX11 Author: Sebastian Ramacher Bug-Debian: http://bugs.debian.org/713481 Last-Update: 2013-07-19 --- a/Makefile +++ b/Makefile @@ -7,11 +7,11 @@ PIXMAP_DIR := $(PREFIX)/share/pixmaps MANPAGE_DIR := $(PREFIX)/share/man/man1 -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 gtk+-2.0 --cflags) -LIBS += $(shell pkg-config gtk+-2.0 --libs) +LIBS += $(shell pkg-config gtk+-2.0 --libs) -lX11 OBJS = wmauda.o HEADERS = config.h dock-master.xpm debian/watch0000644000000000000000000000007211715756067010235 0ustar version=3 http://www.netswarm.net/misc/wmauda-(.+).tar.gz debian/lintian-overrides0000644000000000000000000000011412172266211012543 0ustar # upstream do not include any changelog file. wmauda: no-upstream-changelog debian/copyright0000644000000000000000000000236511743605726011142 0ustar Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=co&pathrev=174 Upstream-Name: wmauda Upstream-Contact: Window Maker developers mailing list Source: http://www.netswarm.net/misc/ Files: * Copyright: 2006, Michael Stewart License: GPL-2+ Files: debian/* Copyright: 2012, Rodolfo García Peñas (kix) License: GPL-2+ License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/source/0000755000000000000000000000000011715756067010505 5ustar debian/source/format0000644000000000000000000000001411715756067011713 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212172264270010367 0ustar 9 debian/control0000644000000000000000000000120312172265273010574 0ustar Source: wmauda Section: sound Priority: extra Maintainer: Rodolfo García Peñas (kix) Build-Depends: debhelper (>= 9), audacious-dev (>= 1.4.0), 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 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. . wmauda is a port of wmxmms to Audacious, itself seen as a replacement for XMMS. debian/changelog0000644000000000000000000001172612172337461011055 0ustar wmauda (0.8-3) unstable; urgency=low * debian/patches/link-against-missing-libraries.patch: Link against libdbus-glib-1 and libX11. Patch created by Sebastian Ramacher (Closes: #713481). * Updated maintainer email address from kix@kix.es to kix@debian.org. * Bump Standards-Version to 3.9.4 (no changes). * Debhelper compatibility bumped to 9. * debian/rules + Added DEB_CFLAGS_MAINT_APPEND to include hardening flags. This change avoids the lintian warning "hardening-no-relro usr/bin/wmauda". * Added debian/lintian-overrides file to avoid lintian warning about no-upstream-changelog. -- Rodolfo García Peñas (kix) Fri, 19 Jul 2013 18:15:54 +0200 wmauda (0.8-2) unstable; urgency=low [ Rodolfo García Peñas (kix) ] * Bump Standards-Version to 3.9.3. [ Salvatore Bonaccorso ] * Add Build-Depends on libgtk2.0-dev to fix FTBFS (Closes: #664923). -- Rodolfo García Peñas (kix) Tue, 17 Apr 2012 23:07:32 +0200 wmauda (0.8-1) unstable; urgency=low * New maintainer (closes: #628903). * New upstream version (closes: #657596). + Debian patches included in upstream. + Changes de audacious2 command to audacious. + The manpage changes the audacious word to upcase. * Removed chrpath in debian/control because is not needed. (chrpath -l wmauda reports: wmauda: no rpath or runpath tag found.). * Debhelper compatibility bumped to 7. * Bump Standards-Version to 3.9.2. + New debian/rules file. * Added the Homepage field to debian/control. * debian/copyright is now DEP-5. * New debian/patches, DEP-3. * New debian/watch file. * Linking with --as-needed to avoid overlinking. -- Rodolfo García Peñas (kix) Sun, 05 Feb 2012 22:46:31 +0100 wmauda (0.7-5) unstable; urgency=low * Orphaning the package. * debian/control: + Set maintainer to Debian QA. -- Julien BLACHE Thu, 02 Jun 2011 12:13:51 +0200 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 Tue, 17 Nov 2009 21:21:23 +0100 wmauda (0.7-3) unstable; urgency=low * debian/control: + Bump Standards-Version to 3.8.2 (no changes). + Add build-dep on chrpath. * debian/rules: + Use chrpath to remove rpath on wmauda binary. The rpath is due to audclient.pc. * wmauda.c: + audacious is now called audacious2, change default command to match (closes: #534109). * wmauda.1: + Ditto. + Capitalize Audacious in the manpage in a consistent manner, update date and version. * Makefile: + Use audclient.pc instead of audacious.pc. -- Julien BLACHE Fri, 26 Jun 2009 17:35:45 +0200 wmauda (0.7-2) unstable; urgency=low * Add dependency on dbus-x11, for dbus-launch. -- Julien BLACHE Sat, 05 Apr 2008 09:35:28 +0200 wmauda (0.7-1) unstable; urgency=low * Switched to new upstream source. * debian/patches/10_Makefile_default_CFLAGS.dpatch: + Removed; not needed. * debian/patches/11_fix_pixmap_depth.dpatch: + Removed; merged upstream. * debian/patches/12_port_to_audacious_1.4.dpatch: + Removed; merged upstream. * debian/control: + Remove Build-Dependency on dpatch. + Bump Standards-Version to 3.7.3 (no changes). * debian/rules: + Remove dpatch support. * debian/copyright: + Update upstream URL. * wmauda.1: + Remove -s/--session as it's no longer supported. -- Julien BLACHE Mon, 31 Dec 2007 14:48:06 +0100 wmauda (0.3-5) unstable; urgency=low * debian/control: + Build-Depends: dpatch. + Bump audacious-dev build-dep. + Promote audacious from Recommends to Depends, versionned on >= 1.4.0-1. * debian/rules: + Use dpatch. * debian/patches/10_Makefile_default_CFLAGS.dpatch: + From previous Debian diff. * debian/patches/11_fix_pixmap_depth.dpatch: + From previous Debian diff. * debian/patches/12_port_to_audacious_1.4.dpatch: + Added; Port wmauda to the new DBus remote control interface in Audacious 1.4 (closes: #450439). -- Julien BLACHE Thu, 15 Nov 2007 09:20:14 +0100 wmauda (0.3-4) unstable; urgency=low * wmauda.c: + Fix launch_pixmap creation; use drawable depth instead of specifying an erroneous depth (closes: #444379). -- Julien BLACHE Mon, 01 Oct 2007 20:13:08 +0200 wmauda (0.3-3) unstable; urgency=low * debian/menu: + Added a description. -- Julien BLACHE Sun, 05 Aug 2007 21:03:03 +0200 wmauda (0.3-2) unstable; urgency=low * debian/menu: + Added; add debian menu file. -- Julien BLACHE Thu, 02 Aug 2007 18:54:15 +0200 wmauda (0.3-1) unstable; urgency=low * Initial release (Closes: #435390) -- Julien BLACHE Tue, 31 Jul 2007 14:44:06 +0200 debian/menu0000644000000000000000000000025211715756067010073 0ustar ?package(wmauda):needs="X11" section="Applications/Sound" \ title="wmauda" command="/usr/bin/wmauda" \ description="Audacious remote-control dockapp for WindowMaker" debian/rules0000755000000000000000000000061612172434700010251 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 export CFLAGS=$(shell dpkg-buildflags --get CFLAGS) -Wl,--as-needed export DEB_CFLAGS_MAINT_APPEND += $(shell dpkg-buildflags --get LDFLAGS) %: dh $@ override_dh_auto_build: CFLAGS="$(CFLAGS)" $(MAKE) override_dh_auto_install: # Add here commands to install the package into debian/wmauda. $(MAKE) DESTDIR=$(CURDIR)/debian/wmauda PREFIX=/usr install