--- mysql-gui-tools-5.0r14+openSUSE.orig/mysql-query-browser.1 +++ mysql-gui-tools-5.0r14+openSUSE/mysql-query-browser.1 @@ -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 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. --- mysql-gui-tools-5.0r14+openSUSE.orig/mysql-admin.1 +++ mysql-gui-tools-5.0r14+openSUSE/mysql-admin.1 @@ -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 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. --- 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_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_paint_vline (widget->style, event->window, - GTK_WIDGET_STATE (widget), + gtk_widget_get_state (widget), &redraw_rect, widget, "margin", --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-query-browser.xpm +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.xpm @@ -0,0 +1,382 @@ +/* XPM */ +static char * MySQLIcon_QueryBrowser_32x32_xpm[] = { +"32 32 347 2", +" c None", +". c #4A8DB6", +"+ c #619BB9", +"@ c #5F9AB8", +"# c #5594AF", +"$ c #5F9AB9", +"% c #609BBA", +"& c #609BB9", +"* c #609AB9", +"= c #6099B8", +"- c #6099B7", +"; c #6098B5", +"> c #649AB6", +", c #518FAB", +"' c #2D77A0", +") c #28597C", +"! c #7FB2C3", +"~ c #B3D1D9", +"{ c #ADCDD6", +"] c #AFCFD9", +"^ c #ADCED7", +"/ c #ADCDD7", +"( c #ADCCD5", +"_ c #ACCBD4", +": c #B1CDD4", +"< c #ACCDD5", +"[ c #5691AB", +"} c #172F42", +"| c #4B93B7", +"1 c #91BECA", +"2 c #93BFCD", +"3 c #92BFCE", +"4 c #92C0CF", +"5 c #92C0D0", +"6 c #91BECD", +"7 c #92BECD", +"8 c #9AC2CE", +"9 c #9FC8D5", +"0 c #5E94AF", +"a c #152839", +"b c #4587BB", +"c c #5CA0B6", +"d c #7DB4C6", +"e c #78B2C6", +"f c #79B4C7", +"g c #7AB5C8", +"h c #7BB5C8", +"i c #7BB5C9", +"j c #7AB4C8", +"k c #7AB4C7", +"l c #84B8C9", +"m c #8CC2D3", +"n c #588FAB", +"o c #0E1B27", +"p c #398CB1", +"q c #60A6BB", +"r c #64A8C0", +"s c #66AAC1", +"t c #68ABC2", +"u c #68ACC4", +"v c #69ADC4", +"w c #69ADC5", +"x c #68ACC3", +"y c #6AADC4", +"z c #74B2C6", +"A c #7ABBD1", +"B c #538DAC", +"C c #0D1924", +"D c #4890C6", +"E c #3C92AF", +"F c #519FB9", +"G c #4E9EB9", +"H c #4C9DB9", +"I c #4D9EBA", +"J c #52A1BD", +"K c #56A4BF", +"L c #58A4BF", +"M c #57A4BF", +"N c #59A6BF", +"O c #60AFCA", +"P c #4C88AA", +"Q c #0E1823", +"R c #308CB6", +"S c #2B8CAB", +"T c #2186A8", +"U c #1C84A7", +"V c #1E85A9", +"W c #2288AC", +"X c #268BAE", +"Y c #2A8EB0", +"Z c #2F90B2", +"` c #3191B2", +" . c #3492B3", +".. c #3C98B6", +"+. c #50A8C6", +"@. c #447D9D", +"#. c #0E151E", +"$. c #2A6487", +"%. c #1483AA", +"&. c #1580A4", +"*. c #1B84A8", +"=. c #2389AC", +"-. c #298DB0", +";. c #2E90B2", +">. c #3293B4", +",. c #3594B5", +"'. c #3596B6", +"). c #3997B7", +"!. c #459EBB", +"~. c #5CB0CF", +"{. c #487996", +"]. c #080B10", +"^. c #2587B2", +"/. c #1582A6", +"(. c #2188AB", +"_. c #3192B4", +":. c #3796B7", +"<. c #3E9ABA", +"[. c #439EBD", +"}. c #469FBE", +"|. c #48A0BF", +"1. c #4BA2C0", +"2. c #53A8C7", +"3. c #3D6984", +"4. c #2D698D", +"5. c #1B89B0", +"6. c #2C8FB1", +"7. c #3696B6", +"8. c #3F9BBA", +"9. c #47A0BE", +"0. c #4EA4C2", +"a. c #54A8C5", +"b. c #59AAC6", +"c. c #5BABC7", +"d. c #5BADC9", +"e. c #599DC5", +"f. c #345670", +"g. c #2C4B60", +"h. c #288BB4", +"i. c #2189AC", +"j. c #2E90B3", +"k. c #3A97B8", +"l. c #459FBD", +"m. c #4FA5C2", +"n. c #58AAC6", +"o. c #66B3CD", +"p. c #6AB5CE", +"q. c #6CB5CF", +"r. c #6BB4CF", +"s. c #6CBAD7", +"t. c #69BBDA", +"u. c #61B7D7", +"v. c #54ABCA", +"w. c #469FBF", +"x. c #3B98B8", +"y. c #3394B6", +"z. c #3094BB", +"A. c #296586", +"B. c #317AA3", +"C. c #208BB0", +"D. c #3B98B9", +"E. c #55A7C5", +"F. c #61AFCA", +"G. c #71B9D2", +"H. c #76BBD3", +"I. c #79BDD5", +"J. c #7BBED5", +"K. c #7ABED5", +"L. c #76BCD4", +"M. c #72B9D2", +"N. c #6BB6CF", +"O. c #62B0CB", +"P. c #5AABC6", +"Q. c #5CAEC9", +"R. c #60AECF", +"S. c #30526A", +"T. c #248CB3", +"U. c #258BAE", +"V. c #3696B7", +"W. c #53A7C4", +"X. c #62AFCA", +"Y. c #6CB6CF", +"Z. c #74BBD3", +"`. c #7BBFD6", +" + c #81C2D9", +".+ c #85C4DA", +"++ c #87C5DB", +"@+ c #86C5DA", +"#+ c #82C3D9", +"$+ c #7CBFD7", +"%+ c #77BCD4", +"&+ c #75BBD2", +"*+ c #80C3D9", +"=+ c #7BB7D3", +"-+ c #2F4458", +";+ c #3D8EBD", +">+ c #288EAE", +",+ c #459DBB", +"'+ c #56A7C3", +")+ c #64AFCA", +"!+ c #6EB6CE", +"~+ c #72B9D1", +"{+ c #7EC0D7", +"]+ c #86C5DB", +"^+ c #8CC9DE", +"/+ c #91CBDF", +"(+ c #93CCE0", +"_+ c #91CBE0", +":+ c #8DC9DE", +"<+ c #88C6DB", +"[+ c #87C5D9", +"}+ c #94CFE3", +"|+ c #87BDD9", +"1+ c #283949", +"2+ c #5EAFD2", +"3+ c #7BC0DA", +"4+ c #90CBE3", +"5+ c #9AD1E7", +"6+ c #A3D6EC", +"7+ c #9DD2E6", +"8+ c #8AC5D9", +"9+ c #81C2D8", +"0+ c #8ECADF", +"a+ c #96CEE1", +"b+ c #9BD2E4", +"c+ c #9ED3E5", +"d+ c #98CFE2", +"e+ c #98CEE1", +"f+ c #A5DAEB", +"g+ c #8AB9D4", +"h+ c #233343", +"i+ c #3A576C", +"j+ c #405668", +"k+ c #425769", +"l+ c #44586A", +"m+ c #415464", +"n+ c #54718A", +"o+ c #8EC7DE", +"p+ c #89C8DC", +"q+ c #96CFE2", +"r+ c #9ED4E6", +"s+ c #A4D7E8", +"t+ c #A8D8E9", +"u+ c #A7D9E9", +"v+ c #A6D7E8", +"w+ c #A8D7E8", +"x+ c #B4E3F3", +"y+ c #89B2CA", +"z+ c #17212C", +"A+ c #3C5B72", +"B+ c #88CBE3", +"C+ c #8AC7DC", +"D+ c #93CDE1", +"E+ c #A6D8E8", +"F+ c #ADDCEC", +"G+ c #B0DEED", +"H+ c #B1DEED", +"I+ c #B6E0ED", +"J+ c #C2ECFB", +"K+ c #8AB0C9", +"L+ c #121B25", +"M+ c #67A0C2", +"N+ c #82C6DC", +"O+ c #8CC8DD", +"P+ c #A1D5E7", +"Q+ c #ABDBEB", +"R+ c #B2DFEE", +"S+ c #B9E2F0", +"T+ c #C1E6F2", +"U+ c #CCF1FE", +"V+ c #81A2B9", +"W+ c #0E151F", +"X+ c #78BEDE", +"Y+ c #8DC9DD", +"Z+ c #99CFE2", +"`+ c #A3D6E7", +" @ c #ACDBEB", +".@ c #B7E1EF", +"+@ c #C6EAF5", +"@@ c #D4F6FF", +"#@ c #7894AA", +"$@ c #05090D", +"%@ c #477190", +"&@ c #79C3DF", +"*@ c #A2D5E6", +"=@ c #AEDCEB", +"-@ c #C0E7F3", +";@ c #CEF2FF", +">@ c #6F8BA3", +",@ c #03060B", +"'@ c #62A2C6", +")@ c #73BDD4", +"!@ c #95CDE1", +"~@ c #A2D4E5", +"{@ c #B8E4F1", +"]@ c #C0E7F8", +"^@ c #5B7488", +"/@ c #000207", +"(@ c #65B5D6", +"_@ c #6DB7D0", +":@ c #78BDD5", +"<@ c #85C4D9", +"[@ c #94CCDF", +"}@ c #AFDFEF", +"|@ c #A3CDE4", +"1@ c #374958", +"2@ c #457C9F", +"3@ c #5AB0CE", +"4@ c #74BAD2", +"5@ c #86C4D9", +"6@ c #A3D9EA", +"7@ c #91BDD6", +"8@ c #233242", +"9@ c #4A99C0", +"0@ c #4DA6C3", +"a@ c #60AECA", +"b@ c #77BBD2", +"c@ c #95D2E6", +"d@ c #7FACC5", +"e@ c #16202A", +"f@ c #3E9FC5", +"g@ c #459FBE", +"h@ c #62AFC9", +"i@ c #87CAE1", +"j@ c #72A1BE", +"k@ c #337296", +"l@ c #2E96B9", +"m@ c #4BA2BE", +"n@ c #72BDD7", +"o@ c #5E8BA7", +"p@ c #0E141D", +"q@ c #2D88B3", +"r@ c #3295B3", +"s@ c #61B2D0", +"t@ c #4E7B98", +"u@ c #06090D", +"v@ c #2C93B9", +"w@ c #4FA6C6", +"x@ c #45718F", +"y@ c #06080C", +"z@ c #37789D", +"A@ c #45A1C3", +"B@ c #345A72", +"C@ c #040407", +"D@ c #519EC8", +"E@ c #30556D", +"F@ c #325470", +" . + @ # $ % % % % & * = - ; > , ' ", +" ) ! ~ { ] ^ ^ ^ ^ / { { ( _ : < [ } ", +" | 1 2 3 4 4 5 5 4 4 3 6 7 8 9 0 a ", +" b c d e f g h i i i j k k l m n o ", +" p q r s t u v w w v x y z A B C ", +" D E F G H I J K L L M M N O P Q ", +" R S T U V W X Y Z ` ...+.@.#. ", +" $.%.&.*.=.-.;.>.,.'.).!.~.{.]. ", +" ^./.(.-._.:.<.[.}.|.1.2.3. ", +" 4.5.W 6.7.8.9.0.a.b.c.d.e.f.g. ", +" h.i.j.k.l.m.n.O o.p.q.q.r.s.t.u.v.w.x.y.z.A. ", +" B.C.;.D.|.E.F.p.G.H.I.J.J.K.L.M.N.O.P.Q.R.S. ", +" T.U.V.l.W.X.Y.Z.`. +.+++++@+#+$+%+&+*+=+-+ ", +" ;+>+,+'+)+!+~+L.{+]+^+/+(+(+_+:+<+[+}+|+1+ ", +" 2+3+4+5+6+7+8+9+]+0+a+b+c+c+b+d+e+f+g+h+ ", +" i+j+k+l+m+n+o+p+:+q+r+s+t+u+v+w+x+y+z+ ", +" A+B+C+D+c+E+F+G+H+I+J+K+L+ ", +" M+N+O+d+P+Q+R+S+T+U+V+W+ ", +" X+#+Y+Z+`+ @.@+@@@#@$@ ", +" %@&@9+Y+d+*@=@-@;@>@,@ ", +" '@)@{+C+!@~@{@]@^@/@ ", +" (@_@:@<@[@}@|@1@ ", +" 2@3@o.4@5@6@7@8@ ", +" 9@0@a@b@c@d@e@ ", +" f@g@h@i@j@L+ ", +" k@l@m@n@o@p@ ", +" q@r@s@t@u@ ", +" v@w@x@y@ ", +" z@A@B@C@ ", +" D@E@ ", +" F@ ", +" "}; --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/copyright +++ mysql-gui-tools-5.0r14+openSUSE/debian/copyright @@ -0,0 +1,140 @@ +This package was debianized by Adam Majer in +summer of 2007. + +It was downloaded from http://dev.mysql.com/downloads/gui-tools/5.0.html + +Upstream Author: MySQL AB + +MySQL Gui Tools proper is licensed under the GPL license. Please see +/usr/share/common-licenses/GPL-2 or http://www.gnu.org for the +license text. + + +There are 3rd party code that is in the source tree of the MySQL GUI +Tools. If the license text is not included here, please +see /usr/share/common-licenses for the license text and/or the source +of the package. These include (this may NOT be a complete list). + +mysql-query-browser/source/linux/gtksourceview + Licensed under GPL v2.0 or later + +mysql-gui-common/library/generic-canvas/ftgl + Dual licensed under Licensed under LGPL v2.0 or later or a "FTGL + license" that is below. + +mysql-gui-common/library/generic-canvas/source/gl2ps + Licensed under a dual license. Either LGPL v.2 or GL2PS license by + Christophe Geuzaine. The text of the license is below. + +mysql-gui-common/library/generic-runtime/newt + Licensed under LGPL v2.0 or later + + + +The following is the source code included in the upstream tarball but +not used (windows sources) + +mysql-gui-common/source/windows/TNT + TNT License below + +mysql-gui-common/source/windows/delphisci-0.19 + LGPL v2.1 license + +================================================ +LICENSE TEXT STARTS + +FTGL + +Herewith is a license. I've also chucked in a gnu (see COPYING.txt) license +for those that are that way inclined. Basically I want you to use this +software and if you think this license is preventing you from doing so +let me know. + +Copyright (C) 2001-3 Henry Maddocks + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +LICENSE TEXT ENDS +================================================ +LICENSE TEXT STARTS + + GL2PS LICENSE + Version 2, November 2003 + + Copyright (C) 2003, Christophe Geuzaine + +Permission to use, copy, and distribute this software and its +documentation for any purpose with or without fee is hereby granted, +provided that the copyright notice appear in all copies and that both +that copyright notice and this permission notice appear in supporting +documentation. + +Permission to modify and distribute modified versions of this software +is granted, provided that: + +1) the modifications are licensed under the same terms as this +software; + +2) you make available the source code of any modifications that you +distribute, either on the same media as you distribute any executable +or other form of this software, or via a mechanism generally accepted +in the software development community for the electronic transfer of +data. + +This software is provided "as is" without express or implied warranty. + + +LICENSE TEXT ENDS +============================================= +LICENSE TEXT STARTS -- "TNT License" + +{*****************************************************************************} +{ } +{ Tnt Delphi Unicode Controls } +{ http://www.tntware.com/delphicontrols/unicode/ } +{ } +{ Copyright (c) 2002-2005, Troy Wolbrink (troy.wolbrink@ccci.org) } +{ } +{*****************************************************************************} + +**License** +=============================================================================== +Redistribution and use in binary forms, with or without modification, are +permitted. Redistribution and use in source forms, with or without +modification, are permitted provided that the redistributions of source code +retain the above copyright. + +**Disclaimer** +=============================================================================== +THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, +EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT +OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING +IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY +OF SUCH DAMAGE. + + +LICENSE TEXT ENDS +============================================= --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/control +++ mysql-gui-tools-5.0r14+openSUSE/debian/control @@ -0,0 +1,48 @@ +Source: mysql-gui-tools +Section: database +Priority: optional +Maintainer: Adam Majer +Build-Depends: debhelper (>=7), libmysqlclient-dev, libxml2-dev, libglade2-dev, + libgtkmm-2.4-dev (>=1:2.6), libpcre3-dev, scrollkeeper, autotools-dev, + libgtkhtml3.14-dev, libxml-parser-perl, liblualib50-dev, + libgnomeprint2.2-dev, + libglu-dev | libglu1-mesa-dev, uuid-dev +Standards-Version: 3.8.4 +Vcs-Browser: http://git.debian.org/?p=collab-maint/mysql-gui-tools.git +Vcs-Git: git://git.debian.org/collab-maint/mysql-gui-tools.git +Homepage: http://dev.mysql.com/downloads/gui-tools/5.0.html + +Package: mysql-admin +Architecture: any +Depends: ${shlibs:Depends}, ${shlibs:Misc}, mysql-gui-tools-common (=${source:Version}), ${misc:Depends} +Recommends: mysql-query-browser +Conflicts: mysql-admin-common +Replaces: mysql-admin-common +Description: GUI tool for intuitive MySQL administration + MySQL Administrator 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 interface. + +Package: mysql-query-browser +Architecture: any +Depends: mysql-gui-tools-common (=${source:Version}), ${shlibs:Depends}, ${misc:Depends} +Conflicts: mysql-query-browser-common +Replaces: mysql-query-browser-common +Description: Official GUI tool to query MySQL database + MySQL Query Browser is a visual database query tool with a syntax + highlighting SQL editor. The result tables of may be edited + before changes are committed to the database. + +Package: mysql-gui-tools-common +Architecture: all +Depends: ${misc:Depends} +Recommends: mysql-admin +Conflicts: mysql-query-browser-common, mysql-admin-common +Replaces: mysql-query-browser-common, mysql-admin-common +Description: Architecture independent files for MySQL GUI Tools + Icons and GUI XML files used by MySQL Administrator, Query Browser + and other tools in the MySQL GUI Tools suite. This package + also includes documentation files. --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/watch +++ mysql-gui-tools-5.0r14+openSUSE/debian/watch @@ -0,0 +1,6 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# Site Directory Pattern Version Script +version=2 +http://mysql.mirror.rafal.ca/Downloads/MySQLGUITools/mysql-gui-tools-([^-]*).*\.tar\.gz debian --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-admin.menu +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.menu @@ -0,0 +1,3 @@ +?package(mysql-admin):needs="X11" section="Applications/Data Management"\ + title="MySQL Administrator" command="/usr/bin/mysql-admin"\ + hints="MySQL" icon="/usr/share/pixmaps/mysql-admin.xpm" --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-query-browser.dirs +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.dirs @@ -0,0 +1 @@ +/usr/share/pixmaps --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/configupdate +++ mysql-gui-tools-5.0r14+openSUSE/debian/configupdate @@ -0,0 +1,61 @@ +#!/bin/bash + +# Original written and copyright by Adam Majer +# +# This file is 100% public domain. Use it for whatever you wish. +# + +function update_configs() +{ + [ -x /usr/share/misc/config.${1} ] || return 0 + LATEST_VERSION=`/usr/share/misc/config.${1} -t` + UPDATE_FILES=`find -type f | grep "/config\.${1}\$"` + + echo "Latest version of config.${1} file is ${LATEST_VERSION}" + for i in $UPDATE_FILES; do + head -1 "$i" | grep -q '#!.*\/bin\/sh' + EXE=$? + if [ -x "$i" ] || [ $EXE -eq 0 ]; then + V=`sh -e "${i}" -t` + echo "Updating ${V} version file at ${i}" + if [[ "$LATEST_VERSION" > "$V" ]]; then + mv "${i}" "${i}.orig_update" + ln -s /usr/share/misc/config.$1 "${i}" + else + echo "WARNING: Debian version of config.${1} is older than this package's upstream." + fi + fi + done + return 0 +} + + +function reset_configs() +{ + UPDATED_FILES=`find -type l | grep "/config\.${1}\$"` + for i in ${UPDATED_FILES}; do + if [ -e "${i}.orig_update" ]; then + mv "${i}.orig_update" "${i}" + fi + done + return 0 +} + + +# Check if we are updating, reseting or whatever +case "$1" in + update) + update_configs sub + update_configs guess + ;; + reset) + reset_configs sub + reset_configs guess + ;; + *) + echo "The only allowed parameters are 'update' or 'reset'" + exit 2; + ;; +esac + +exit 0 --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-query-browser.docs +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.docs @@ -0,0 +1 @@ +docs/mysql-query-browser/* --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-query-browser.menu +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.menu @@ -0,0 +1,3 @@ +?package(mysql-query-browser):needs="X11" section="Applications/Data Management"\ + title="MySQL Query Browser" command="/usr/bin/mysql-query-browser"\ + hints="Gnome,MySQL,Databases" icon="/usr/share/pixmaps/mysql-query-browser.xpm" --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/compat +++ mysql-gui-tools-5.0r14+openSUSE/debian/compat @@ -0,0 +1 @@ +7 --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-admin.docs +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.docs @@ -0,0 +1 @@ +docs/mysql-administrator/* --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-admin.xml +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.xml @@ -0,0 +1,219 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Adam"> + Majer"> + + July 18, 2004"> + + 1"> + adamm@zombino.com"> + + mysql-admin"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + MySQL server administration utility + + + + &dhpackage; + + + + + + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; commands. + + &dhpackage; 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: + + + Achieve higher database availability through improved management + Reduce errors through visual database administration + Lower database administration costs through improved productivity + Deliver a more secure environment through easier privilege management + + + +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. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + + OPTIONS + + + + + + + Show summary of options. + + + + + + + + Specified user for login if not the current user. + + + + + + + + Password used to connect to the MySQL database server. + + + + + + + + Connects to specified host. + + + + + + + + Port number used to connect to the database. + + + + + + + + Socket path used for database connections. + + + + + + + + Specifies the name of the connection to use + + + + + + + Executes backup with the named profile. + + + + + + + Target path for backup + + + + + + + Prefix for backup file + + + + + + + Start without connecting to MySQL server. + + + + + + + Path to local configuration file. + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; 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. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-admin.xpm +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.xpm @@ -0,0 +1,649 @@ +/* XPM */ +static char * MySQLIcon_Admin_32x32_xpm[] = { +"32 32 614 2", +" c None", +". c #3D84B9", +"+ c #2475A4", +"@ c #136C94", +"# c #126B92", +"$ c #1A7099", +"% c #1D729F", +"& c #2A7BAC", +"* c #458AC1", +"= c #4488BE", +"- c #166D96", +"; c #0E6989", +"> c #328098", +", c #5999AB", +"' c #76ABBB", +") c #83B3C2", +"! c #7EB1C0", +"~ c #6AA5B6", +"{ c #4790A5", +"] c #1E7793", +"^ c #07698D", +"/ c #2076A4", +"( c #106991", +"_ c #0C6884", +": c #5596A9", +"< c #9EC4D0", +"[ c #BAD6E0", +"} c #C4DCE5", +"| c #C4DDE5", +"1 c #C1DCE5", +"2 c #C2DCE5", +"3 c #C5DEE7", +"4 c #C0DBE5", +"5 c #B2D2DD", +"6 c #82B6C6", +"7 c #30859E", +"8 c #006587", +"9 c #257AA9", +"0 c #488BC1", +"a c #056283", +"b c #338199", +"c c #93BECC", +"d c #B1D1DC", +"e c #ABCEDA", +"f c #A7CDDA", +"g c #A6CCD9", +"h c #A6CDDA", +"i c #A6CDDB", +"j c #A7CEDB", +"k c #A8CEDB", +"l c #A9CFDC", +"m c #B0D3DE", +"n c #ACD0DD", +"o c #71AEC2", +"p c #107391", +"q c #12739D", +"r c #3D84B6", +"s c #005C7B", +"t c #38869E", +"u c #99C2D1", +"v c #99C5D3", +"w c #94C2D1", +"x c #95C3D2", +"y c #96C4D4", +"z c #97C5D6", +"A c #98C6D6", +"B c #99C7D7", +"C c #98C7D7", +"D c #A1CBDA", +"E c #7FB7CA", +"F c #137797", +"G c #087098", +"H c #265372", +"I c #347FAE", +"J c #005E7D", +"K c #3C89A2", +"L c #7FB5C7", +"M c #80B7C9", +"N c #7EB7CA", +"O c #81BACD", +"P c #84BBCE", +"Q c #85BDCF", +"R c #87BED1", +"S c #89BFD2", +"T c #8AC0D2", +"U c #8BC0D3", +"V c #85BCCF", +"W c #89BFD0", +"X c #76B4C8", +"Y c #2182A2", +"Z c #07759E", +"` c #285F81", +" . c #4488BC", +".. c #297E9A", +"+. c #6EACC0", +"@. c #6CACC1", +"#. c #6DAEC4", +"$. c #70B1C7", +"%. c #73B3C9", +"&. c #75B4C9", +"*. c #76B6CB", +"=. c #7CBACE", +"-. c #7FBBCF", +";. c #80BCD0", +">. c #81BCD0", +",. c #7FBACF", +"'. c #7CB9CE", +"). c #7AB8CC", +"!. c #76B5CA", +"~. c #78B5CA", +"{. c #6BADC4", +"]. c #147D9E", +"^. c #0C7CA6", +"/. c #096689", +"(. c #0A6B8A", +"_. c #519AB2", +":. c #5AA2BA", +"<. c #5BA4BD", +"[. c #60A8C1", +"}. c #63ABC3", +"|. c #6AAEC5", +"1. c #72B4CA", +"2. c #77B8CE", +"3. c #7CBACF", +"4. c #7EBBD0", +"5. c #7EBCD0", +"6. c #7DBBD0", +"7. c #7BBACF", +"8. c #79B9CF", +"9. c #75B6CD", +"0. c #72B4CB", +"a. c #6CB1C8", +"b. c #67ADC5", +"c. c #69ADC4", +"d. c #4A9CB8", +"e. c #03769A", +"f. c #1D7CA7", +"g. c #2E7BA8", +"h. c #006080", +"i. c #29829F", +"j. c #4998B3", +"k. c #499AB5", +"l. c #4E9FBA", +"m. c #55A3BE", +"n. c #5BA7C1", +"o. c #61ABC4", +"p. c #A9D0DD", +"q. c #C6E1EA", +"r. c #A3CDDB", +"s. c #7EBACF", +"t. c #73B6CE", +"u. c #79BBD1", +"v. c #7BBBD1", +"w. c #78B9D0", +"x. c #73B6CD", +"y. c #6EB3CB", +"z. c #67AFC7", +"A. c #5FAAC3", +"B. c #5AA6C1", +"C. c #57A4BE", +"D. c #2387A8", +"E. c #077BA3", +"F. c #275E80", +"G. c #0C6C92", +"H. c #036A8C", +"I. c #318AA7", +"J. c #3991AE", +"K. c #3E96B3", +"L. c #469BB7", +"M. c #4FA0BC", +"N. c #53A4C0", +"O. c #55A5C1", +"P. c #BADBE6", +"Q. c #B7D9E5", +"R. c #ADD3E0", +"S. c #82BCCF", +"T. c #60ADC7", +"U. c #63B0CB", +"V. c #68B3CD", +"W. c #69B3CD", +"X. c #6AB3CC", +"Y. c #6CB3CC", +"Z. c #6AB3CB", +"`. c #65AFC8", +" + c #5CA9C4", +".+ c #53A4BF", +"++ c #4EA0BC", +"@+ c #3793B2", +"#+ c #097A9F", +"$+ c #1D7CA6", +"%+ c #215D7F", +"&+ c #00688C", +"*+ c #0B7294", +"=+ c #2887A6", +"-+ c #2E8CAC", +";+ c #3390B0", +">+ c #3793B3", +",+ c #3A97B6", +"'+ c #3C98B8", +")+ c #419BBA", +"!+ c #90C2D3", +"~+ c #B6D8E4", +"{+ c #B2D6E2", +"]+ c #B4D7E3", +"^+ c #B5D7E3", +"/+ c #9DCAD9", +"(+ c #6BB4CD", +"_+ c #66B2CD", +":+ c #65B2CD", +"<+ c #60AFCA", +"[+ c #5BACC8", +"}+ c #58A9C5", +"|+ c #53A5C2", +"1+ c #4DA1BE", +"2+ c #469DBA", +"3+ c #3994B4", +"4+ c #1480A4", +"5+ c #1282AB", +"6+ c #1A7199", +"7+ c #00688A", +"8+ c #067296", +"9+ c #177FA2", +"0+ c #1C83A6", +"a+ c #1E86A9", +"b+ c #278CAF", +"c+ c #3594B6", +"d+ c #429DBD", +"e+ c #4FA4C1", +"f+ c #9AC8D7", +"g+ c #BEDDE7", +"h+ c #B9DAE5", +"i+ c #B9DAE6", +"j+ c #BCDBE6", +"k+ c #ABD2DF", +"l+ c #87C0D3", +"m+ c #70B7CF", +"n+ c #6DB7D1", +"o+ c #68B4CE", +"p+ c #4DA3C1", +"q+ c #419CBC", +"r+ c #3997B8", +"s+ c #2D8FB1", +"t+ c #1C84A8", +"u+ c #0F80A6", +"v+ c #256F96", +"w+ c #0F7298", +"x+ c #006C8F", +"y+ c #057398", +"z+ c #0D7AA0", +"A+ c #1681A6", +"B+ c #2289AB", +"C+ c #3092B3", +"D+ c #409CBC", +"E+ c #4FA4C2", +"F+ c #5CABC7", +"G+ c #A1CDDB", +"H+ c #C5E1EA", +"I+ c #C0DEE8", +"J+ c #C3E0EA", +"K+ c #C2DFE8", +"L+ c #A8D0DE", +"M+ c #81BED2", +"N+ c #6DB6CF", +"O+ c #67B4CE", +"P+ c #5AABC7", +"Q+ c #4BA2C0", +"R+ c #3C99BA", +"S+ c #2E91B3", +"T+ c #2289AC", +"U+ c #1582A6", +"V+ c #247FA9", +"W+ c #167BA1", +"X+ c #047093", +"Y+ c #08769B", +"Z+ c #117DA2", +"`+ c #288DAF", +" @ c #3796B7", +".@ c #49A1C0", +"+@ c #59ABC7", +"@@ c #66B1CC", +"#@ c #CBE4ED", +"$@ c #C6E1EB", +"%@ c #C7E2EB", +"&@ c #CBE4EC", +"*@ c #C4E0E9", +"=@ c #A0CCDB", +"-@ c #73B7CE", +";@ c #55A9C5", +">@ c #459FBD", +",@ c #3696B7", +"'@ c #1A85A9", +")@ c #1F82AB", +"!@ c #20455C", +"~@ c #1B80A5", +"{@ c #077397", +"]@ c #0B789E", +"^@ c #2087AB", +"/@ c #2D90B2", +"(@ c #3E9ABA", +"_@ c #51A6C3", +":@ c #61B0CB", +"<@ c #AFD4E0", +"[@ c #D2E8EF", +"}@ c #CDE5ED", +"|@ c #CFE6EE", +"1@ c #D4E9F0", +"2@ c #C4DFE8", +"3@ c #84BDD1", +"4@ c #5AACC7", +"5@ c #4DA4C1", +"6@ c #3D9ABA", +"7@ c #1F88AC", +"8@ c #1B83AA", +"9@ c #22475D", +"0@ c #2386AA", +"a@ c #0C779A", +"b@ c #0D7A9F", +"c@ c #1781A6", +"d@ c #248AAD", +"e@ c #3292B4", +"f@ c #439EBD", +"g@ c #57AAC6", +"h@ c #68B3CE", +"i@ c #73B9D1", +"j@ c #B5D7E2", +"k@ c #DAECF2", +"l@ c #D5E9F0", +"m@ c #D9ECF1", +"n@ c #D8EAF0", +"o@ c #C1DEE8", +"p@ c #8AC2D4", +"q@ c #61B0CA", +"r@ c #53A8C4", +"s@ c #429DBC", +"t@ c #3293B4", +"u@ c #238BAE", +"v@ c #1D84AB", +"w@ c #2F8EB1", +"x@ c #117A9D", +"y@ c #0F7BA0", +"z@ c #1982A7", +"A@ c #268BAE", +"B@ c #3695B6", +"C@ c #48A0BE", +"D@ c #5DADC8", +"E@ c #6DB6D0", +"F@ c #77BBD3", +"G@ c #BDDBE5", +"H@ c #E3F0F5", +"I@ c #DEEDF3", +"J@ c #E0EFF4", +"K@ c #E2F0F4", +"L@ c #CEE5EC", +"M@ c #A2CFDE", +"N@ c #80C0D6", +"O@ c #72BAD3", +"P@ c #6AB4CE", +"Q@ c #59AAC6", +"R@ c #469FBE", +"S@ c #258CAF", +"T@ c #2386AE", +"U@ c #3990B2", +"V@ c #197FA1", +"W@ c #107CA1", +"X@ c #1A83A7", +"Y@ c #3796B6", +"Z@ c #5FAEC9", +"`@ c #6EB7D0", +" # c #79BCD4", +".# c #C2DEE7", +"+# c #E9F4F7", +"@# c #E4F1F5", +"## c #E6F2F6", +"$# c #E9F3F7", +"%# c #DEEDF2", +"&# c #BADCE6", +"*# c #9ACEE0", +"=# c #8ECADE", +"-# c #86C5DA", +";# c #78BCD4", +"># c #6BB5CF", +",# c #5BACC7", +"'# c #48A1BF", +")# c #258DB0", +"!# c #2B85AD", +"~# c #4693B4", +"{# c #2486A6", +"]# c #127EA2", +"^# c #C7E1E9", +"/# c #F1F8FA", +"(# c #EBF5F8", +"_# c #EFF7F9", +":# c #E9F3F6", +"<# c #AFD9E6", +"[# c #A2D5E7", +"}# c #9DD3E5", +"|# c #93CCE0", +"1# c #86C4DA", +"2# c #258FB2", +"3# c #2C779C", +"4# c #4883A3", +"5# c #3692B0", +"6# c #1881A4", +"7# c #278BAE", +"8# c #49A1BF", +"9# c #5EAEC9", +"0# c #78BCD3", +"a# c #CBE2EA", +"b# c #F7FBFC", +"c# c #F4F9FB", +"d# c #F5F9FB", +"e# c #DBECF1", +"f# c #B9DDEA", +"g# c #AEDBEB", +"h# c #ADDCEC", +"i# c #A5D8E8", +"j# c #9CD2E4", +"k# c #92CCE0", +"l# c #85C4DA", +"m# c #77BCD4", +"n# c #6AB4CF", +"o# c #47A0BE", +"p# c #2A94B9", +"q# c #255774", +"r# c #35566E", +"s# c #4FA3C2", +"t# c #2487A8", +"u# c #1882A6", +"v# c #3494B5", +"w# c #459FBE", +"x# c #6AB5CE", +"y# c #74BAD2", +"z# c #CEE4EB", +"A# c #FFFFFF", +"B# c #FCFEFE", +"C# c #EEF6F8", +"D# c #A7D7E7", +"E# c #ACDCEC", +"F# c #A8D9E9", +"G# c #A0D4E6", +"H# c #98CFE1", +"I# c #8EC9DD", +"J# c #81C2D9", +"K# c #73BAD3", +"L# c #67B2CD", +"M# c #56A8C5", +"N# c #449EBD", +"O# c #3294B5", +"P# c #2E90B8", +"Q# c #192C3D", +"R# c #5A98B6", +"S# c #439AB7", +"T# c #2086A8", +"U# c #2088AB", +"V# c #2F91B2", +"W# c #409BBA", +"X# c #52A7C4", +"Y# c #62B1CC", +"Z# c #6FB7CF", +"`# c #D4E7ED", +" $ c #F3F8FA", +".$ c #B9DBE6", +"+$ c #9CCFE0", +"@$ c #99D0E2", +"#$ c #A2D6E7", +"$$ c #A3D6E7", +"%$ c #9ED3E5", +"&$ c #97CFE2", +"*$ c #8FCBDF", +"=$ c #86C5DB", +"-$ c #7BBED6", +";$ c #5FAFCA", +">$ c #419CBB", +",$ c #369BBD", +"'$ c #2F6D8E", +")$ c #355066", +"!$ c #67B0CD", +"~$ c #3792B1", +"{$ c #2187AB", +"]$ c #298DAF", +"^$ c #4BA2C1", +"/$ c #6BB5CE", +"($ c #9CCAD9", +"_$ c #89C3D6", +":$ c #7EC1D8", +"<$ c #8CC9DE", +"[$ c #94CDE1", +"}$ c #98CFE2", +"|$ c #7EC1D7", +"1$ c #56A9C6", +"2$ c #419DBC", +"3$ c #4198BC", +"4$ c #172735", +"5$ c #5C8CA9", +"6$ c #63AEC8", +"7$ c #268BAD", +"8$ c #3192B4", +"9$ c #439DBD", +"0$ c #52A6C3", +"a$ c #61AFCA", +"b$ c #66B3CD", +"c$ c #7DC0D7", +"d$ c #84C4DA", +"e$ c #89C6DC", +"f$ c #8DC9DD", +"g$ c #8DC8DD", +"h$ c #89C7DC", +"i$ c #75BBD3", +"j$ c #5CACC8", +"k$ c #50A4C2", +"l$ c #4AA1BE", +"m$ c #4DA8C9", +"n$ c #335D79", +"o$ c #73ABC8", +"p$ c #60ADC6", +"q$ c #3592B2", +"r$ c #2C8EB1", +"s$ c #3897B7", +"t$ c #479FBE", +"u$ c #55A7C5", +"v$ c #61AFCB", +"w$ c #6BB6CF", +"x$ c #79BDD5", +"y$ c #81C2D8", +"z$ c #60AECA", +"A$ c #53A7C4", +"B$ c #50A4C0", +"C$ c #57AECB", +"D$ c #4782A3", +"E$ c #263749", +"F$ c #7DB5D1", +"G$ c #69B4CB", +"H$ c #3C97B6", +"I$ c #3192B3", +"J$ c #3B97B8", +"K$ c #67B3CD", +"L$ c #6DB7D0", +"M$ c #72B9D2", +"N$ c #74BAD3", +"O$ c #75BAD3", +"P$ c #5DADC9", +"Q$ c #55A8C4", +"R$ c #56A8C4", +"S$ c #62B4D1", +"T$ c #5491B2", +"U$ c #111924", +"V$ c #253444", +"W$ c #72A1BA", +"X$ c #4EA2BE", +"Y$ c #3C98B7", +"Z$ c #3C99B9", +"`$ c #4CA3C1", +" % c #55A8C5", +".% c #62B0CB", +"+% c #65B2CC", +"@% c #65B1CC", +"#% c #5DACC8", +"$% c #58AAC6", +"%% c #6CB6D3", +"&% c #4F809C", +"*% c #121A24", +"=% c #527087", +"-% c #8DC5DD", +";% c #7ABDD3", +">% c #5BAAC3", +",% c #4BA0BE", +"'% c #469FBC", +")% c #489FBF", +"!% c #4FA5C1", +"~% c #52A7C3", +"{% c #54A7C4", +"]% c #55A7C4", +"^% c #57A8C5", +"/% c #5DABC6", +"(% c #68B2CB", +"_% c #78C0D9", +":% c #71AECB", +"<% c #304A5E", +"[% c #2D3E4F", +"}% c #7097AF", +"|% c #8FC4DB", +"1% c #8AC8DE", +"2% c #79BDD3", +"3% c #6CB4CC", +"4% c #65B0C8", +"5% c #62AEC8", +"6% c #64AFC9", +"7% c #70B8CF", +"8% c #7CC0D7", +"9% c #84C5DE", +"0% c #7EB8D2", +"a% c #567E97", +"b% c #192430", +"c% c #22303D", +"d% c #526D81", +"e% c #759CB4", +"f% c #88B7D0", +"g% c #8EC0D6", +"h% c #8EC2D8", +"i% c #8CC1D7", +"j% c #88BDD4", +"k% c #7FB0CB", +"l% c #668EA7", +"m% c #415C70", +"n% c #161F2A", +"o% c #000001", +"p% c #010305", +"q% c #0D1218", +"r% c #1B2633", +"s% c #212E3D", +"t% c #202D3C", +"u% c #18222D", +"v% c #090C11", +"w% c #000102", +" . + @ # $ % & * ", +" = - ; > , ' ) ! ~ { ] ^ / ", +" ( _ : < [ } | 1 2 3 4 5 6 7 8 9 ", +" 0 a b c d e f g h i j k k l m n o p q ", +" r s t u v w x y z A B B B B C A A D E F G H ", +" I J K L M N O P Q R S T U U U T S R V W X Y Z ` ", +" .s ..+.@.#.$.%.&.*.=.-.;.>.>.>.;.,.'.).!.~.{.].^. ", +" /.(._.:.<.[.}.|.A T 1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f. ", +" g.h.i.j.k.l.m.n.o.p.q.r.s.t.u.v.v.v.w.x.y.z.A.B.C.D.E.F. ", +" G.H.I.J.K.L.M.N.O.B P.Q.R.S.T.U.V.W.X.Y.Z.`. +.+++@+#+$+ ", +" %+&+*+=+-+;+>+,+'+)+!+~+{+]+^+/+4.(+_+:+<+[+}+|+1+2+3+4+5+ ", +" 6+7+8+9+0+a+b+c+d+e+f+g+h+h+i+g+j+k+l+m+n+o+[+p+q+r+s+t+u+v+ ", +" w+x+y+z+A+B+C+D+E+F+G+H+I+I+I+I+I+J+K+L+M+N+O+P+Q+R+S+T+U+V+ ", +" W+X+Y+Z+t+`+ @.@+@@@L+#@$@$@$@$@$@$@%@&@*@=@-@<+;@>@,@`+'@)@ ", +"!@~@{@]@4+^@/@(@_@:@N+<@[@}@}@}@}@}@}@}@}@|@1@2@3@4@5@6@/@7@8@ ", +"9@0@a@b@c@d@e@f@g@h@i@j@k@l@l@l@l@l@l@l@l@m@n@o@p@q@r@s@t@u@v@ ", +" w@x@y@z@A@B@C@D@E@F@G@H@I@I@I@I@I@I@J@K@L@M@N@O@P@Q@R@B@S@T@ ", +" U@V@W@X@b+Y@.@Z@`@ #.#+#@#@#@#@###$#%#&#*#=#-#;#>#,#'# @)#!# ", +" ~#{#]#X@b+Y@.@Z@`@ #^#/#(#(#(#_#:#}@<#[#}#|#1#;#>#,#'# @2#3# ", +" 4#5#6#z@7#B@8#9#E@0#a#b#/#c#d#e#f#g#h#i#j#k#l#m#n#P+o#B@p#q# ", +" r#s#t#u#d@v#w#P+x#y#z#A#B#C#J+D#E#h#F#G#H#I#J#K#L#M#N#O#P#Q# ", +" R#S#T#U#V#W#X#Y#Z#`# $.$+$@$#$$$#$%$&$*$=$-$`@;$E+>$,$'$ ", +" )$!$~${$]$r+^$[+/$($_$:$<$[$}$}$&$[$=#=$|$K#_+1$8#2$3$4$ ", +" 5$6$;+7$8$9$0$a$b$O@c$d$e$f$f$g$h$d$c$i$>#j$k$l$m$n$ ", +" o$p$q$r$s$t$u$v$w$K#x$c$y$y$y$c$x$K#w$z$A$B$C$D$ ", +" E$F$G$H$I$J$o#A$9#K$L$M$N$O$N$M$L$b$P$Q$R$S$T$U$ ", +" V$W$;#X$Y$Z$9$`$ %D@.%+%+%@%v$#%$%}+:@%%&%*% ", +" =%-%;%>%,%'%)%Q+!%~%{%]%^%/%(%_%:%<% ", +" [%}%|%1%2%3%4%5%6%(%7%8%9%0%a%b% ", +" c%d%e%f%g%h%i%j%k%l%m%n%o% ", +" p%q%r%s%t%u%v%w% ", +" "}; --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-query-browser.xml +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.xml @@ -0,0 +1,155 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Adam"> + Majer"> + + September 4, 2004"> + + 1"> + adamm@zombino.com"> + + mysql-query-browser"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2003 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + MySQL query tool + + + + &dhpackage; + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; command. + + MySQL Query Browser enables developers and DBAs to visually perform database queries including data edition. + + This manual page was written for the &debian; distribution + because the original program does not have a manual page. + + + + OPTIONS + + + + + + + Show summary of options. + + + + + + + Disable usage of the sound server. + + + + + + + Enables usage of the sound server. + + + + + + + Connect to the specific sound server. + + + + + + + Displays the version of &dhpackage;. + + + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; 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. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/changelog +++ mysql-gui-tools-5.0r14+openSUSE/debian/changelog @@ -0,0 +1,79 @@ +mysql-gui-tools (5.0r14+openSUSE-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS due to deprecated GTK_WIDGET_STATE macro. Thanks to Andreas + Henriksson for the patch. (Closes: #577310) + * debian/control: Add ${misc:Depends}. + * Bump Standards-Version to 3.8.4 (no changes required). + + -- Adam D. Barratt Sat, 29 May 2010 19:20:22 +0100 + +mysql-gui-tools (5.0r14+openSUSE-2) unstable; urgency=low + + * debian/control: + + Build depend on liblualib50-dev instead of liblua50-dev + + move section to database + + Add build depends on libgnomeprint2.2-dev + + -- Adam Majer Fri, 02 Oct 2009 20:50:35 -0500 + +mysql-gui-tools (5.0r14+openSUSE-1) unstable; urgency=low + + * New upstream release (closes: #548782, #527652 ) + * Lots of fixes thanks to great people at OpenSUSE. They were brave + enough to wrestle this monster of a release into something that not + only compiles, buy actually works. + * Use git as the source tarball. Too many binary changes to make + this work with original upstream tarball and diffs. + * debian/control + + Add Vcs-* info to debian/control + + Use libgtkgtml3.14 instead of deprecated 3.8 (closes: #542015) + + -- Adam Majer Fri, 02 Oct 2009 14:49:47 -0500 + +mysql-gui-tools (5.0r12-1) unstable; urgency=low + + * Minor semantic corrections to the debian/copyright file. + * Changed version string to represent upstream versioning. + MySQL AB uses 'r' to indicate release number not + release candidate or pre-release (closes: #474427) + * Apply a small hack that seems to correct some sort of + race condition by ignoring it - users report that the + application functions correctly with this hack while it + fails to function at all without it. Upstream is still + investigating. (closes: #466623) + * Acknowledge NMUs. Thanks! + + -- Adam Majer Mon, 21 Jul 2008 01:53:00 -0500 + +mysql-gui-tools (5.0~rc12-2.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix bashism in debian/rules (Closes: #478411) + * Bump Standards-Version to 3.8.0. + * Ensure clean target is really clean to avoid FTBFS when built twice in a + row. + + -- Chris Lamb Sat, 07 Jun 2008 16:20:43 +0100 + +mysql-gui-tools (5.0~rc12-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with gcc-4.3. Patch from Cyril Brulebois. Closes: #455380. + + -- Mark Hymers Sat, 05 Apr 2008 23:33:42 +0000 + +mysql-gui-tools (5.0~rc12-2) unstable; urgency=low + + * Make Query Browser and Administrator conflict/replace previous, + common versions of these packages from Etch. (closes: #443764) + * Add build dependency on OpenGL development files (closes: #443716) + * Added build dependency on uuid-dev + + -- Adam Majer Sun, 23 Sep 2007 22:49:31 -0500 + +mysql-gui-tools (5.0~rc12-1) unstable; urgency=low + + * New package replacing mysql-admin and mysql-query-browser + + -- Adam Majer Sun, 11 Sept 2007 11:01:23 -0500 --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-admin.dirs +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.dirs @@ -0,0 +1,3 @@ +/usr/share/doc +/usr/share/doc/mysql-admin +/usr/share/pixmaps --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-admin.manpages +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-admin.manpages @@ -0,0 +1 @@ +mysql-admin.1 --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/rules +++ mysql-gui-tools-5.0r14+openSUSE/debian/rules @@ -0,0 +1,207 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +# This has to be exported to make some magic below work. +export DH_OPTIONS + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +configure: configure-stamp +configure-stamp: + dh_testdir + chmod +x debian/configupdate + debian/configupdate update + touch configure-stamp + + +build-common-stamp: configure-stamp + cd common; \ + ./configure --prefix=/usr --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + --build=${DEB_BUILD_GNU_TYPE} \ + --host=${DEB_HOST_GNU_TYPE} \ + --enable-grt \ + --enable-canvas \ + --disable-dependency-tracking \ + --disable-java-modules; \ + $(MAKE) + touch build-common-stamp + +build-admin-stamp: configure-stamp build-common-stamp + cd administrator; \ + ./configure --prefix=/usr --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + --build=${DEB_BUILD_GNU_TYPE} \ + --host=${DEB_HOST_GNU_TYPE} \ + --disable-dependency-tracking; \ + $(MAKE) + touch build-admin-stamp + + +build-query-browser-stamp: configure-stamp build-common-stamp + cd query-browser; \ + ./configure --prefix=/usr --mandir=/usr/share/man \ + --infodir=/usr/share/info \ + --sysconfdir=/etc \ + --build=${DEB_BUILD_GNU_TYPE} \ + --host=${DEB_HOST_GNU_TYPE} \ + --with-gtkhtml=libgtkhtml-3.14 \ + --disable-dependency-tracking; \ + $(MAKE) + touch build-query-browser-stamp + + +# build-workbench-stamp: configure-stamp build-common-stamp +# cd mysql-workbench; \ +# ./configure --prefix=/usr --mandir=/usr/share/man \ +# --infodir=/usr/share/info \ +# --sysconfdir=/etc \ +# --build=${DEB_BUILD_GNU_TYPE} \ +# --host=${DEB_HOST_GNU_TYPE} \ +# --disable-dependency-tracking; \ +# $(MAKE) +# touch build-workbench-stamp + + +#Architecture +build: build-arch build-indep + +build-arch: build-arch-stamp +build-arch-stamp: build-common-stamp build-admin-stamp build-query-browser-stamp # build-workbench-stamp + touch build-arch-stamp + +build-indep: build-arch-stamp build-indep-stamp +build-indep-stamp: configure-stamp + + # Add here commands to compile the indep part of the package. + #$(MAKE) doc + touch build-indep-stamp + +clean: + dh_testdir + dh_testroot + + rm -f build-arch-stamp build-indep-stamp configure-stamp + rm -f build-admin-stamp built-common-stamp build-common-stamp build-query-browser-stamp + + # Add here commands to clean up after the build process. + for i in administrator common query-browser; do \ + cd $$i; if [ -e Makefile ]; then $(MAKE) distclean; fi; cd ..; \ + done + + # Removed extra crap left by upstream + rm -f common/source/php/Makefile + rm -f common/source/php/modules/Makefile + rm -f common/po/*.gmo + rm -f administrator/po/*.gmo + rm -f administrator/po/*.po-merged + rm -f query-browser/po/*.gmo + rm -f query-browser/source/linux/gtksourceview/po/POTFILES + + # Reset config files + chmod +x debian/configupdate + debian/configupdate reset + + dh_clean + +install-indep: install-arch +install-arch: install +# dh_testdir +# dh_testroot +# dh_clean -k -i +# dh_installdirs -i +# +# # Add here commands to install the indep part of the package into +# # debian/-doc. +# #INSTALLDOC# +# +# dh_install -i + +# To build all we need arch, and vice-versa... +install: + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # installing binaries + cd administrator; $(MAKE) install DESTDIR=$(CURDIR)/debian/mysql-admin + cd common; $(MAKE) install DESTDIR=$(CURDIR)/debian/mysql-gui-tools-common + cd query-browser; $(MAKE) install DESTDIR=$(CURDIR)/debian/mysql-query-browser + + # fix mysql-administrator + rm debian/mysql-admin/usr/bin/mysql-administrator + mv debian/mysql-admin/usr/bin/mysql-administrator-bin debian/mysql-admin/usr/bin/mysql-admin + + # fix mysql-query-browser + rm debian/mysql-query-browser/usr/bin/mysql-query-browser + mv debian/mysql-query-browser/usr/bin/mysql-query-browser-bin debian/mysql-query-browser/usr/bin/mysql-query-browser + + # Remove extra directories from mysql-gui-common + rmdir debian/mysql-gui-tools-common/usr/lib/mysql-gui + rmdir debian/mysql-gui-tools-common/usr/lib + + # Install icons for the Debian menu + cp debian/mysql-admin.xpm debian/mysql-admin/usr/share/pixmaps + cp debian/mysql-query-browser.xpm debian/mysql-query-browser/usr/share/pixmaps + + dh_install + +# Must not depend on anything. This is to be called by +# binary-arch/binary-indep +# in another 'make' thread. +binary-common: + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs +# dh_installexamples + dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo + dh_installman + dh_link + dh_strip + dh_compress -X.png -X.html + dh_fixperms +# dh_perl +# dh_python +# dh_makeshlibs + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb +# Build architecture independant packages using the common target. +binary-indep: build-indep install-indep + $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common + +# Build architecture dependant packages using the common target. +binary-arch: build-arch install-arch + $(MAKE) -f debian/rules DH_OPTIONS=-a binary-common + +manpage: debian/mysql-admin.xml debian/mysql-query-browser.xml + xsltproc -''-nonet /usr/share/apps/ksgmltools2/docbook/xsl/manpages/docbook.xsl debian/mysql-admin.xml + xsltproc -''-nonet /usr/share/apps/ksgmltools2/docbook/xsl/manpages/docbook.xsl debian/mysql-query-browser.xml + +binary: binary-arch binary-indep +.PHONY: build clean binary-indep binary-arch binary install install-indep install-arch configure --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/mysql-query-browser.manpages +++ mysql-gui-tools-5.0r14+openSUSE/debian/mysql-query-browser.manpages @@ -0,0 +1 @@ +mysql-query-browser.1 --- mysql-gui-tools-5.0r14+openSUSE.orig/debian/source/format +++ mysql-gui-tools-5.0r14+openSUSE/debian/source/format @@ -0,0 +1 @@ +1.0 \ No newline at end of file