--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Please unblock package pidgin-audacious
The new release fixes the grave bug #702609 that causes the wheezy version to
not work at all. Debdiff between 2.0.0-2 and 2.0.0-3 is attached.
unblock pidgin-audacious/2.0.0-3
diff -Nru pidgin-audacious-2.0.0/debian/changelog pidgin-audacious-2.0.0/debian/changelog
--- pidgin-audacious-2.0.0/debian/changelog 2011-12-03 22:15:21.000000000 +0600
+++ pidgin-audacious-2.0.0/debian/changelog 2013-03-09 16:12:12.000000000 +0600
@@ -1,3 +1,12 @@
+pidgin-audacious (2.0.0-3) unstable; urgency=low
+
+ * QA upload.
+ * Link with -laudclient2 instead of -laudcore -laudgui (Closes: #702609).
+ * Use dh-autoreconf instead of autotools-dev to be able to regenerate
+ configure.
+
+ -- Andrey Rahmatullin <wrar@wrar.name> Sat, 09 Mar 2013 15:52:55 +0600
+
pidgin-audacious (2.0.0-2) unstable; urgency=low
* QA upload.
diff -Nru pidgin-audacious-2.0.0/debian/control pidgin-audacious-2.0.0/debian/control
--- pidgin-audacious-2.0.0/debian/control 2011-12-03 22:14:58.000000000 +0600
+++ pidgin-audacious-2.0.0/debian/control 2013-03-09 16:11:18.000000000 +0600
@@ -2,7 +2,7 @@
Section: net
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends: cdbs, debhelper (>= 5), autotools-dev, pidgin-dev, libdbus-glib-1-dev, libdbus-1-dev, pkg-config, audacious-dev (>= 1.4)
+Build-Depends: cdbs, debhelper (>= 5), dh-autoreconf, pidgin-dev, libdbus-glib-1-dev, libdbus-1-dev, pkg-config, audacious-dev (>= 1.4)
Standards-Version: 3.7.2
Homepage: http://www.honeyplanet.jp
diff -Nru pidgin-audacious-2.0.0/debian/patches/02_link_with_audclient.patch pidgin-audacious-2.0.0/debian/patches/02_link_with_audclient.patch
--- pidgin-audacious-2.0.0/debian/patches/02_link_with_audclient.patch 1970-01-01 05:00:00.000000000 +0500
+++ pidgin-audacious-2.0.0/debian/patches/02_link_with_audclient.patch 2013-03-09 16:07:08.000000000 +0600
@@ -0,0 +1,21 @@
+Description: The plugin uses symbols from audclient libs, not audacious libs.
+Author: Andrey Rahmatullin <wrar@wrar.name>
+Bug-Debian: http://bugs.debian.org/702609
+Last-Update: 2013-03-09
+
+diff -up pidgin-audacious-2.0.0/configure.in.orig pidgin-audacious-2.0.0/configure.in
+--- pidgin-audacious-2.0.0/configure.in.orig 2007-09-02 10:50:47.000000000 +0600
++++ pidgin-audacious-2.0.0/configure.in 2013-03-09 16:04:04.925939669 +0600
+@@ -16,9 +16,9 @@ PKG_CHECK_MODULES(AUDACIOUS, [audacious
+
+ You must have audacious >= 1.4.0 development headers installed to build.
+ ])])
+-AUD_CFLAGS=`pkg-config --cflags audacious 2> /dev/null`
+-AUD_LIBS=`pkg-config --libs audacious 2> /dev/null`
+-AUD_LIB_DIR=`pkg-config --variable=lib_dir audacious 2> /dev/null`
++AUD_CFLAGS=`pkg-config --cflags audclient 2> /dev/null`
++AUD_LIBS=`pkg-config --libs audclient 2> /dev/null`
++AUD_LIB_DIR=`pkg-config --variable=lib_dir audclient 2> /dev/null`
+ AC_SUBST(AUD_CFLAGS)
+ AC_SUBST(AUD_LIBS)
+ AC_SUBST(AUD_LIB_DIR)
diff -Nru pidgin-audacious-2.0.0/debian/patches/series pidgin-audacious-2.0.0/debian/patches/series
--- pidgin-audacious-2.0.0/debian/patches/series 2011-12-03 22:06:13.000000000 +0600
+++ pidgin-audacious-2.0.0/debian/patches/series 2013-03-09 16:07:27.000000000 +0600
@@ -1 +1,2 @@
01_buildsystem_fixes.patch
+02_link_with_audclient.patch
diff -Nru pidgin-audacious-2.0.0/debian/rules pidgin-audacious-2.0.0/debian/rules
--- pidgin-audacious-2.0.0/debian/rules 2011-12-03 22:15:04.000000000 +0600
+++ pidgin-audacious-2.0.0/debian/rules 2013-03-09 16:10:59.000000000 +0600
@@ -2,5 +2,6 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
DEB_DH_INSTALL_SOURCEDIR = debian/pidgin-audacious
--- End Message ---