2006
mysql-navigator (1.4.2-8) unstable; urgency=low
* New maintainer. (Closes: #316938) * debian/compat - bump to 5 * debian/control - changed Maintainer - bump Standard-Version to 3.7.2 (no changes) - versioned dependency on debhelper bumped to 5 * debian/copyright - updated maintainer info
-- Sandro Tosi <matrixhasu@gmail.com> Sat, 12 Aug 2006 09:44:51 +0200
mysql-navigator (1.4.2-7) unstable; urgency=medium
* QA upload. * Upgrade to libmysqlclient15-dev. Closes: #343783. - src/mysql/sql/sql.cxx: Add SQL::escape_id() to quote identifiers. - src/mysql/mainwindow/mainwindowslotschema.cxx: Replace obsoleted functions mysql_create_db() and mysql_drop_db() with corresponding SQL queries, using SQL::escape_id() to quote database names. - src/mysql/mainwindow/mainwindowslotshutdown.cxx: Supply an extra argument to mysql_shutdown().
-- Matej Vela <vela@debian.org> Fri, 17 Feb 2006 08:48:28 +0100
2005
mysql-navigator (1.4.2-6) unstable; urgency=low
* QA upload. * Automatically update config.sub and config.guess, Closes: #327461. * debian/copyright: Update upstream URL and FSF address. * debian/watch: Add.
-- Matej Vela <vela@debian.org> Sat, 10 Sep 2005 13:50:28 +0200
mysql-navigator (1.4.2-5) unstable; urgency=low
* QA Upload * Recompile for CXX transition * Bump Standards-Version to 3.6.2 (no changes) * Quote strings in menu file
-- Frank Lichtenheld <djpig@debian.org> Fri, 26 Aug 2005 23:15:26 +0200
mysql-navigator (1.4.2-4) unstable; urgency=low
* Orphaning, maintainer set to QA Group
-- Brian Nelson <pyro@debian.org> Mon, 4 Jul 2005 18:47:39 -0700
2003
mysql-navigator (1.4.2-3) unstable; urgency=low
* Removed unnecessary dh_testroot from debian/rules clean target.
* Updated build-dependencies to continue to build against
libmysqlclient10.
* Updated and improved the copyright file.
* Fixed a use of multiline strings that was causing a failure to build
with GCC 3.3. (Closes: #196707)
* Bumped up standards version. No changes required.
-- Brian Nelson <pyro@debian.org> Mon, 9 Jun 2003 15:52:25 -0700
mysql-navigator (1.4.2-2) unstable; urgency=low
* Ugh. Really fix the doc-base file path. (Closes: #183161)
-- Brian Nelson <pyro@debian.org> Fri, 14 Mar 2003 10:24:33 -0800
mysql-navigator (1.4.2-1) unstable; urgency=low
* New upstream release. * Fixed error in doc-base file path. (Closes: #183161) * Use debian/compat instead of DH_COMPAT=n in debian/rules. * debian/control: added the homepage to the description. * No longer need to use dpatch build system since upstream incorporated most changes. * Go along with upstream and name the binary mysqlnavigator instead of mysql-navigator. Provide a symlink for compatibility. * Don't rerun autotools at build time. * Removed build-dependencies on autotools.
-- Brian Nelson <pyro@debian.org> Wed, 12 Mar 2003 09:36:54 -0800
mysql-navigator (1.4.1-5) unstable; urgency=low
* Include qptrlist.h instead of qlist.h in sql.h and xcombobox.h.
* Removed dependency on libqt3-compat-headers.
* Include upstream's HTML documentation in the package.
* Reverted to run the autotools toolchain at build time. The build
system is too fubar'd to avoid it.
* Build-depend on automake1.7 instead of 1.4.
* Added a menu entry.
* Added doc-base support.
-- Brian Nelson <pyro@debian.org> Wed, 26 Feb 2003 11:35:17 -0800
mysql-navigator (1.4.1-4) unstable; urgency=low
* Qt includes moved to /usr/include/qt3, so updated parameter passed
to configure script.
* debian/control: B-D on latest Qt3 packages and libqt3-compat-headers.
* Removed the unused #include's of the Qt style headers, since these headers
are no longer included in libqt3-mt-dev, and integrated into
20_default_theme.dpatch.
* Removed unnecessary debian/dirs file.
* Updated maintainer email address.
* Use the dpatch system for managing patches. Modified debian/rules
accordingly.
* Updated config.guess and config.sub.
* Don't rerun the auto* toolchain at build time.
-- Brian Nelson <pyro@debian.org> Fri, 21 Feb 2003 15:48:01 -0800
mysql-navigator (1.4.1-3) unstable; urgency=low
* Updated default_theme.patch to use the Qt theme set by qtconfig to be
consistent with other Qt apps. (Closes: #175672)
* Build-depend on automake1.4 | automaken, since the automake package is
obsolete and mysql-navigator probably isn't dependent on a specific
automake version.
* Remove src/main/mysql-navigator in the debian/rules clean target,
since the Makefiles appear to be too dumb to do it themselves.
* Build-Depend on libqt3-mt-dev (>= 3.1.1-1) to ensure mysql-navigator
gets built against g++-3.2 libraries.
* QTDIR has moved to /usr/share/qt3, so set in rules accordingly.
* Add Build-Depends on libqt3-plugins-headers as these have been split
from the libqt3-mt-dev package.
-- Brian Nelson <nelson@bignachos.com> Mon, 3 Feb 2003 15:19:49 -0800
2002
mysql-navigator (1.4.1-2) unstable; urgency=low
* Removed default setting of Windows style and Lucida 12pt font. Now, it
should default to the system settings consistent with other Qt/KDE
apps, which generally look much nicer.
* Removed unnecessary build-depends
* Statically link against mysqlui library, and don't include mysqlui in
the package
* Updated the debian/rules script for compliance with Debian policy
* Bumped up standards version
-- Brian Nelson <nelson@bignachos.com> Sat, 23 Nov 2002 12:13:39 -0800
mysql-navigator (1.4.1-1) unstable; urgency=low
* New upstream release
* Wrote a manpage for the binary. The command-line options don't appear
to be documented anywhere, I used the source code as a reference.
* Changed the package section to "misc" to be consistent with related
tools, such as mysql-client
* Removed /usr/share/lintian/overrides directory from dirs
-- Brian Nelson <nelson@bignachos.com> Fri, 11 Oct 2002 13:12:26 -0700
mysql-navigator (1.4-3) unstable; urgency=low
* Oops, style plugins do need to be linked against libqt3-mt
-- Brian Nelson <nelson@bignachos.com> Tue, 24 Sep 2002 08:42:41 -0700
mysql-navigator (1.4-2) unstable; urgency=low
* Build against libqt3 since building against the multi-threaded version
isn't necessary
* Change the build target to mysql-navigator rather than renaming it
after the build
* Removed lintian overrides file
* Improved clean target: use distclean, and remove all auto-generated
stuff
* Call autoheader before automake
* Added call to autoconf to generate configure script
-- Brian Nelson <nelson@bignachos.com> Fri, 20 Sep 2002 07:14:32 -0700
mysql-navigator (1.4-1) unstable; urgency=low
* Adopting package (closes: #151843) * New upstream release * Set styles with QStyleFactory::create for compatibility with Qt styles compiled as plugins (closes: #139825, #139514)
-- Brian Nelson <nelson@bignachos.com> Wed, 18 Sep 2002 20:41:09 -0700
mysql-navigator (1.3.12-4) unstable; urgency=low
* Orphaning package. Maintainer set to Debian QA Group. Please see bug
#151843.
The package needs work to get it to compile again; there are problems
with linking to the current libqt3 packages (see for more information
bug #139825 and #141872)
-- Remco van de Meent <remco@debian.org> Wed, 3 Jul 2002 21:13:38 +0000
mysql-navigator (1.3.12-3) unstable; urgency=low
* Fixed build-depends for auto* (closes: #151826)
-- Remco van de Meent <remco@debian.org> Wed, 3 Jul 2002 17:32:05 +0000
mysql-navigator (1.3.12-2) unstable; urgency=low
* Compile fixes (closes: #151586)
-- Remco van de Meent <remco@debian.org> Wed, 3 Jul 2002 11:20:26 +0000
mysql-navigator (1.3.12-1) unstable; urgency=low
* New upstream release * Fix build-depends (closes: #151072)
-- Remco van de Meent <remco@debian.org> Wed, 26 Jun 2002 19:08:37 +0000
mysql-navigator (1.3.11-1) unstable; urgency=low
* New upstream release
-- Remco van de Meent <remco@debian.org> Fri, 19 Apr 2002 13:45:30 +0200
mysql-navigator (1.3.10-3) unstable; urgency=low
* Oops, forgot to add libtool build-depends (closes: #139297)
-- Remco van de Meent <remco@debian.org> Thu, 21 Mar 2002 15:40:35 +0100
mysql-navigator (1.3.10-2) unstable; urgency=low
* Updated config.{guess,sub} to new version (closes: #139034)
-- Remco van de Meent <remco@debian.org> Wed, 20 Mar 2002 17:30:29 +0100
mysql-navigator (1.3.10-1) unstable; urgency=low
* New upstream release (closes: #132571) * Clean up build process
-- Remco van de Meent <remco@debian.org> Mon, 11 Mar 2002 13:28:40 +0100
2001
mysql-navigator (1.2.4-1) unstable; urgency=low
* New upstream release
-- Remco van de Meent <remco@debian.org> Tue, 18 Sep 2001 21:13:28 +0200
mysql-navigator (1.2.3-1) unstable; urgency=low
* New upstream release * Removed build-depends libc6-dev and libstdc++2.10-dev (closes: #104020)
-- Remco van de Meent <remco@debian.org> Mon, 9 Jul 2001 17:18:18 +0200
mysql-navigator (1.2.2-1) unstable; urgency=low
* New upstream release
-- Remco van de Meent <remco@debian.org> Sat, 2 Jun 2001 14:58:17 +0200
mysql-navigator (1.2.1-1) unstable; urgency=low
* New upstream release
-- Remco van de Meent <remco@debian.org> Mon, 28 May 2001 00:19:19 +0200
mysql-navigator (1.2.0-1) unstable; urgency=low
* New upstream release * Conflict on libqt2-gl no longer needed (closes: #95196)
-- Remco van de Meent <remco@debian.org> Sat, 19 May 2001 22:23:28 +0200
mysql-navigator (1.1.0-1) unstable; urgency=low
* New upstream release * Added conflict for libqt2-gl which is not compatible with libqt2 (closes: #95196)
-- Remco van de Meent <remco@debian.org> Thu, 17 May 2001 22:31:51 +0200
mysql-navigator (1.0.1-1) unstable; urgency=low
* New upstream release
-- Remco van de Meent <remco@debian.org> Tue, 15 May 2001 16:12:04 +0200
mysql-navigator (0.9.0-1) unstable; urgency=low
* Initial Release. (closes: #94611)
-- Remco van de Meent <remco@debian.org> Fri, 20 Apr 2001 13:09:27 +0200