r20833 - in /packages/unstable/tsclient/debian: changelog patches/01_configure_check_libgnomeui.patch patches/99_autoconf.patch
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Tue Aug 4 15:06:17 UTC 2009
Author: pochu-guest
Date: Tue Aug 4 15:06:17 2009
New Revision: 20833
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=20833
Log:
* debian/patches/01_configure_check_libgnomeui.patch:
+ Fix typo (yes instead of xyes) that caused libpanelapplet and libgnomeui
to not be checked, missing -l flags. This caused tsclient-applet to not
link against those libs, failing to load in the panel. Closes: #538035.
+ Add header.
* debian/patches/99_autoconf.patch: updated.
Modified:
packages/unstable/tsclient/debian/changelog
packages/unstable/tsclient/debian/patches/01_configure_check_libgnomeui.patch
packages/unstable/tsclient/debian/patches/99_autoconf.patch
Modified: packages/unstable/tsclient/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tsclient/debian/changelog?rev=20833&op=diff
==============================================================================
--- packages/unstable/tsclient/debian/changelog [utf-8] (original)
+++ packages/unstable/tsclient/debian/changelog [utf-8] Tue Aug 4 15:06:17 2009
@@ -1,3 +1,14 @@
+tsclient (0.150-3) UNRELEASED; urgency=low
+
+ * debian/patches/01_configure_check_libgnomeui.patch:
+ + Fix typo (yes instead of xyes) that caused libpanelapplet and libgnomeui
+ to not be checked, missing -l flags. This caused tsclient-applet to not
+ link against those libs, failing to load in the panel. Closes: #538035.
+ + Add header.
+ * debian/patches/99_autoconf.patch: updated.
+
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com> Tue, 04 Aug 2009 14:40:05 +0200
+
tsclient (0.150-2) unstable; urgency=low
[ Josselin Mouette ]
Modified: packages/unstable/tsclient/debian/patches/01_configure_check_libgnomeui.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tsclient/debian/patches/01_configure_check_libgnomeui.patch?rev=20833&op=diff
==============================================================================
--- packages/unstable/tsclient/debian/patches/01_configure_check_libgnomeui.patch [utf-8] (original)
+++ packages/unstable/tsclient/debian/patches/01_configure_check_libgnomeui.patch [utf-8] Tue Aug 4 15:06:17 2009
@@ -1,6 +1,10 @@
+Description: check for libgnomeui, it was replaced
+Bug: https://sourceforge.net/tracker/index.php?func=detail&aid=2799060&group_id=192483&atid=941574
+Bug-Debian: http://bugs.debian.org/532726
+
diff -Nur -x '*.orig' -x '*~' tsclient-0.150/configure.in tsclient-0.150.new/configure.in
--- tsclient-0.150/configure.in 2007-04-11 19:59:38.000000000 +0200
-+++ tsclient-0.150.new/configure.in 2009-07-10 18:30:58.000000000 +0200
++++ tsclient-0.150.new/configure.in 2009-08-04 16:53:55.000000000 +0200
@@ -38,6 +38,8 @@
AC_MSG_RESULT(no)
fi
@@ -17,7 +21,7 @@
-if test x$ENABLE_GNOME = "xno" ; then
- pkg_modules="gtk+-2.0"
-else
-+if test x$ENABLE_GNOME = "yes" ; then
++if test x$ENABLE_GNOME = "xyes" ; then
AC_DEFINE([HAVE_GNOME],1,[gnome support])
- pkg_modules="libgnomeui-2.0"
- pkg_modules="libpanelapplet-2.0"
Modified: packages/unstable/tsclient/debian/patches/99_autoconf.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/tsclient/debian/patches/99_autoconf.patch?rev=20833&op=diff
==============================================================================
--- packages/unstable/tsclient/debian/patches/99_autoconf.patch [utf-8] (original)
+++ packages/unstable/tsclient/debian/patches/99_autoconf.patch [utf-8] Tue Aug 4 15:06:17 2009
@@ -1,6 +1,6 @@
diff -Nur -x '*.orig' -x '*~' tsclient-0.150/configure tsclient-0.150.new/configure
--- tsclient-0.150/configure 2007-04-11 19:59:47.000000000 +0200
-+++ tsclient-0.150.new/configure 2009-07-10 18:31:39.000000000 +0200
++++ tsclient-0.150.new/configure 2009-08-04 16:54:43.000000000 +0200
@@ -1,11 +1,11 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
@@ -5658,7 +5658,7 @@
-if test x$ENABLE_GNOME = "xno" ; then
- pkg_modules="gtk+-2.0"
-else
-+if test x$ENABLE_GNOME = "yes" ; then
++if test x$ENABLE_GNOME = "xyes" ; then
cat >>confdefs.h <<\_ACEOF
#define HAVE_GNOME 1
More information about the pkg-gnome-commits
mailing list