1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
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@debian.org> 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 <jblache@debian.org> 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 <jblache@debian.org> 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 <jblache@debian.org> 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 <jblache@debian.org> 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 <jblache@debian.org> Mon, 01 Oct 2007 20:13:08 +0200
wmauda (0.3-3) unstable; urgency=low
* debian/menu:
+ Added a description.
-- Julien BLACHE <jblache@debian.org> Sun, 05 Aug 2007 21:03:03 +0200
wmauda (0.3-2) unstable; urgency=low
* debian/menu:
+ Added; add debian menu file.
-- Julien BLACHE <jblache@debian.org> Thu, 02 Aug 2007 18:54:15 +0200
wmauda (0.3-1) unstable; urgency=low
* Initial release (Closes: #435390)
-- Julien BLACHE <jblache@debian.org> Tue, 31 Jul 2007 14:44:06 +0200
|