tags 555864 + patch tags 555864 + pending tags 581402 + pending tags 614136 + pending tags 614477 + patch tags 614477 + pending thanks
Dear maintainer, I've prepared an NMU for mysql-gui-tools (versioned as 5.0r14+openSUSE-2.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. I also moved previous changes to upstream sources to proper patches/files, by using source format "3.0 (quilt)". Hope this doesn't cause too much pollution in the below diff. Regards. diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/changelog mysql-gui-tools-5.0r14+openSUSE/debian/changelog --- mysql-gui-tools-5.0r14+openSUSE/debian/changelog 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/changelog 2011-03-21 10:25:32.000000000 +0100 @@ -1,3 +1,18 @@ +mysql-gui-tools (5.0r14+openSUSE-2.2) unstable; urgency=low + + * Non-maintainer upload. + * Change source format to 3.0 (quilt), so that changes to upstream + sources are kept in patches + * Manpages moved inside debian/, avoid useless diff against + upstream source + * Store previous NMU in a patch (00-fix_FTBFS_GTK_WIDGET_STATE.patch) + * Fix FTBFS on GNU/kFreeBSD, patch by Petr Salinger (Closes: #581402) + * Fix FTBFS with newer libmysqlclient-dev, patch by Johann Felix Soden + (Closes: #614136, #614477) + * Fix FTBFS with binutils-gold, missing linkage to libz (Closes: #555864) + + -- David Paleino <da...@debian.org> Mon, 21 Mar 2011 10:14:52 +0100 + mysql-gui-tools (5.0r14+openSUSE-2.1) unstable; urgency=low * Non-maintainer upload. diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-admin.1 mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-admin.1 --- mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-admin.1 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-admin.1 2011-03-21 10:11:42.000000000 +0100 @@ -0,0 +1,122 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "MYSQL-ADMIN" 1 "July 18, 2004" "" "" +.SH NAME +mysql-admin \- MySQL server administration utility +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 12 +\fBmysql\-admin\fR [\fB\-\-help\ \fR] [\fB\-u\ \fIusername\fR\fR] [\fB\-p\ \fIpassword\fR\fR] [\fB\-h\ \fIhostname\fR\fR] [\fB\-P\ \fIport\fR\fR] [\fB\-s\ \fIsocket\fR\fR] [\fB\-c\ \fIconnection\fR\fR] +.ad +.hy + +.SH "DESCRIPTION" + +.PP +This manual page documents briefly the \fBmysql\-admin\fR commands\&. + +.PP +\fBmysql\-admin\fR is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating\&. MySQL Administrator integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface\&. By using MySQL Administrator you will be able to: + +.PP + + +.TP 3 +\(bu +Achieve higher database availability through improved management +.TP +\(bu +Reduce errors through visual database administration +.TP +\(bu +Lower database administration costs through improved productivity +.TP +\(bu +Deliver a more secure environment through easier privilege management +.LP + + +.PP +MySQL Administrator enables developers and DBAs to easily perform all the command line operations visually including configuring servers, administering users, and dynamically monitoring database health\&. Other common administrative tasks such as monitoring replication status, backup and restore, and viewing logs can also be performed through the MySQL Administrator graphical console\&. + +.PP +This manual page was written for the Debian™ distribution because the original program does not have a manual page\&. + +.SH "OPTIONS" + +.TP +\fB\-\-help\fR +Show summary of options\&. + +.TP +\fB\-u\fR \fB\-\-user=name\fR +Specified user for login if not the current user\&. + +.TP +\fB\-p\fR \fB\-\-password=password\fR +Password used to connect to the MySQL database server\&. + +.TP +\fB\-h\fR \fB\-\-host=name\fR +Connects to specified host\&. + +.TP +\fB\-P\fR \fB\-\-port=#\fR +Port number used to connect to the database\&. + +.TP +\fB\-S\fR \fB\-\-socket=name\fR +Socket path used for database connections\&. + +.TP +\fB\-c\fR \fB\-\-connection=name\fR +Specifies the name of the connection to use + +.TP +\fB\-bp name\fR +Executes backup with the named profile\&. + +.TP +\fB\-bt target\fR +Target path for backup + +.TP +\fB\-bx prefix\fR +Prefix for backup file + +.TP +\fB\-\-dont\-connect\fR +Start without connecting to MySQL server\&. + +.TP +\fB\-\-mycnf=path\fR +Path to local configuration file\&. + +.SH "AUTHOR" + +.PP +This manual page was written by Adam Majer <adamm@zombino\&.com> for the Debian™ system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. + +.PP +On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. + +.SH AUTHOR +Adam Majer. diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-query-browser.1 mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-query-browser.1 --- mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-query-browser.1 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/manpages/mysql-query-browser.1 2011-03-21 10:11:42.000000000 +0100 @@ -0,0 +1,73 @@ +.\"Generated by db2man.xsl. Don't modify this, modify the source. +.de Sh \" Subsection +.br +.if t .Sp +.ne 5 +.PP +\fB\\$1\fR +.PP +.. +.de Sp \" Vertical space (when we can't use .PP) +.if t .sp .5v +.if n .sp +.. +.de Ip \" List item +.br +.ie \\n(.$>=3 .ne \\$3 +.el .ne 3 +.IP "\\$1" \\$2 +.. +.TH "MYSQL-QUERY-BROWSER" 1 "September 4, 2004" "" "" +.SH NAME +mysql-query-browser \- MySQL query tool +.SH "SYNOPSIS" +.ad l +.hy 0 +.HP 20 +\fBmysql\-query\-browser\fR +.ad +.hy + +.SH "DESCRIPTION" + +.PP +This manual page documents briefly the \fBmysql\-query\-browser\fR command\&. + +.PP +MySQL Query Browser enables developers and DBAs to visually perform database queries including data edition\&. + +.PP +This manual page was written for the Debian™ distribution because the original program does not have a manual page\&. + +.SH "OPTIONS" + +.TP +\fB\-? \fR\fB\-\-help\fR +Show summary of options\&. + +.TP +\fB\-\-disable\-sound\fR +Disable usage of the sound server\&. + +.TP +\fB\-\-enable\-sound\fR +Enables usage of the sound server\&. + +.TP +\fB\-\-espeaker=HOSTNAME:PORT\fR +Connect to the specific sound server\&. + +.TP +\fB\-\-version\fR +Displays the version of mysql\-query\-browser\&. + +.SH "AUTHOR" + +.PP +This manual page was written by Adam Majer <adamm@zombino\&.com> for the Debian™ system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. + +.PP +On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. + +.SH AUTHOR +Adam Majer. diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.manpages mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.manpages --- mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.manpages 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.manpages 2011-03-21 10:12:01.000000000 +0100 @@ -1 +1 @@ -mysql-admin.1 +debian/manpages/mysql-admin.1 diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.manpages mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.manpages --- mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.manpages 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.manpages 2011-03-21 10:12:11.000000000 +0100 @@ -1 +1 @@ -mysql-query-browser.1 +debian/manpages/mysql-query-browser.1 diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/patches/00-fix_FTBFS_GTK_WIDGET_STATE.patch mysql-gui-tools-5.0r14+openSUSE/debian/patches/00-fix_FTBFS_GTK_WIDGET_STATE.patch --- mysql-gui-tools-5.0r14+openSUSE/debian/patches/00-fix_FTBFS_GTK_WIDGET_STATE.patch 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/patches/00-fix_FTBFS_GTK_WIDGET_STATE.patch 2011-03-21 10:17:52.000000000 +0100 @@ -0,0 +1,30 @@ +From: Andreas Henriksson <andr...@fatal.se> +Subject: fix FTBFS due to deprecated GTK_WIDGET_STATE macro +Origin: vendor +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577310 +Forwarded: no + +--- + query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- mysql-gui-tools-5.0r14+openSUSE.orig/query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c ++++ mysql-gui-tools-5.0r14+openSUSE/query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c +@@ -1167,7 +1167,7 @@ gtk_source_view_paint_margin (GtkSourceV + + gtk_paint_layout (GTK_WIDGET (view)->style, + win, +- GTK_WIDGET_STATE (view), ++ gtk_widget_get_state (view), + FALSE, + NULL, + GTK_WIDGET (view), +@@ -1450,7 +1450,7 @@ gtk_source_view_expose (GtkWidget * + + gtk_paint_vline (widget->style, + event->window, +- GTK_WIDGET_STATE (widget), ++ gtk_widget_get_state (widget), + &redraw_rect, + widget, + "margin", diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/patches/01-fix_FTBFS_GNU-kFreeBSD.patch mysql-gui-tools-5.0r14+openSUSE/debian/patches/01-fix_FTBFS_GNU-kFreeBSD.patch --- mysql-gui-tools-5.0r14+openSUSE/debian/patches/01-fix_FTBFS_GNU-kFreeBSD.patch 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/patches/01-fix_FTBFS_GNU-kFreeBSD.patch 2011-03-21 10:16:12.000000000 +0100 @@ -0,0 +1,21 @@ +From: Petr Salinger <petr.salin...@seznam.cz> +Subject: fix FTBFS on Debian GNU/kFreeBSD +Origin: vendor +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581402 +Forwarded: no + +--- + common/library/generic-canvas/ftgl/src/FTVectoriser.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- mysql-gui-tools-5.0r14+openSUSE.orig/common/library/generic-canvas/ftgl/src/FTVectoriser.cpp ++++ mysql-gui-tools-5.0r14+openSUSE/common/library/generic-canvas/ftgl/src/FTVectoriser.cpp +@@ -7,7 +7,7 @@ + + #ifdef __APPLE_CC__ + typedef GLvoid (*GLUTesselatorFunction)(...); +-#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) ++#elif defined( __mips ) || defined( __linux__ ) || defined( __FreeBSD_kernel__) || defined( __FreeBSD__ ) || defined( __OpenBSD__ ) || defined( __sun ) || defined (__CYGWIN__) + typedef GLvoid (*GLUTesselatorFunction)(); + #elif defined ( WIN32) + typedef GLvoid (CALLBACK *GLUTesselatorFunction)( ); diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/patches/02-fix_FTBFS_newer_libmysqlclient-dev.patch mysql-gui-tools-5.0r14+openSUSE/debian/patches/02-fix_FTBFS_newer_libmysqlclient-dev.patch --- mysql-gui-tools-5.0r14+openSUSE/debian/patches/02-fix_FTBFS_newer_libmysqlclient-dev.patch 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/patches/02-fix_FTBFS_newer_libmysqlclient-dev.patch 2011-03-21 10:21:27.000000000 +0100 @@ -0,0 +1,22 @@ +From: Johann Felix Soden <joh...@gmx.de> +Subject: fix FTBFS with newer libmysqlclient-dev +Origin: vendor +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614136 + http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614477 +Forwarded: no + +--- + common/library/utilities/include/myx_util_functions.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- mysql-gui-tools-5.0r14+openSUSE.orig/common/library/utilities/include/myx_util_functions.h ++++ mysql-gui-tools-5.0r14+openSUSE/common/library/utilities/include/myx_util_functions.h +@@ -84,7 +84,7 @@ extern "C" { + #endif + + // if my_global.h not included +-#ifndef my_sprintf ++#ifndef _global_h + #if defined(__WIN__) || defined(_WIN32) || defined(_WIN64) + typedef unsigned int uint; + typedef unsigned char uint8; diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/patches/03-fix_FTBFS_binutils-gold.patch mysql-gui-tools-5.0r14+openSUSE/debian/patches/03-fix_FTBFS_binutils-gold.patch --- mysql-gui-tools-5.0r14+openSUSE/debian/patches/03-fix_FTBFS_binutils-gold.patch 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/patches/03-fix_FTBFS_binutils-gold.patch 2011-03-21 10:25:04.000000000 +0100 @@ -0,0 +1,35 @@ +From: David Paleino <da...@debian.org> +Subject: fix FTBFS with binutils-gold, missing linkage +Origin: vendor +Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555864 +Forwarded: no + +--- + common/tools/grtsh/Makefile.am | 3 ++- + common/tools/grtsh/Makefile.in | 3 ++- + 2 files changed, 4 insertions(+), 2 deletions(-) + +--- mysql-gui-tools-5.0r14+openSUSE.orig/common/tools/grtsh/Makefile.am ++++ mysql-gui-tools-5.0r14+openSUSE/common/tools/grtsh/Makefile.am +@@ -47,7 +47,8 @@ grtsh_LDADD=\ + $(newt_libs)\ + $(rl_libs)\ + $(fcgi_libs)\ +- -ldl -lstdc++ ++ -ldl -lstdc++\ ++ -lz + + #xgrtsh_LDADD=\ + # $(top_srcdir)/library_grt_modules/source/libgrtmods.a \ +--- mysql-gui-tools-5.0r14+openSUSE.orig/common/tools/grtsh/Makefile.in ++++ mysql-gui-tools-5.0r14+openSUSE/common/tools/grtsh/Makefile.in +@@ -274,7 +274,8 @@ grtsh_LDADD = \ + $(newt_libs)\ + $(rl_libs)\ + $(fcgi_libs)\ +- -ldl -lstdc++ ++ -ldl -lstdc++\ ++ -lz + + all: all-am + diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/patches/series mysql-gui-tools-5.0r14+openSUSE/debian/patches/series --- mysql-gui-tools-5.0r14+openSUSE/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/patches/series 2011-03-21 10:26:51.000000000 +0100 @@ -0,0 +1,4 @@ +00-fix_FTBFS_GTK_WIDGET_STATE.patch +01-fix_FTBFS_GNU-kFreeBSD.patch +02-fix_FTBFS_newer_libmysqlclient-dev.patch +03-fix_FTBFS_binutils-gold.patch diff -Nru mysql-gui-tools-5.0r14+openSUSE/debian/source/format mysql-gui-tools-5.0r14+openSUSE/debian/source/format --- mysql-gui-tools-5.0r14+openSUSE/debian/source/format 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/debian/source/format 2011-03-21 10:10:05.000000000 +0100 @@ -1 +1 @@ -1.0 \ Manca newline alla fine del file +3.0 (quilt) diff -Nru mysql-gui-tools-5.0r14+openSUSE/mysql-admin.1 mysql-gui-tools-5.0r14+openSUSE/mysql-admin.1 --- mysql-gui-tools-5.0r14+openSUSE/mysql-admin.1 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/mysql-admin.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,122 +0,0 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MYSQL-ADMIN" 1 "July 18, 2004" "" "" -.SH NAME -mysql-admin \- MySQL server administration utility -.SH "SYNOPSIS" -.ad l -.hy 0 -.HP 12 -\fBmysql\-admin\fR [\fB\-\-help\ \fR] [\fB\-u\ \fIusername\fR\fR] [\fB\-p\ \fIpassword\fR\fR] [\fB\-h\ \fIhostname\fR\fR] [\fB\-P\ \fIport\fR\fR] [\fB\-s\ \fIsocket\fR\fR] [\fB\-c\ \fIconnection\fR\fR] -.ad -.hy - -.SH "DESCRIPTION" - -.PP -This manual page documents briefly the \fBmysql\-admin\fR commands\&. - -.PP -\fBmysql\-admin\fR is a powerful visual administration console that enables you to easily administer your MySQL environment and gain significantly better visibility into how your databases are operating\&. MySQL Administrator integrates database management and maintenance into a single, seamless environment, with a clear and intuitive graphical user interface\&. By using MySQL Administrator you will be able to: - -.PP - - -.TP 3 -\(bu -Achieve higher database availability through improved management -.TP -\(bu -Reduce errors through visual database administration -.TP -\(bu -Lower database administration costs through improved productivity -.TP -\(bu -Deliver a more secure environment through easier privilege management -.LP - - -.PP -MySQL Administrator enables developers and DBAs to easily perform all the command line operations visually including configuring servers, administering users, and dynamically monitoring database health\&. Other common administrative tasks such as monitoring replication status, backup and restore, and viewing logs can also be performed through the MySQL Administrator graphical console\&. - -.PP -This manual page was written for the Debian™ distribution because the original program does not have a manual page\&. - -.SH "OPTIONS" - -.TP -\fB\-\-help\fR -Show summary of options\&. - -.TP -\fB\-u\fR \fB\-\-user=name\fR -Specified user for login if not the current user\&. - -.TP -\fB\-p\fR \fB\-\-password=password\fR -Password used to connect to the MySQL database server\&. - -.TP -\fB\-h\fR \fB\-\-host=name\fR -Connects to specified host\&. - -.TP -\fB\-P\fR \fB\-\-port=#\fR -Port number used to connect to the database\&. - -.TP -\fB\-S\fR \fB\-\-socket=name\fR -Socket path used for database connections\&. - -.TP -\fB\-c\fR \fB\-\-connection=name\fR -Specifies the name of the connection to use - -.TP -\fB\-bp name\fR -Executes backup with the named profile\&. - -.TP -\fB\-bt target\fR -Target path for backup - -.TP -\fB\-bx prefix\fR -Prefix for backup file - -.TP -\fB\-\-dont\-connect\fR -Start without connecting to MySQL server\&. - -.TP -\fB\-\-mycnf=path\fR -Path to local configuration file\&. - -.SH "AUTHOR" - -.PP -This manual page was written by Adam Majer <adamm@zombino\&.com> for the Debian™ system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. - -.PP -On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. - -.SH AUTHOR -Adam Majer. diff -Nru mysql-gui-tools-5.0r14+openSUSE/mysql-query-browser.1 mysql-gui-tools-5.0r14+openSUSE/mysql-query-browser.1 --- mysql-gui-tools-5.0r14+openSUSE/mysql-query-browser.1 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/mysql-query-browser.1 1970-01-01 01:00:00.000000000 +0100 @@ -1,73 +0,0 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "MYSQL-QUERY-BROWSER" 1 "September 4, 2004" "" "" -.SH NAME -mysql-query-browser \- MySQL query tool -.SH "SYNOPSIS" -.ad l -.hy 0 -.HP 20 -\fBmysql\-query\-browser\fR -.ad -.hy - -.SH "DESCRIPTION" - -.PP -This manual page documents briefly the \fBmysql\-query\-browser\fR command\&. - -.PP -MySQL Query Browser enables developers and DBAs to visually perform database queries including data edition\&. - -.PP -This manual page was written for the Debian™ distribution because the original program does not have a manual page\&. - -.SH "OPTIONS" - -.TP -\fB\-? \fR\fB\-\-help\fR -Show summary of options\&. - -.TP -\fB\-\-disable\-sound\fR -Disable usage of the sound server\&. - -.TP -\fB\-\-enable\-sound\fR -Enables usage of the sound server\&. - -.TP -\fB\-\-espeaker=HOSTNAME:PORT\fR -Connect to the specific sound server\&. - -.TP -\fB\-\-version\fR -Displays the version of mysql\-query\-browser\&. - -.SH "AUTHOR" - -.PP -This manual page was written by Adam Majer <adamm@zombino\&.com> for the Debian™ system (but may be used by others)\&. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation\&. - -.PP -On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common\-licenses/GPL\&. - -.SH AUTHOR -Adam Majer. diff -Nru mysql-gui-tools-5.0r14+openSUSE/query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c mysql-gui-tools-5.0r14+openSUSE/query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c --- mysql-gui-tools-5.0r14+openSUSE/query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c 2011-03-21 10:46:09.000000000 +0100 +++ mysql-gui-tools-5.0r14+openSUSE/query-browser/source/linux/gtksourceview/gtksourceview/gtksourceview.c 2009-10-03 00:20:51.000000000 +0200 @@ -1167,7 +1167,7 @@ gtk_paint_layout (GTK_WIDGET (view)->style, win, - gtk_widget_get_state (view), + GTK_WIDGET_STATE (view), FALSE, NULL, GTK_WIDGET (view), @@ -1450,7 +1450,7 @@ gtk_paint_vline (widget->style, event->window, - gtk_widget_get_state (widget), + GTK_WIDGET_STATE (widget), &redraw_rect, widget, "margin", -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org