[debian-mysql] Bug#702630: mysql-server: patches for mysql 5.6

Ondřej Surý ondrej at debian.org
Sun Jun 23 15:06:10 UTC 2013


Package: mysql-server
Followup-For: Bug #702630

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I did some packaging based on latest mysql-5.5.

I did not tackle with test suite (so that needs to be checked and
fixed), but those packages build and hopefully also work :).

You can check those built packages in my experimental Ubuntu PPA (god
I wish we already have DPA):

https://launchpad.net/~ondrej/+archive/mysql-experimental/+packages

You might want to check for the differences between attached patches
and SVN repository and merge what's relevant, or just throw away it
completely.

O.

- -- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlHHDt8ACgkQ9OZqfMIN8nO2egCfbe1nF/OLnV9I9WeNnfwHXZDq
O5wAnjXCd2MzjfajG3q5nO57QpiHRGqv
=DC2h
-----END PGP SIGNATURE-----
-------------- next part --------------
>From c962e6c465c7957eb8bf4bc63d46341d0b907904 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <ondrej at sury.org>
Date: Sat, 22 Jun 2013 12:23:24 +0200
Subject: [PATCH 02/13] Update debian/ to MySQL 5.6

---
 debian/README.source                               |    4 +-
 debian/control                                     |   32 ++-
 debian/copyright                                   |    4 +-
 debian/mysql-client-5.5.README.Debian              |    4 -
 debian/mysql-client-5.5.dirs                       |    3 -
 debian/mysql-client-5.5.docs                       |    2 -
 debian/mysql-client-5.5.files                      |   40 ---
 debian/mysql-client-5.5.links                      |    6 -
 debian/mysql-client-5.5.lintian-overrides          |    2 -
 debian/mysql-client-5.6.README.Debian              |    4 +
 debian/mysql-client-5.6.dirs                       |    3 +
 debian/mysql-client-5.6.docs                       |    2 +
 debian/mysql-client-5.6.files                      |   40 +++
 debian/mysql-client-5.6.links                      |    6 +
 debian/mysql-client-5.6.lintian-overrides          |    2 +
 debian/mysql-server-5.5.NEWS                       |   34 ---
 debian/mysql-server-5.5.README.Debian              |  109 --------
 debian/mysql-server-5.5.config                     |   48 ----
 debian/mysql-server-5.5.dirs                       |    6 -
 debian/mysql-server-5.5.files                      |   57 ----
 debian/mysql-server-5.5.logcheck.ignore.paranoid   |    9 -
 debian/mysql-server-5.5.logcheck.ignore.server     |   32 ---
 .../mysql-server-5.5.logcheck.ignore.workstation   |   32 ---
 debian/mysql-server-5.5.mysql-server.logrotate     |   27 --
 debian/mysql-server-5.5.mysql.init                 |  187 -------------
 debian/mysql-server-5.5.postinst                   |  283 --------------------
 debian/mysql-server-5.5.postrm                     |   85 ------
 debian/mysql-server-5.5.preinst                    |  185 -------------
 debian/mysql-server-5.5.prerm                      |   10 -
 debian/mysql-server-5.5.templates                  |   89 ------
 debian/mysql-server-5.6.NEWS                       |   34 +++
 debian/mysql-server-5.6.README.Debian              |  109 ++++++++
 debian/mysql-server-5.6.config                     |   48 ++++
 debian/mysql-server-5.6.dirs                       |    6 +
 debian/mysql-server-5.6.files                      |   57 ++++
 debian/mysql-server-5.6.logcheck.ignore.paranoid   |    9 +
 debian/mysql-server-5.6.logcheck.ignore.server     |   32 +++
 .../mysql-server-5.6.logcheck.ignore.workstation   |   32 +++
 debian/mysql-server-5.6.mysql-server.logrotate     |   27 ++
 debian/mysql-server-5.6.mysql.init                 |  187 +++++++++++++
 debian/mysql-server-5.6.postinst                   |  283 ++++++++++++++++++++
 debian/mysql-server-5.6.postrm                     |   85 ++++++
 debian/mysql-server-5.6.preinst                    |  185 +++++++++++++
 debian/mysql-server-5.6.prerm                      |   10 +
 debian/mysql-server-5.6.templates                  |   89 ++++++
 debian/mysql-server-core-5.5.dirs                  |    2 -
 debian/mysql-server-core-5.5.files                 |   61 -----
 debian/mysql-server-core-5.6.dirs                  |    2 +
 debian/mysql-server-core-5.6.files                 |   61 +++++
 debian/mysql-source-5.5.install                    |    1 -
 debian/mysql-source-5.6.install                    |    1 +
 debian/mysql-testsuite-5.5.dirs                    |    1 -
 debian/mysql-testsuite-5.5.install                 |    1 -
 debian/mysql-testsuite-5.6.dirs                    |    1 +
 debian/mysql-testsuite-5.6.install                 |    1 +
 debian/patches/1_hurd.patch                        |    6 +-
 .../38_scripts__mysqld_safe.sh__signals.patch      |    4 +-
 debian/patches/62_disable_tests.patch              |    4 +-
 debian/patches/70_mysql_va_list.patch              |    4 +-
 debian/patches/71_disable_rpl_tests.patch          |    4 +-
 debian/patches/72_fix_standalone_tests.patch       |    6 +-
 debian/patches/93_kfreebsd_tests.patch             |    4 +-
 debian/patches/94_spelling.patch                   |   48 ++--
 debian/patches/regex_plus.patch                    |    8 +-
 debian/patches/versioned_symbols.patch             |    4 +-
 debian/po/POTFILES.in                              |    2 +-
 debian/po/ar.po                                    |   58 ++--
 debian/po/ca.po                                    |   54 ++--
 debian/po/cs.po                                    |   64 ++---
 debian/po/da.po                                    |   66 ++---
 debian/po/de.po                                    |   62 ++---
 debian/po/es.po                                    |   68 ++---
 debian/po/eu.po                                    |   62 ++---
 debian/po/fr.po                                    |   58 ++--
 debian/po/gl.po                                    |   64 ++---
 debian/po/it.po                                    |   68 ++---
 debian/po/ja.po                                    |   64 ++---
 debian/po/nb.po                                    |   58 ++--
 debian/po/nl.po                                    |   62 ++---
 debian/po/pt.po                                    |   68 ++---
 debian/po/pt_BR.po                                 |   60 ++---
 debian/po/ro.po                                    |   62 ++---
 debian/po/ru.po                                    |   60 ++---
 debian/po/sk.po                                    |   58 ++--
 debian/po/sv.po                                    |   64 ++---
 debian/po/templates.pot                            |   54 ++--
 debian/po/tr.po                                    |   58 ++--
 debian/rules                                       |   19 +-
 debian/source.lintian-overrides                    |    4 +-
 debian/watch                                       |    4 +-
 90 files changed, 2041 insertions(+), 2044 deletions(-)
 delete mode 100644 debian/mysql-client-5.5.README.Debian
 delete mode 100644 debian/mysql-client-5.5.dirs
 delete mode 100644 debian/mysql-client-5.5.docs
 delete mode 100644 debian/mysql-client-5.5.files
 delete mode 100644 debian/mysql-client-5.5.links
 delete mode 100644 debian/mysql-client-5.5.lintian-overrides
 create mode 100644 debian/mysql-client-5.6.README.Debian
 create mode 100644 debian/mysql-client-5.6.dirs
 create mode 100644 debian/mysql-client-5.6.docs
 create mode 100644 debian/mysql-client-5.6.files
 create mode 100644 debian/mysql-client-5.6.links
 create mode 100644 debian/mysql-client-5.6.lintian-overrides
 delete mode 100644 debian/mysql-server-5.5.NEWS
 delete mode 100644 debian/mysql-server-5.5.README.Debian
 delete mode 100644 debian/mysql-server-5.5.config
 delete mode 100644 debian/mysql-server-5.5.dirs
 delete mode 100644 debian/mysql-server-5.5.files
 delete mode 100644 debian/mysql-server-5.5.logcheck.ignore.paranoid
 delete mode 100644 debian/mysql-server-5.5.logcheck.ignore.server
 delete mode 100644 debian/mysql-server-5.5.logcheck.ignore.workstation
 delete mode 100644 debian/mysql-server-5.5.mysql-server.logrotate
 delete mode 100644 debian/mysql-server-5.5.mysql.init
 delete mode 100644 debian/mysql-server-5.5.postinst
 delete mode 100644 debian/mysql-server-5.5.postrm
 delete mode 100644 debian/mysql-server-5.5.preinst
 delete mode 100644 debian/mysql-server-5.5.prerm
 delete mode 100644 debian/mysql-server-5.5.templates
 create mode 100644 debian/mysql-server-5.6.NEWS
 create mode 100644 debian/mysql-server-5.6.README.Debian
 create mode 100644 debian/mysql-server-5.6.config
 create mode 100644 debian/mysql-server-5.6.dirs
 create mode 100644 debian/mysql-server-5.6.files
 create mode 100644 debian/mysql-server-5.6.logcheck.ignore.paranoid
 create mode 100644 debian/mysql-server-5.6.logcheck.ignore.server
 create mode 100644 debian/mysql-server-5.6.logcheck.ignore.workstation
 create mode 100644 debian/mysql-server-5.6.mysql-server.logrotate
 create mode 100644 debian/mysql-server-5.6.mysql.init
 create mode 100644 debian/mysql-server-5.6.postinst
 create mode 100644 debian/mysql-server-5.6.postrm
 create mode 100644 debian/mysql-server-5.6.preinst
 create mode 100644 debian/mysql-server-5.6.prerm
 create mode 100644 debian/mysql-server-5.6.templates
 delete mode 100644 debian/mysql-server-core-5.5.dirs
 delete mode 100644 debian/mysql-server-core-5.5.files
 create mode 100644 debian/mysql-server-core-5.6.dirs
 create mode 100644 debian/mysql-server-core-5.6.files
 delete mode 100644 debian/mysql-source-5.5.install
 create mode 100644 debian/mysql-source-5.6.install
 delete mode 100644 debian/mysql-testsuite-5.5.dirs
 delete mode 100644 debian/mysql-testsuite-5.5.install
 create mode 100644 debian/mysql-testsuite-5.6.dirs
 create mode 100644 debian/mysql-testsuite-5.6.install

diff --git a/debian/README.source b/debian/README.source
index dfeb755..97b3e23 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -23,7 +23,7 @@ The question arises why we have the mysql-source-* packages and why
 they are arch:any wasting so much space. This conversation covered the
 issue although it should probably be looked at again.
 
-(26/05/12 16:24:18) SpamapS: periapt: hey, are you 100% sure that mysql-source-5.5 is arch: all ?
+(26/05/12 16:24:18) SpamapS: periapt: hey, are you 100% sure that mysql-source-5.6 is arch: all ?
 (16:24:37) SpamapS: periapt: It includes generated files.. some of which might be arch specific. I've never taken the time to make sure.
 (16:35:56) periapt: SpamapS: Actually that's a fair point - cmake output. But then I think we ought to drop it. I view it as duplication which I think is against Debian policy.
 (16:44:04) periapt: It seems to be some sort of hangover from when the licensing issues were much worse. It's popcorn rating is almost lower than the arches we support.
@@ -38,3 +38,5 @@ issue although it should probably be looked at again.
 (16:57:30) SpamapS: periapt: perhaps the clarity from this discussion belongs in README.source too :)
 (16:57:40) periapt: okay
 (16:58:15) periapt: Actually I would prefer the FAQ: http://wiki.debian.org/Teams/MySQL/FAQ
+
+ -- Ond??ej Sur?? <ondrej at debian.org>, Sat, 22 Jun 2013 10:54:59 +0200
diff --git a/debian/control b/debian/control
index df3d7e5..90af508 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: mysql-5.5
+Source: mysql-5.6
 Section: database
 Priority: optional
 Maintainer: Debian MySQL Maintainers <pkg-mysql-maint at lists.alioth.debian.org>
@@ -7,8 +7,8 @@ Uploaders: Norbert Tretkowski <norbert at tretkowski.de>,
 Build-Depends: debhelper (>= 8.1.3~), libaio-dev[linux-any], libncurses5-dev (>= 5.0-6), perl, libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, po-debconf, psmisc, chrpath, doxygen-latex, ghostscript, gawk, bison, lsb-release, hardening-wrapper, cmake, gcc-4.4 [any-i386], g++-4.4 [any-i386]
 Standards-Version: 3.9.3
 Homepage: http://dev.mysql.com/
-Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-5.5/
-Vcs-Svn: svn://svn.debian.org/svn/pkg-mysql/mysql-5.5/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-mysql/mysql-5.6/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-mysql/mysql-5.6/
 
 Package: libmysqlclient18
 Section: libs
@@ -66,7 +66,6 @@ Description: MySQL database development files
 Package: mysql-common
 Architecture: all
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: mysql-server-5.1 (<< 5.5), mysql-client-5.1 (<< 5.5), mysql-server-core-5.1 (<< 5.5), amarok (<< 2.5.0-2)
 Multi-Arch: foreign
 Description: MySQL database common files, e.g. /etc/mysql/my.cnf
  MySQL is a fast, stable and true multi-user, multi-threaded SQL database
@@ -77,7 +76,7 @@ Description: MySQL database common files, e.g. /etc/mysql/my.cnf
  This package includes files needed by all versions of the client library,
  e.g. /etc/mysql/my.cnf.
 
-Package: mysql-client-5.5
+Package: mysql-client-5.6
 Architecture: any
 Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: virtual-mysql-client, mysql-client
@@ -93,7 +92,7 @@ Description: MySQL database client binaries
  This package includes the client binaries and the additional tools
  innotop and mysqlreport.
 
-Package: mysql-server-core-5.5
+Package: mysql-server-core-5.6
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Breaks: mysql-server-5.1, mysql-server-5.0, mysql-server-core-5.1, mysql-client-5.1
@@ -108,16 +107,15 @@ Description: MySQL database server binaries
  This package includes the server binaries but doesn't contain all the
  infrastructure needed to setup system databases.
 
-Package: mysql-server-5.5
+Package: mysql-server-5.6
 Architecture: any
 Suggests: tinyca
 Recommends: mailx, libhtml-template-perl
 Pre-Depends: mysql-common (>= ${source:Version}), adduser (>= 3.40), debconf
-Depends: mysql-client-5.5 (>= ${source:Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10), mysql-server-core-5.5 (>= ${source:Version}), initscripts (>= 2.88dsf-13.3)
-Breaks: mysql-server (<< ${source:Version}), mysql-server-5.1, libmysqlclient-dev ( << 5.5.17~), mysql-client-5.1
+Depends: mysql-client-5.6 (>= ${source:Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10), mysql-server-core-5.6 (>= ${source:Version}), initscripts (>= 2.88dsf-13.3)
+Breaks: mysql-server (<< ${source:Version})
 Provides: virtual-mysql-server
-Replaces: mysql-server (<< ${source:Version}), mysql-server-5.1,  mysql-server-5.0, , mysql-client-5.1,
- libmysqlclient-dev ( << 5.5.17~)
+Replaces: mysql-server (<< ${source:Version})
 Description: MySQL database server binaries and system database setup 
  MySQL is a fast, stable and true multi-user, multi-threaded SQL database
  server. SQL (Structured Query Language) is the most popular database query
@@ -129,10 +127,10 @@ Description: MySQL database server binaries and system database setup
 
 Package: mysql-server
 Architecture: all
-Depends: mysql-server-5.5, ${misc:Depends}
+Depends: mysql-server-5.6, ${misc:Depends}
 Description: MySQL database server (metapackage depending on the latest version)
  This is an empty package that depends on the current "best" version of
- mysql-server (currently mysql-server-5.5), as determined by the MySQL
+ mysql-server (currently mysql-server-5.6), as determined by the MySQL
  maintainers. Install this package if in doubt about which MySQL
  version you need. That will install the version recommended by the
  package maintainers.
@@ -144,15 +142,15 @@ Description: MySQL database server (metapackage depending on the latest version)
 
 Package: mysql-client
 Architecture: all
-Depends: mysql-client-5.5, ${misc:Depends}
+Depends: mysql-client-5.6, ${misc:Depends}
 Description: MySQL database client (metapackage depending on the latest version)
  This is an empty package that depends on the current "best" version of
- mysql-client (currently mysql-client-5.5), as determined by the MySQL
+ mysql-client (currently mysql-client-5.6), as determined by the MySQL
  maintainers.  Install this package if in doubt about which MySQL version
  you want, as this is the one considered to be in the best shape by the
  Maintainers.
 
-Package: mysql-testsuite-5.5
+Package: mysql-testsuite-5.6
 Architecture: any
 Depends: mysql-server (= ${source:Version}), mysql-client (= ${source:Version}), ${misc:Depends},  ${shlibs:Depends}
 Description: MySQL testsuite
@@ -163,7 +161,7 @@ Description: MySQL testsuite
  .
  This package includes the MySQL testsuite.
 
-Package: mysql-source-5.5
+Package: mysql-source-5.6
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: MySQL source
diff --git a/debian/copyright b/debian/copyright
index d2654a3..55ff2da 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: MySQL 5.5
+Upstream-Name: MySQL 5.6
 Upstream-Contact: http://bugs.mysql.com/
-Source: http://dev.mysql.com/downloads/mysql/5.5.html
+Source: http://dev.mysql.com/downloads/mysql/5.6.html
 Comment:
  The file Docs/mysql.info is removed from the upstream source
  because it is incompatible with the Debian Free Software Guidelines.
diff --git a/debian/mysql-client-5.5.README.Debian b/debian/mysql-client-5.5.README.Debian
deleted file mode 100644
index b245638..0000000
--- a/debian/mysql-client-5.5.README.Debian
+++ /dev/null
@@ -1,4 +0,0 @@
-FAQ:
-
-Q: My <tab> completition is gone, why?
-A: You have "no-auto-rehash" in the "[mysql]" section of /etc/mysql/my.cnf!
diff --git a/debian/mysql-client-5.5.dirs b/debian/mysql-client-5.5.dirs
deleted file mode 100644
index ceda592..0000000
--- a/debian/mysql-client-5.5.dirs
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/bin/
-usr/share/man/man1/
-usr/share/perl5/
diff --git a/debian/mysql-client-5.5.docs b/debian/mysql-client-5.5.docs
deleted file mode 100644
index 2144685..0000000
--- a/debian/mysql-client-5.5.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/additions/innotop/changelog.innotop
-README
diff --git a/debian/mysql-client-5.5.files b/debian/mysql-client-5.5.files
deleted file mode 100644
index 5dc5f19..0000000
--- a/debian/mysql-client-5.5.files
+++ /dev/null
@@ -1,40 +0,0 @@
-usr/bin/mysql
-usr/bin/mysqlcheck
-usr/share/man/man1/mysql.1
-usr/share/man/man1/mysqlcheck.1
-usr/bin/innochecksum
-usr/bin/innotop
-usr/bin/myisam_ftdump
-usr/bin/mysqlaccess
-usr/bin/mysqladmin
-usr/bin/mysqlbug
-usr/bin/mysql_client_test
-usr/bin/mysqldump
-usr/bin/mysqldumpslow
-usr/bin/mysql_find_rows
-usr/bin/mysql_fix_extensions
-usr/bin/mysqlimport
-usr/bin/mysqlreport
-usr/bin/mysqlshow
-usr/bin/mysqlslap
-usr/bin/mysql_waitpid
-usr/bin/mysql_plugin
-usr/share/man/man1/innotop.1
-usr/share/man/man1/myisam_ftdump.1
-usr/share/man/man1/mysqlaccess.1
-usr/share/man/man1/mysqladmin.1
-usr/share/man/man1/mysqlbug.1
-usr/share/man/man1/mysql_client_test.1
-usr/share/man/man1/mysql_client_test_embedded.1
-usr/share/man/man1/mysqldump.1
-usr/share/man/man1/mysqldumpslow.1
-usr/share/man/man1/mysql_find_rows.1
-usr/share/man/man1/mysql_fix_extensions.1
-usr/share/man/man1/mysqlimport.1
-usr/share/man/man1/mysqlman.1
-usr/share/man/man1/mysqlreport.1
-usr/share/man/man1/mysqlshow.1
-usr/share/man/man1/mysqlslap.1
-usr/share/man/man1/mysql_tableinfo.1
-usr/share/man/man1/mysql_waitpid.1
-usr/share/man/man1/mysql_plugin.1
diff --git a/debian/mysql-client-5.5.links b/debian/mysql-client-5.5.links
deleted file mode 100644
index 0b86e87..0000000
--- a/debian/mysql-client-5.5.links
+++ /dev/null
@@ -1,6 +0,0 @@
-usr/bin/mysqlcheck usr/bin/mysqlrepair
-usr/bin/mysqlcheck usr/bin/mysqlanalyze
-usr/bin/mysqlcheck usr/bin/mysqloptimize
-usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlrepair.1.gz
-usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlanalyze.1.gz
-usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqloptimize.1.gz
diff --git a/debian/mysql-client-5.5.lintian-overrides b/debian/mysql-client-5.5.lintian-overrides
deleted file mode 100644
index e7705d5..0000000
--- a/debian/mysql-client-5.5.lintian-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-# 2012-03-08 periapt
-mysql-client-5.5: binary-without-manpage usr/bin/innochecksum
diff --git a/debian/mysql-client-5.6.README.Debian b/debian/mysql-client-5.6.README.Debian
new file mode 100644
index 0000000..b245638
--- /dev/null
+++ b/debian/mysql-client-5.6.README.Debian
@@ -0,0 +1,4 @@
+FAQ:
+
+Q: My <tab> completition is gone, why?
+A: You have "no-auto-rehash" in the "[mysql]" section of /etc/mysql/my.cnf!
diff --git a/debian/mysql-client-5.6.dirs b/debian/mysql-client-5.6.dirs
new file mode 100644
index 0000000..ceda592
--- /dev/null
+++ b/debian/mysql-client-5.6.dirs
@@ -0,0 +1,3 @@
+usr/bin/
+usr/share/man/man1/
+usr/share/perl5/
diff --git a/debian/mysql-client-5.6.docs b/debian/mysql-client-5.6.docs
new file mode 100644
index 0000000..2144685
--- /dev/null
+++ b/debian/mysql-client-5.6.docs
@@ -0,0 +1,2 @@
+debian/additions/innotop/changelog.innotop
+README
diff --git a/debian/mysql-client-5.6.files b/debian/mysql-client-5.6.files
new file mode 100644
index 0000000..5dc5f19
--- /dev/null
+++ b/debian/mysql-client-5.6.files
@@ -0,0 +1,40 @@
+usr/bin/mysql
+usr/bin/mysqlcheck
+usr/share/man/man1/mysql.1
+usr/share/man/man1/mysqlcheck.1
+usr/bin/innochecksum
+usr/bin/innotop
+usr/bin/myisam_ftdump
+usr/bin/mysqlaccess
+usr/bin/mysqladmin
+usr/bin/mysqlbug
+usr/bin/mysql_client_test
+usr/bin/mysqldump
+usr/bin/mysqldumpslow
+usr/bin/mysql_find_rows
+usr/bin/mysql_fix_extensions
+usr/bin/mysqlimport
+usr/bin/mysqlreport
+usr/bin/mysqlshow
+usr/bin/mysqlslap
+usr/bin/mysql_waitpid
+usr/bin/mysql_plugin
+usr/share/man/man1/innotop.1
+usr/share/man/man1/myisam_ftdump.1
+usr/share/man/man1/mysqlaccess.1
+usr/share/man/man1/mysqladmin.1
+usr/share/man/man1/mysqlbug.1
+usr/share/man/man1/mysql_client_test.1
+usr/share/man/man1/mysql_client_test_embedded.1
+usr/share/man/man1/mysqldump.1
+usr/share/man/man1/mysqldumpslow.1
+usr/share/man/man1/mysql_find_rows.1
+usr/share/man/man1/mysql_fix_extensions.1
+usr/share/man/man1/mysqlimport.1
+usr/share/man/man1/mysqlman.1
+usr/share/man/man1/mysqlreport.1
+usr/share/man/man1/mysqlshow.1
+usr/share/man/man1/mysqlslap.1
+usr/share/man/man1/mysql_tableinfo.1
+usr/share/man/man1/mysql_waitpid.1
+usr/share/man/man1/mysql_plugin.1
diff --git a/debian/mysql-client-5.6.links b/debian/mysql-client-5.6.links
new file mode 100644
index 0000000..0b86e87
--- /dev/null
+++ b/debian/mysql-client-5.6.links
@@ -0,0 +1,6 @@
+usr/bin/mysqlcheck usr/bin/mysqlrepair
+usr/bin/mysqlcheck usr/bin/mysqlanalyze
+usr/bin/mysqlcheck usr/bin/mysqloptimize
+usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlrepair.1.gz
+usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqlanalyze.1.gz
+usr/share/man/man1/mysqlcheck.1.gz usr/share/man/man1/mysqloptimize.1.gz
diff --git a/debian/mysql-client-5.6.lintian-overrides b/debian/mysql-client-5.6.lintian-overrides
new file mode 100644
index 0000000..2459c59
--- /dev/null
+++ b/debian/mysql-client-5.6.lintian-overrides
@@ -0,0 +1,2 @@
+# 2012-03-08 periapt
+mysql-client-5.6: binary-without-manpage usr/bin/innochecksum
diff --git a/debian/mysql-server-5.5.NEWS b/debian/mysql-server-5.5.NEWS
deleted file mode 100644
index 44baefe..0000000
--- a/debian/mysql-server-5.5.NEWS
+++ /dev/null
@@ -1,34 +0,0 @@
-mysql-dfsg-5.1 (5.1.36-1) unstable; urgency=low
-
-  * Please read http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-5-0.html
-  * Make sure to do a REPAIR TABLE on all tables that use UTF-8 and have a
-    FULLTEXT index.
-
- -- Christian Hammers <ch at debian.org>  Sat,  4 Jul 2009 02:31:21 +0200
-
-mysql-dfsg-5.0 (5.1.14beta-2) unstable; urgency=low
-
-  * The BerkeleyDB Storage Engine is no longer supported. If the options
-    have-bdb or skip-bdb are found, MySQL will not start. If you have BDB
-    tables, you should change them to use another storage engine before 
-    upgrading to 5.1.   
-
- -- Monty Taylor <mordred at inaugust.com>  Thu, 18 Jan 2007 12:28:21 -0800
-
-mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low
-
-  * Binary logging is now disabled by default. If you really need it (e.g. on
-    a replication master), remove the comment from the log_bin line in my.cnf.
-
- -- Norbert Tretkowski <norbert at tretkowski.de>  Sat, 10 Nov 2007 16:26:35 +0100
-
-mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low
-
-  * Rotation of the binary logs is now configured in /etc/mysql/my.cnf with
-    "expire-logs-days" which defaults to 20 days. The old file
-    /etc/mysql/debian-log-rotate.conf should be removed together with
-    /etc/cron.daily/mysql-server after this value has been adjusted. Note that
-    the old variable defined the number of files whereas the new one defines 
-    a time span in days.
-
- -- Christian Hammers <ch at debian.org>  Tue, 24 Jan 2006 22:18:21 +0100
diff --git a/debian/mysql-server-5.5.README.Debian b/debian/mysql-server-5.5.README.Debian
deleted file mode 100644
index 741243f..0000000
--- a/debian/mysql-server-5.5.README.Debian
+++ /dev/null
@@ -1,109 +0,0 @@
-* MYSQL WON'T START OR STOP?:
-=============================
-You may never ever delete the special mysql user "debian-sys-maint". This
-user together with the credentials in /etc/mysql/debian.cnf are used by the
-init scripts to stop the server as they would require knowledge of the mysql
-root users password else.
-So in most of the times you can fix the situation by making sure that the
-debian.cnf file contains the right password, e.g. by setting a new one
-(remember to do a "flush privileges" then).
-
-* WHAT TO DO AFTER UPGRADES:
-============================
-The privilege tables are automatically updated so all there is left is read
-the changelogs on dev.mysql.com to see if any changes affect custom apps.
-
-* WHAT TO DO AFTER INSTALLATION:
-================================
-The MySQL manual describes certain steps to do at this stage in a separate
-chapter.  They are not necessary as the Debian packages does them
-automatically.
-
-The only thing that is left over for the admin is 
- - setting the passwords
- - creating new users and databases
- - read the rest of this text
-
-* DOWNGRADING TO 4.0 or 4.1:
-============================
-Unsupported. Period.
-But if you do and get problems or make interesting experiences, mail me, it
-might help others.
-Ok, if you really want, I would recommend to "mysqldump --opt" all tables,
-then purge 4.1, delete /var/lib/mysql, install 4.0 and insert the dumps.  Be
-carefully, though, with the "mysql" table, you might not simply overwrite that
-one as the password for the mysql "debian-sys-maint" user is stored in
-/etc/mysql/debian.cnf and needed by /etc/init.d/ to start mysql and check if
-it's alive. 
-
-* SOME APPLICATION CAN NO LONGER CONNECT:
-=========================================
-This application is probably linked against libmysqlclient12 or below and
-somebody has created a mysql user with new-style passwords.
-The old_passwords=1 option in /etc/mysql/my.cnf might help. If not the
-application that inserted the user has to be changed or the application that
-tries to connect updated to libmysqlclient14 or -15.
-
-* NETWORKING:
-=============
-For security reasons, the Debian package has enabled networking only on the
-loop-back device using "bind-address" in /etc/mysql/my.cnf.  Check with
-"netstat -tlnp" where it is listening. If your connection is aborted
-immediately see if "mysqld: all" or similar is in /etc/hosts.allow and read
-hosts_access(5).
-
-* WHERE IS THE DOCUMENTATION?:
-==============================
-Unfortunately due to licensing restrictions, debian currently not able
-to provide the mysql-doc package in any format.  For the most up to date
-documentation, please go to http://dev.mysql.com/doc.
-
-* PASSWORDS:
-============
-It is strongly recommended to set a password for the mysql root user (which
-  /usr/bin/mysql -u root -D mysql -e "update user set password=password('new-password') where user='root'"
-  /usr/bin/mysql -u root -e "flush privileges"
-If you already had a password set add "-p" before "-u" to the lines above.
-
-
-If you are tired to type the password in every time or want to automate your
-scripts you can store it in the file $HOME/.my.cnf. It should be chmod 0600
-(-rw------- username username .my.cnf) to ensure that nobody else can read
-it.  Every other configuration parameter can be stored there, too. You will
-find an example below and more information in the MySQL manual in
-/usr/share/doc/mysql-doc or www.mysql.com.
-
-ATTENTION: It is necessary, that a .my.cnf from root always contains a "user"
-line wherever there is a "password" line, else, the Debian maintenance
-scripts, that use /etc/mysql/debian.cnf, will use the username
-"debian-sys-maint" but the password that is in root's .my.cnf. Also note,
-that every change you make in the /root/.my.cnf will affect the mysql cron
-script, too.
-
-        # an example of $HOME/.my.cnf
-	[client]
-	user		= your-mysql-username
-	password	= enter-your-good-new-password-here
-
-* BIG_ROWS FOR EVEN MORE ROWS IN A TABLE:
-=========================================
-If you ever run out of rows in a table there is the possibility of building
-the package with "-DBIG_ROWS" which, according to a MySQL employee on
-packagers at lists.mysql.com should lead to a 64bit row index (I guess > 2^32
-rows) but also to an approx. 5% performance loss.
-
-* BerkeleyDB Storage Engine
-===========================
-Support for BerkeleyDB has been removed in 5.1, and consequently both the
-have-bdb and skip-bdb configuration options will cause the server to fail. 
-Removing the options from /etc/mysql/my.cnf will fix this problem.
-
-* FURTHER NOTES ON REPLICATION
-===============================
-If the MySQL server is acting as a replication slave, you should not
-set --tmpdir to point to a directory on a memory-based filesystem or to
-a directory that is cleared when the server host restarts. A replication
-slave needs some of its temporary files to survive a machine restart so
-that it can replicate temporary tables or LOAD DATA INFILE operations. If
-files in the temporary file directory are lost when the server restarts,
-replication fails.
diff --git a/debian/mysql-server-5.5.config b/debian/mysql-server-5.5.config
deleted file mode 100644
index a4c65f3..0000000
--- a/debian/mysql-server-5.5.config
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/bash
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
-${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
-
-CNF=/etc/mysql/my.cnf
-
-# Beware that there are two ypwhich one of them needs the 2>/dev/null!
-if test -n "`which ypwhich 2>/dev/null`"  &&  ypwhich >/dev/null 2>&1; then
-  db_input high mysql-server-5.5/nis_warning || true
-  db_go
-fi
-
-# only ask this question on fresh installs, during "reconfiguration" and when 
-# not upgrading from an existing 5.0 installation.
-# there is also an additional check for empty root passwords in the
-# postinst script when the tools are available for us to use.
-if [ "$1" = "configure" ] && ([ -z "$2" ] && [ ! -e "/var/lib/mysql/debian-5.0.flag" ] ) || [ "$1" = "reconfigure" ]; then
-  while :; do
-    RET=""
-    db_input high mysql-server/root_password || true
-    db_go
-    db_get mysql-server/root_password
-    # if password isn't empty we ask for password verification
-    if [ -z "$RET" ]; then
-      db_fset mysql-server/root_password seen false
-      db_fset mysql-server/root_password_again seen false
-      break
-    fi
-    ROOT_PW="$RET"
-    db_input high mysql-server/root_password_again || true
-    db_go
-    db_get mysql-server/root_password_again
-    if [ "$RET" == "$ROOT_PW" ]; then
-      ROOT_PW=''
-      break
-    fi
-    db_fset mysql-server/password_mismatch seen false
-    db_input critical mysql-server/password_mismatch
-    db_set mysql-server/root_password "" 
-    db_set mysql-server/root_password_again ""
-    db_go
-  done
-fi
diff --git a/debian/mysql-server-5.5.dirs b/debian/mysql-server-5.5.dirs
deleted file mode 100644
index bca0108..0000000
--- a/debian/mysql-server-5.5.dirs
+++ /dev/null
@@ -1,6 +0,0 @@
-etc/init.d
-etc/logrotate.d
-etc/mysql/conf.d
-usr/bin
-usr/share/mysql
-var/lib/mysql-upgrade
diff --git a/debian/mysql-server-5.5.files b/debian/mysql-server-5.5.files
deleted file mode 100644
index 626f78d..0000000
--- a/debian/mysql-server-5.5.files
+++ /dev/null
@@ -1,57 +0,0 @@
-usr/lib/mysql/*so*
-usr/lib/mysql/plugin/*.so
-etc/mysql/debian-start
-etc/mysql/conf.d/mysqld_safe_syslog.cnf
-usr/bin/msql2mysql
-usr/bin/myisamchk
-usr/bin/myisamlog
-usr/bin/myisampack
-usr/bin/mysql_convert_table_format
-usr/bin/mysql_secure_installation
-usr/bin/mysql_setpermission
-usr/bin/mysql_tzinfo_to_sql
-usr/bin/mysql_zap
-usr/bin/mysqlbinlog
-usr/bin/mysqld_multi
-usr/bin/mysqld_safe
-usr/bin/mysqlhotcopy
-usr/bin/mysqltest
-usr/bin/perror
-usr/bin/replace
-usr/bin/resolve_stack_dump
-usr/bin/resolveip
-usr/share/doc/mysql-server-5.5/
-usr/share/man/man1/msql2mysql.1
-usr/share/man/man1/myisamchk.1
-usr/share/man/man1/myisamlog.1
-usr/share/man/man1/myisampack.1
-usr/share/man/man1/mysqlbinlog.1
-usr/share/man/man1/mysql_convert_table_format.1
-usr/share/man/man1/mysqld_multi.1
-usr/share/man/man1/mysqld_safe.1
-usr/share/man/man1/mysqlhotcopy.1
-usr/share/man/man1/mysql_secure_installation.1
-usr/share/man/man1/mysql_setpermission.1
-usr/share/man/man1/mysqltest.1
-usr/share/man/man1/mysql_zap.1
-usr/share/man/man1/perror.1
-usr/share/man/man1/replace.1
-usr/share/man/man1/resolveip.1
-usr/share/man/man1/resolve_stack_dump.1
-usr/share/man/man1/innochecksum.1
-usr/share/man/man1/mysqltest_embedded.1
-usr/share/man/man1/mysql_tzinfo_to_sql.1
-usr/share/mysql/debian-start.inc.sh
-usr/share/mysql/echo_stderr
-usr/share/mysql/errmsg-utf8.txt
-usr/share/mysql/mysqld_multi.server
-usr/share/mysql/mysql_test_data_timezone.sql
-usr/share/mysql/config.huge.ini
-usr/share/mysql/config.medium.ini
-usr/share/mysql/config.small.ini
-usr/share/mysql/ndb-config-2-node.ini
-usr/share/mysql/debian-start.inc.sh
-usr/share/mysql/echo_stderr
-usr/share/mysql/errmsg-utf8.txt
-usr/share/mysql/mysqld_multi.server
-usr/share/mysql/mysql_test_data_timezone.sql
diff --git a/debian/mysql-server-5.5.logcheck.ignore.paranoid b/debian/mysql-server-5.5.logcheck.ignore.paranoid
deleted file mode 100644
index 00cc5c3..0000000
--- a/debian/mysql-server-5.5.logcheck.ignore.paranoid
+++ /dev/null
@@ -1,9 +0,0 @@
-/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
-/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
-/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
-mysqld\[[0-9]+\]: $
-mysqld\[[0-9]+\]: Version: .* socket: '/var/run/mysqld/mysqld.sock'  port: 3306$
-mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
-mysqld_safe\[[0-9]+\]: started$
-usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$
-usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$
diff --git a/debian/mysql-server-5.5.logcheck.ignore.server b/debian/mysql-server-5.5.logcheck.ignore.server
deleted file mode 100644
index 37f25cb..0000000
--- a/debian/mysql-server-5.5.logcheck.ignore.server
+++ /dev/null
@@ -1,32 +0,0 @@
-/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
-/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
-/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
-/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
-mysqld\[[0-9]+\]: ?$
-mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed
-mysqld\[[0-9]+\]: .*InnoDB: Started;
-mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$
-mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$
-mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$
-mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$
-mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$
-mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$
-mysqld\[[0-9]+\]: Version: .* socket
-mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
-mysqld_safe\[[0-9]+\]: ?$
-mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$
-mysqld_safe\[[0-9]+\]: ended$
-mysqld_safe\[[0-9]+\]: http://www.mysql.com$
-mysqld_safe\[[0-9]+\]: NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run$
-mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$
-mysqld_safe\[[0-9]+\]: Please report any problems with the /usr/bin/mysqlbug script!$
-mysqld_safe\[[0-9]+\]: See the manual for more instructions.$
-mysqld_safe\[[0-9]+\]: started$
-mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$
-mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$
-mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$
-mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$
-mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$
-mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$
-usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$
-usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$
diff --git a/debian/mysql-server-5.5.logcheck.ignore.workstation b/debian/mysql-server-5.5.logcheck.ignore.workstation
deleted file mode 100644
index 37f25cb..0000000
--- a/debian/mysql-server-5.5.logcheck.ignore.workstation
+++ /dev/null
@@ -1,32 +0,0 @@
-/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
-/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
-/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
-/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
-mysqld\[[0-9]+\]: ?$
-mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed
-mysqld\[[0-9]+\]: .*InnoDB: Started;
-mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$
-mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$
-mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$
-mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$
-mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$
-mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$
-mysqld\[[0-9]+\]: Version: .* socket
-mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
-mysqld_safe\[[0-9]+\]: ?$
-mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$
-mysqld_safe\[[0-9]+\]: ended$
-mysqld_safe\[[0-9]+\]: http://www.mysql.com$
-mysqld_safe\[[0-9]+\]: NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run$
-mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$
-mysqld_safe\[[0-9]+\]: Please report any problems with the /usr/bin/mysqlbug script!$
-mysqld_safe\[[0-9]+\]: See the manual for more instructions.$
-mysqld_safe\[[0-9]+\]: started$
-mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$
-mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$
-mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$
-mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$
-mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$
-mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$
-usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$
-usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$
diff --git a/debian/mysql-server-5.5.mysql-server.logrotate b/debian/mysql-server-5.5.mysql-server.logrotate
deleted file mode 100644
index 83550bf..0000000
--- a/debian/mysql-server-5.5.mysql-server.logrotate
+++ /dev/null
@@ -1,27 +0,0 @@
-# - I put everything in one block and added sharedscripts, so that mysql gets 
-#   flush-logs'd only once.
-#   Else the binary logs would automatically increase by n times every day.
-# - The error log is obsolete, messages go to syslog now.
-/var/log/mysql.log /var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log {
-	daily
-	rotate 7
-	missingok
-	create 640 mysql adm
-	compress
-	sharedscripts
-	postrotate
-		test -x /usr/bin/mysqladmin || exit 0
-		# If this fails, check debian.conf! 
-		MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
-		if [ -z "`$MYADMIN ping 2>/dev/null`" ]; then
-		  # Really no mysqld or rather a missing debian-sys-maint user?
-		  # If this occurs and is not a error please report a bug.
-		  #if ps cax | grep -q mysqld; then
-		  if killall -q -s0 -umysql mysqld; then
- 		    exit 1
-		  fi 
-		else
-		  $MYADMIN flush-logs
-		fi
-	endscript
-}
diff --git a/debian/mysql-server-5.5.mysql.init b/debian/mysql-server-5.5.mysql.init
deleted file mode 100644
index 983a8c2..0000000
--- a/debian/mysql-server-5.5.mysql.init
+++ /dev/null
@@ -1,187 +0,0 @@
-#!/bin/bash
-#
-### BEGIN INIT INFO
-# Provides:          mysql
-# Required-Start:    $remote_fs $syslog
-# Required-Stop:     $remote_fs $syslog
-# Should-Start:      $network $time
-# Should-Stop:       $network $time
-# Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
-# Short-Description: Start and stop the mysql database server daemon
-# Description:       Controls the main MySQL database server daemon "mysqld"
-#                    and its wrapper script "mysqld_safe".
-### END INIT INFO
-#
-set -e
-set -u
-${DEBIAN_SCRIPT_DEBUG:+ set -v -x}
-
-test -x /usr/bin/mysqld_safe || exit 0
-
-. /lib/lsb/init-functions
-
-SELF=$(cd $(dirname $0); pwd -P)/$(basename $0)
-CONF=/etc/mysql/my.cnf
-MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
-
-# priority can be overriden and "-s" adds output to stderr
-ERR_LOGGER="logger -p daemon.err -t /etc/init.d/mysql -i"
-
-# Safeguard (relative paths, core dumps..)
-cd /
-umask 077
-
-# mysqladmin likes to read /root/.my.cnf. This is usually not what I want
-# as many admins e.g. only store a password without a username there and
-# so break my scripts.
-export HOME=/etc/mysql/
-
-## Fetch a particular option from mysql's invocation.
-#
-# Usage: void mysqld_get_param option
-mysqld_get_param() {
-	/usr/sbin/mysqld --print-defaults \
-		| tr " " "\n" \
-		| grep -- "--$1" \
-		| tail -n 1 \
-		| cut -d= -f2
-}
-
-## Do some sanity checks before even trying to start mysqld.
-sanity_checks() {
-  # check for config file
-  if [ ! -r /etc/mysql/my.cnf ]; then
-    log_warning_msg "$0: WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz"
-    echo                "WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" | $ERR_LOGGER
-  fi
-
-  # check for diskspace shortage
-  datadir=`mysqld_get_param datadir`
-  if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit ($4>4096) }'; then
-    log_failure_msg "$0: ERROR: The partition with $datadir is too full!"
-    echo                "ERROR: The partition with $datadir is too full!" | $ERR_LOGGER
-    exit 1
-  fi
-}
-
-## Checks if there is a server running and if so if it is accessible.
-#
-# check_alive insists on a pingable server
-# check_dead also fails if there is a lost mysqld in the process list
-#
-# Usage: boolean mysqld_status [check_alive|check_dead] [warn|nowarn]
-mysqld_status () {
-    ping_output=`$MYADMIN ping 2>&1`; ping_alive=$(( ! $? ))
-
-    ps_alive=0
-    pidfile=`mysqld_get_param pid-file`
-    if [ -f "$pidfile" ] && ps `cat $pidfile` >/dev/null 2>&1; then ps_alive=1; fi
-    
-    if [ "$1" = "check_alive"  -a  $ping_alive = 1 ] ||
-       [ "$1" = "check_dead"   -a  $ping_alive = 0  -a  $ps_alive = 0 ]; then
-	return 0 # EXIT_SUCCESS
-    else
-  	if [ "$2" = "warn" ]; then
-  	    echo -e "$ps_alive processes alive and '$MYADMIN ping' resulted in\n$ping_output\n" | $ERR_LOGGER -p daemon.debug
-	fi
-  	return 1 # EXIT_FAILURE
-    fi
-}
-
-#
-# main()
-#
-
-case "${1:-''}" in
-  'start')
-	sanity_checks;
-	# Start daemon
-	log_daemon_msg "Starting MySQL database server" "mysqld"
-	if mysqld_status check_alive nowarn; then
-	   log_progress_msg "already running"
-	   log_end_msg 0
-	else
-	    # Could be removed during boot
-	    test -e /var/run/mysqld || install -m 755 -o mysql -g root -d /var/run/mysqld
-
-	    # Start MySQL! 
-  	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
-
-	    # 6s was reported in #352070 to be too few when using ndbcluster
-	    for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14; do
-                sleep 1
-	        if mysqld_status check_alive nowarn ; then break; fi
-		log_progress_msg "."
-	    done
-	    if mysqld_status check_alive warn; then
-                log_end_msg 0
-	        # Now start mysqlcheck or whatever the admin wants.
-	        output=$(/etc/mysql/debian-start)
-		[ -n "$output" ] && log_action_msg "$output"
-	    else
-	        log_end_msg 1
-		log_failure_msg "Please take a look at the syslog"
-	    fi
-	fi
-	;;
-
-  'stop')
-	# * As a passwordless mysqladmin (e.g. via ~/.my.cnf) must be possible
-	# at least for cron, we can rely on it here, too. (although we have 
-	# to specify it explicit as e.g. sudo environments points to the normal
-	# users home and not /root)
-	log_daemon_msg "Stopping MySQL database server" "mysqld"
-	if ! mysqld_status check_dead nowarn; then
-	  set +e
-	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
-	  set -e
-	  if [ "$r" -ne 0 ]; then
-	    log_end_msg 1
-	    [ "$VERBOSE" != "no" ] && log_failure_msg "Error: $shutdown_out"
-	    log_daemon_msg "Killing MySQL database server by signal" "mysqld"
-	    killall -15 mysqld
-            server_down=
-	    for i in 1 2 3 4 5 6 7 8 9 10; do
-              sleep 1
-              if mysqld_status check_dead nowarn; then server_down=1; break; fi
-            done
-          if test -z "$server_down"; then killall -9 mysqld; fi
-	  fi
-        fi
-
-        if ! mysqld_status check_dead warn; then
-	  log_end_msg 1
-	  log_failure_msg "Please stop MySQL manually and read /usr/share/doc/mysql-server-5.5/README.Debian.gz!"
-	  exit -1
-	else
-	  log_end_msg 0
-        fi
-	;;
-
-  'restart')
-	set +e; $SELF stop; set -e
-	$SELF start 
-	;;
-
-  'reload'|'force-reload')
-  	log_daemon_msg "Reloading MySQL database server" "mysqld"
-	$MYADMIN reload
-	log_end_msg 0
-	;;
-
-  'status')
-	if mysqld_status check_alive nowarn; then
-	  log_action_msg "$($MYADMIN version)"
-	else
-	  log_action_msg "MySQL is stopped."
-	  exit 3
-	fi
-  	;;
-
-  *)
-	echo "Usage: $SELF start|stop|restart|reload|force-reload|status"
-	exit 1
-	;;
-esac
-
diff --git a/debian/mysql-server-5.5.postinst b/debian/mysql-server-5.5.postinst
deleted file mode 100644
index d13f9be..0000000
--- a/debian/mysql-server-5.5.postinst
+++ /dev/null
@@ -1,283 +0,0 @@
-#!/bin/bash
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
-${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
- 
-export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin
-
-# This command can be used as pipe to syslog. With "-s" it also logs to stderr.
-ERR_LOGGER="logger -p daemon.err -t mysqld_safe -i"
-
-invoke() {
-  if [ -x /usr/sbin/invoke-rc.d ]; then
-    invoke-rc.d mysql $1
-  else
-    /etc/init.d/mysql $1
-  fi
-}
-
-MYSQL_BOOTSTRAP="/usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables"
-
-test_mysql_access() {
-       mysql --no-defaults -u root -h localhost </dev/null >/dev/null 2>&1
-}
-
-# call with $1 = "online" to connect to the server, otherwise it bootstraps
-set_mysql_rootpw() {
-       # forget we ever saw the password.  don't use reset to keep the seen status
-       db_set mysql-server/root_password ""
-       db_set mysql-server/root_password_again ""
-
-       tfile=`mktemp`
-       if [ ! -f "$tfile" ]; then
-               return 1
-       fi
-
-       # this avoids us having to call "test" or "[" on $rootpw
-       cat << EOF > $tfile
-USE mysql;
-UPDATE user SET password=PASSWORD("$rootpw") WHERE user='root';
-FLUSH PRIVILEGES;
-EOF
-       if grep -q 'PASSWORD("")' $tfile; then
-               retval=0
-       elif [ "$1" = "online" ]; then
-               mysql --no-defaults -u root -h localhost <$tfile >/dev/null
-               retval=$?
-       else
-               $MYSQL_BOOTSTRAP <$tfile
-               retval=$?
-       fi
-       rm -f $tfile
-       return $retval
-}
-
-# This is necessary because mysql_install_db removes the pid file in /var/run
-# and because changed configuration options should take effect immediately.
-# In case the server wasn't running at all it should be ok if the stop
-# script fails. I can't tell at this point because of the cleaned /var/run.
-set +e; invoke stop; set -e
-    
-case "$1" in
-  configure)
-    mysql_datadir=/usr/share/mysql
-    mysql_statedir=/var/lib/mysql
-    mysql_rundir=/var/run/mysqld
-    mysql_logdir=/var/log
-    mysql_cfgdir=/etc/mysql
-    mysql_newlogdir=/var/log/mysql
-    mysql_upgradedir=/var/lib/mysql-upgrade
-
-    # first things first, if the following symlink exists, it is a preserved
-    # copy the old data dir from a mysql upgrade that would have otherwise
-    # been replaced by an empty mysql dir.  this should restore it.
-    for dir in DATADIR LOGDIR; do
-        if [ "$dir" = "DATADIR" ]; then targetdir=$mysql_statedir; else targetdir=$mysql_newlogdir; fi
-        savelink="$mysql_upgradedir/$dir.link"
-        if [ -L "$savelink" ]; then
-            # If the targetdir was a symlink before we upgraded it is supposed
-            # to be either still be present or not existing anymore now.
-            if [ -L "$targetdir" ]; then
-                rm "$savelink"
-            elif [ ! -d "$targetdir" ]; then
-                mv "$savelink" "$targetdir"
-            else
-                # this should never even happen, but just in case...
-                mysql_tmp=`mktemp -d -t mysql-symlink-restore-XXXXXX`
-                echo "this is very strange!  see $mysql_tmp/README..." >&2
-                mv "$targetdir" "$mysql_tmp"
-                cat << EOF > "$mysql_tmp/README"
-
-if you're reading this, it's most likely because you had replaced /var/lib/mysql
-with a symlink, then upgraded to a new version of mysql, and then dpkg
-removed your symlink (see #182747 and others).  the mysql packages noticed
-that this happened, and as a workaround have restored it.  however, because
-/var/lib/mysql seems to have been re-created in the meantime, and because
-we don't want to rm -rf something we don't know as much about, we're going
-to leave this unexpected directory here.  if your database looks normal,
-and this is not a symlink to your database, you should be able to blow
-this all away.
-
-EOF
-            fi
-        fi
-	rmdir $mysql_upgradedir 2>/dev/null || true
-    done
-    
-    # Ensure the existence and right permissions for the database and
-    # log files.
-    if [ ! -d "$mysql_statedir"       -a ! -L "$mysql_statedir"       ]; then mkdir "$mysql_statedir"; fi
-    if [ ! -d "$mysql_statedir/mysql" -a ! -L "$mysql_statedir/mysql" ]; then mkdir "$mysql_statedir/mysql"; fi
-    if [ ! -d "$mysql_newlogdir"      -a ! -L "$mysql_newlogdir"      ]; then mkdir "$mysql_newlogdir"; fi
-    # When creating an ext3 jounal on an already mounted filesystem like e.g.
-    # /var/lib/mysql, you get a .journal file that is not modifyable by chown.
-    # The mysql_datadir must not be writable by the mysql user under any
-    # circumstances as it contains scripts that are executed by root.
-    set +e
-    chown -R 0:0 $mysql_datadir
-    chown -R mysql $mysql_statedir
-    chmod 700 $mysql_statedir $mysql_statedir/mysql
-    if [ ! -d "$mysql_rundir" ]; then mkdir "$mysql_rundir"; fi
-    chown -R mysql $mysql_rundir
-    chown -R mysql:adm $mysql_newlogdir;	chmod 2750 $mysql_newlogdir;
-    for i in log err; do
-      touch             $mysql_logdir/mysql.$i
-      chown mysql:adm   $mysql_logdir/mysql.$i
-      chmod 0640        $mysql_logdir/mysql.$i
-    done
-    set -e
-
-    # This is important to avoid dataloss when there is a removed
-    # mysql-server version from Woody lying around which used the same
-    # data directory and then somewhen gets purged by the admin.
-    db_set mysql-server/postrm_remove_database false || true
-
-    # To avoid downgrades.
-    touch $mysql_statedir/debian-5.5.flag
-
-    # initiate databases. Output is not allowed by debconf :-(
-    # Debian: beware of the bashisms... 
-    # Debian: can safely run on upgrades with existing databases 
-    set +e
-    bash /usr/bin/mysql_install_db --rpm 2>&1 | $ERR_LOGGER
-    if [ "$?" != "0" ]; then
-      echo "ATTENTION: An error has occured. More info is in the syslog!"
-    fi
-    set -e
-    
-    ## On every reconfiguration the maintenance user is recreated.
-    #
-    # - It is easier to regenerate the password every time but as people
-    #   use fancy rsync scripts and file alteration monitors, the existing
-    #   password is used and existing files not touched.
-    # - The mysqld statement is like that in mysql_install_db because the
-    #   server is not already running. This has some implications:
-    # 	- The amount of newlines and semicolons in the query is important!
-    #   - GRANT is not possible with --skip-grant-tables and "INSERT
-    #     (user,host..) VALUES" is not --ansi compliant
-    # - The echo is just for readability. ash's buildin has no "-e" so use /bin/echo.
-    # - The Super_priv, Show_db_priv, Create_tmp_table_priv and Lock_tables_priv
-    #   may not be present as old Woody 3.23 databases did not have it and the
-    #   admin might not already have run mysql_upgrade which adds them.
-    #   As the binlog cron scripts to need at least the Super_priv, I do first
-    #   the old query which always succeeds and then the new which may or may not.
-
-    # recreate the credentials file if not present or without mysql_upgrade stanza
-    dc=$mysql_cfgdir/debian.cnf; 
-    if [ -e "$dc" -a -n "`fgrep mysql_upgrade $dc 2>/dev/null`" ]; then
-        pass="`sed -n 's/^[     ]*password *= *// p' $dc | head -n 1`"
-    else
-	pass=`perl -e 'print map{("a".."z","A".."Z",0..9)[int(rand(62))]}(1..16)'`;
-        if [ ! -d "$mysql_cfgdir" ]; then install -o 0 -g 0 -m 0755 -d $mysql_cfgdir; fi
-        cat /dev/null > $dc
-        echo "# Automatically generated for Debian scripts. DO NOT TOUCH!" >>$dc
-        echo "[client]"                                                    >>$dc
-        echo "host     = localhost"                                        >>$dc
-        echo "user     = debian-sys-maint"                                 >>$dc
-        echo "password = $pass"                                            >>$dc
-        echo "socket   = $mysql_rundir/mysqld.sock"                        >>$dc
-        echo "[mysql_upgrade]"                                             >>$dc
-        echo "host     = localhost"                                        >>$dc
-        echo "user     = debian-sys-maint"                                 >>$dc
-        echo "password = $pass"                                            >>$dc
-        echo "socket   = $mysql_rundir/mysqld.sock"                        >>$dc
-        echo "basedir  = /usr"                                             >>$dc
-    fi
-    # If this dir chmod go+w then the admin did it. But this file should not.
-    chown 0:0 $dc
-    chmod 0600 $dc
-
-    # update privilege tables
-    password_column_fix_query=`echo -e \
-        "USE mysql\n" \
-        "ALTER TABLE user CHANGE Password Password char(41) character set latin1 collate latin1_bin DEFAULT '' NOT NULL"`;
-    replace_query=`echo -e \
-        "USE mysql\n" \
-        "REPLACE INTO user SET " \
-        "  host='localhost', user='debian-sys-maint', password=password('$pass'), " \
-        "  Select_priv='Y', Insert_priv='Y', Update_priv='Y', Delete_priv='Y', " \
-        "  Create_priv='Y', Drop_priv='Y', Reload_priv='Y', Shutdown_priv='Y', " \
-        "  Process_priv='Y',  File_priv='Y', Grant_priv='Y', References_priv='Y', " \
-        "  Index_priv='Y', Alter_priv='Y', Super_priv='Y', Show_db_priv='Y', "\
-        "  Create_tmp_table_priv='Y', Lock_tables_priv='Y', Execute_priv='Y', "\
-        "  Repl_slave_priv='Y', Repl_client_priv='Y', Create_view_priv='Y', "\
-        "  Show_view_priv='Y', Create_routine_priv='Y', Alter_routine_priv='Y', "\
-        "  Create_user_priv='Y', Event_priv='Y', Trigger_priv='Y', Create_tablespace_priv='Y' "`;
-    fix_privs=`echo -e \
-        "USE mysql;\n" \
-        "ALTER TABLE user ADD column Create_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Create_routine_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Alter_routine_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Create_user_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Event_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Trigger_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
-        "ALTER TABLE user ADD column Create_tablespace_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " `
-    # Engines supported by etch should be installed per default. The query sequence is supposed
-    # to be aborted if the CREATE TABLE fails due to an already existent table in which case the
-    # admin might already have chosen to remove one or more plugins. Newlines are necessary.
-    install_plugins=`echo -e \
-        "USE mysql;\n" \
-        "CREATE TABLE plugin (name char(64) COLLATE utf8_bin NOT NULL DEFAULT '', " \
-        "  dl char(128) COLLATE utf8_bin NOT NULL DEFAULT '', " \
-        "  PRIMARY KEY (name)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins';\n" \
-        "INSERT INTO plugin VALUES ('innodb',    'ha_innodb.so');\n" \
-        "INSERT INTO plugin VALUES ('federated', 'ha_federated.so');\n" \
-        "INSERT INTO plugin VALUES ('blackhole', 'ha_blackhole.so');\n" \
-        "INSERT INTO plugin VALUES ('archive',   'ha_archive.so');" `
-
-    # Upgrade password column format before the root password gets set.
-    echo "$password_column_fix_query"                        | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
-
-    db_get mysql-server/root_password && rootpw="$RET"
-    if ! set_mysql_rootpw; then
-        password_error="yes"
-    fi
-
-    echo "$fix_privs"                                        | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
-    echo "$replace_query"                                    | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
-    set +e
-    echo "$install_plugins"                                  | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
-    set -e
-  ;;
-
-  abort-upgrade|abort-remove|abort-configure)
-  ;;
-
-  *)
-    echo "postinst called with unknown argument '$1'" 1>&2
-    exit 1
-  ;;
-esac
-
-# here we check to see if we can connect as root without a password
-# this should catch upgrades from previous versions where the root
-# password wasn't set.  if there is a password, or if the connection
-# fails for any other reason, nothing happens.
-if [ "$1" = "configure" ]; then
-       if test_mysql_access; then
-               db_input medium mysql-server/root_password || true
-               db_go
-               db_get mysql-server/root_password && rootpw="$RET"
-
-               if ! set_mysql_rootpw "online"; then
-                       password_error="yes"
-               fi
-       fi
-
-       if [ "$password_error" = "yes" ]; then
-               db_input high mysql-server/error_setting_password || true
-               db_go
-       fi
-
-fi
-
-db_stop # in case invoke failes
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/mysql-server-5.5.postrm b/debian/mysql-server-5.5.postrm
deleted file mode 100644
index c292652..0000000
--- a/debian/mysql-server-5.5.postrm
+++ /dev/null
@@ -1,85 +0,0 @@
-#!/bin/bash
-
-set -e
-
-# It is possible that Debconf has already been removed, too.
-if [ -f /usr/share/debconf/confmodule ]; then
-  . /usr/share/debconf/confmodule
-fi
-
-if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
-${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
-
-MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
-
-# Try to stop the server in a sane way. If it does not success let the admin
-# do it himself. No database directories should be removed while the server
-# is running!
-stop_server() {
-  set +e
-  if [ -x /usr/sbin/invoke-rc.d ]; then
-    invoke-rc.d mysql stop
-  else
-    /etc/init.d/mysql stop
-  fi
-  errno=$?
-  set -e
-
-  if [ "$?" != 0 ]; then
-    echo "Trying to stop the MySQL server resulted in exitcode $?." 1>&2
-    echo "Stop it yourself and try again!" 1>&2
-    exit 1
-  fi
-}
-
-case "$1" in
-  purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
-    if [ -n "`$MYADMIN ping 2>/dev/null`" ]; then
-      stop_server
-      sleep 2
-    fi
-  ;;
-  *)
-    echo "postrm called with unknown argument '$1'" 1>&2
-    exit 1
-  ;;
-esac
-
-#
-# - Do NOT purge logs or data if another mysql-sever* package is installed (#307473)
-# - Remove the mysql user only after all his owned files are purged.
-#   
-if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; then
-  # we remove the mysql user only after all his owned files are purged
-  rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz}
-  rm -rf /var/log/mysql
-
-  db_input high mysql-server-5.5/postrm_remove_databases || true
-  db_go || true
-  db_get mysql-server-5.5/postrm_remove_databases || true
-  if [ "$RET" = "true" ]; then
-    # never remove the debian.cnf when the databases are still existing
-    # else we ran into big trouble on the next install!
-    rm -f /etc/mysql/debian.cnf
-    rm -rf /var/lib/mysql
-    rm -rf /var/run/mysqld
-    userdel mysql || true
-  fi
-
-  # (normally) Automatically added by dh_installinit
-  if [ "$1" = "purge" ] ; then
-        update-rc.d mysql remove >/dev/null || exit 0
-  fi
-  # (normally) End automatically added section
-fi
-
-# (normally) Automatically added by dh_installdebconf
-if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
-        . /usr/share/debconf/confmodule
-        db_purge
-fi
-# (normally) End automatically added section
-
-# no DEBHELPER here, "update-rc.d remove" fails if mysql-server-5.5 is installed
-
-exit 0
diff --git a/debian/mysql-server-5.5.preinst b/debian/mysql-server-5.5.preinst
deleted file mode 100644
index 7ab1518..0000000
--- a/debian/mysql-server-5.5.preinst
+++ /dev/null
@@ -1,185 +0,0 @@
-#!/bin/bash
-#
-# summary of how this script can be called:
-#        * <new-preinst> install
-#        * <new-preinst> install <old-version>
-#        * <new-preinst> upgrade <old-version>
-#        * <old-preinst> abort-upgrade <new-version>
-#
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
-${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
-
-export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin
-MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
-DATADIR=/var/lib/mysql
-LOGDIR=/var/log/mysql
-UPGRADEDIR=/var/lib/mysql-upgrade
-
-# Try to stop the server in a sane way. If it does not success let the admin
-# do it himself. No database directories should be removed while the server
-# is running! Another mysqld in e.g. a different chroot is fine for us.
-stop_server() {
-    if [ ! -x /etc/init.d/mysql ]; then return; fi
-
-    set +e
-    if [ -x /usr/sbin/invoke-rc.d ]; then
-      cmd="invoke-rc.d mysql stop"
-    else
-      cmd="/etc/init.d/mysql stop"
-    fi
-    $cmd
-    errno=$?
-    set -e
-   
-    # 0=ok, 100=no init script (fresh install)
-    if [ "$errno" != 0 -a "$errno" != 100 ]; then
-      echo "${cmd/ */} returned $errno" 1>&2
-      echo "There is a MySQL server running, but we failed in our attempts to stop it." 1>&2
-      echo "Stop it yourself and try again!" 1>&2
-      db_stop  	
-      exit 1
-    fi
-}
-
-################################ main() ##########################
-
-this_version=5.5
-
-# Abort if an NDB cluster is in use.
-if egrep -qi -r '^[^#]*ndb.connectstring|^[[:space:]]*\[[[:space:]]*ndb_mgmd' /etc/mysql/; then
-  db_fset mysql-server/no_upgrade_when_using_ndb seen false || true
-  db_input high mysql-server/no_upgrade_when_using_ndb || true
-  db_go
-  db_stop
-  exit 1
-fi
-
-# Abort if skip-bdb option is enabled, required for 5.0 -> 5.1 upgrades.
-#TODO
-
-# Safe the user from stupidities.
-show_downgrade_warning=0
-for i in `ls $DATADIR/debian-*.flag 2>/dev/null`; do
-  found_version=`echo $i | sed 's/.*debian-\([0-9\.]\+\).flag/\1/'`
-  if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
-    show_downgrade_warning=1
-    break;
-  fi
-done
-if [ "$show_downgrade_warning" = 1 ]; then
-  db_fset mysql-server-$this_version/really_downgrade seen false || true
-  db_input medium mysql-server-$this_version/really_downgrade || true
-  db_go
-  db_get mysql-server-$this_version/really_downgrade || true
-  if [ "$RET" = "true" ]; then
-    rm -f $DATADIR/debian-*.flag
-    touch $DATADIR/debian-$this_version.flag
-  else
-    echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
-    echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
-    echo "$DATADIR/debian-*.flag and try installing again." 1>&2
-    db_stop
-    exit 1
-  fi
-fi
-
-# to be sure
-stop_server
-
-# If we use NIS then errors should be tolerated. It's up to the
-# user to ensure that the mysql user is correctly setup.
-# Beware that there are two ypwhich one of them needs the 2>/dev/null!
-if test -n "`which ypwhich 2>/dev/null`"  &&  ypwhich >/dev/null 2>&1; then
-  set +e
-fi
-
-#
-# Now we have to ensure the following state:
-# /etc/passwd: mysql:x:100:101:MySQL Server:/nonexistent:/bin/false
-# /etc/group:  mysql:x:101:
-# 
-# Sadly there could any state be present on the system so we have to
-# modify everything carefully i.e. not doing a chown before creating
-# the user etc...
-#
-
-# creating mysql group if he isn't already there
-if ! getent group mysql >/dev/null; then
- 	# Adding system group: mysql.
-	addgroup --system mysql >/dev/null
-fi
-
-# creating mysql user if he isn't already there
-if ! getent passwd mysql >/dev/null; then
-	# Adding system user: mysql.
-	adduser \
-	  --system \
-          --disabled-login \
-	  --ingroup mysql \
-	  --no-create-home \
-	  --home /nonexistent \
-	  --gecos "MySQL Server" \
-	  --shell /bin/false \
-	  mysql  >/dev/null
-fi
-
-# end of NIS tolerance zone
-set -e
-
-# if there's a symlink, let's store where it's pointing, because otherwise
-# it's going to be lost in some situations
-for dir in DATADIR LOGDIR; do
-    checkdir=`eval echo "$"$dir`
-    if [ -L "$checkdir" ]; then
-	mkdir -p "$UPGRADEDIR"
-	cp -d "$checkdir" "$UPGRADEDIR/$dir.link"
-    fi
-done
-
-# creating mysql home directory
-if [ ! -d $DATADIR -a ! -L $DATADIR ]; then
- 	mkdir $DATADIR
-fi
-
-# checking disc space
-if LC_ALL=C BLOCKSIZE= df --portability $DATADIR/. | tail -n 1 | awk '{ exit ($4>1000) }'; then
-  echo "ERROR: There's not enough space in $DATADIR/" 1>&2
-  db_stop
-  exit 1
-fi
-
-# Since the home directory was created before putting the user into
-# the mysql group and moreover we cannot guarantee that the 
-# permissions were correctly *before* calling this script, we fix them now.
-# In case we use NIS and no mysql user is present then this script should
-# better fail now than later..
-# The "set +e" is necessary as e.g. a ".journal" of a ext3 partition is
-# not chgrp'able (#318435).
-set +e
-chown mysql:mysql $DATADIR
-find $DATADIR -follow -not -group mysql -print0 2>/dev/null \
-  | xargs -0 --no-run-if-empty chgrp mysql
-set -e
-
-# Some files below /etc/ were possibly in the mysql-server-5.0/etch package
-# before. They get overwritten by current ones to avoid unnecessary dpkg questions.
-while read md5 file; do
-  if [ "`md5sum $file 2>/dev/null`" = "$md5  $file" ]; then
-    cp /usr/share/mysql-common/internal-use-only/`echo $file | sed 's?/?_?g'` $file
-  fi
-done <<EOT
-6691f2fdc5c6d27ff0260eb79813e1bc  /etc/init.d/mysql
-b53b9552d44661361d39157c3c7c51d3  /etc/logrotate.d/mysql-server
-57f3e58f72582ca55100dc1ba0f1a8ae  /etc/mysql/debian-start
-EOT
-
-db_stop
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/mysql-server-5.5.prerm b/debian/mysql-server-5.5.prerm
deleted file mode 100644
index 0371bbf..0000000
--- a/debian/mysql-server-5.5.prerm
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -e
-
-. /usr/share/debconf/confmodule
-
-if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
-${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
-
-#DEBHELPER#
diff --git a/debian/mysql-server-5.5.templates b/debian/mysql-server-5.5.templates
deleted file mode 100644
index b104afa..0000000
--- a/debian/mysql-server-5.5.templates
+++ /dev/null
@@ -1,89 +0,0 @@
-# These templates have been reviewed by the debian-l10n-english
-# team
-#
-# If modifications/additions/rewording are needed, please ask
-# for an advice to debian-l10n-english at lists.debian.org
-#
-# Even minor modifications require translation updates and such
-# changes should be coordinated with translators and reviewers.
-
-Template: mysql-server-5.5/really_downgrade
-Type: boolean
-Default: false
-_Description: Really proceed with downgrade?
- A file named /var/lib/mysql/debian-*.flag exists on this system.
- .
- Such a file is an indication that a mysql-server package with a higher
- version has been installed previously.
- .
- There is no guarantee that the version you're currently installing
- will be able to use the current databases.
-
-Template: mysql-server-5.5/nis_warning
-Type: note
-#flag:translate!:3,5
-_Description: Important note for NIS/YP users
- Using MySQL under NIS/YP requires a mysql user account to be added on
- the local system with:
- .
-  adduser --system --group --home /var/lib/mysql mysql
- .
- You should also check the permissions and ownership of the
- /var/lib/mysql directory:
- .
-  /var/lib/mysql: drwxr-xr-x   mysql    mysql
-
-Template: mysql-server-5.5/postrm_remove_databases
-Type: boolean
-Default: false
-_Description: Remove all MySQL databases?
- The /var/lib/mysql directory which contains the MySQL databases is about
- to be removed.
- .
- If you're removing the MySQL package in order to later install a more
- recent version or if a different mysql-server package is already
- using it, the data should be kept.
-
-Template: mysql-server-5.5/start_on_boot
-Type: boolean
-Default: true
-_Description: Start the MySQL server on boot?
- The MySQL server can be launched automatically at boot time or manually
- with the '/etc/init.d/mysql start' command.
-
-Template: mysql-server/root_password
-Type: password
-_Description: New password for the MySQL "root" user:
- While not mandatory, it is highly recommended that you set a password
- for the MySQL administrative "root" user.
- .
- If this field is left blank, the password will not be changed.
-
-Template: mysql-server/root_password_again
-Type: password
-_Description: Repeat password for the MySQL "root" user:
-
-Template: mysql-server/error_setting_password
-Type: error
-_Description: Unable to set password for the MySQL "root" user
- An error occurred while setting the password for the MySQL
- administrative user. This may have happened because the account
- already has a password, or because of a communication problem with
- the MySQL server.
- .
- You should check the account's password after the package installation.
- .
- Please read the /usr/share/doc/mysql-server-5.5/README.Debian file
- for more information.
-
-Template: mysql-server/password_mismatch
-Type: error
-_Description: Password input error
- The two passwords you entered were not the same. Please try again.
-
-Template: mysql-server/no_upgrade_when_using_ndb
-Type: error
-_Description: NDB Cluster seems to be in use
- MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new
- mysql-cluster-server package and remove all lines starting with "ndb" from
- all config files below /etc/mysql/.
diff --git a/debian/mysql-server-5.6.NEWS b/debian/mysql-server-5.6.NEWS
new file mode 100644
index 0000000..44baefe
--- /dev/null
+++ b/debian/mysql-server-5.6.NEWS
@@ -0,0 +1,34 @@
+mysql-dfsg-5.1 (5.1.36-1) unstable; urgency=low
+
+  * Please read http://dev.mysql.com/doc/refman/5.1/en/upgrading-from-5-0.html
+  * Make sure to do a REPAIR TABLE on all tables that use UTF-8 and have a
+    FULLTEXT index.
+
+ -- Christian Hammers <ch at debian.org>  Sat,  4 Jul 2009 02:31:21 +0200
+
+mysql-dfsg-5.0 (5.1.14beta-2) unstable; urgency=low
+
+  * The BerkeleyDB Storage Engine is no longer supported. If the options
+    have-bdb or skip-bdb are found, MySQL will not start. If you have BDB
+    tables, you should change them to use another storage engine before 
+    upgrading to 5.1.   
+
+ -- Monty Taylor <mordred at inaugust.com>  Thu, 18 Jan 2007 12:28:21 -0800
+
+mysql-dfsg-5.0 (5.0.45-2) unstable; urgency=low
+
+  * Binary logging is now disabled by default. If you really need it (e.g. on
+    a replication master), remove the comment from the log_bin line in my.cnf.
+
+ -- Norbert Tretkowski <norbert at tretkowski.de>  Sat, 10 Nov 2007 16:26:35 +0100
+
+mysql-dfsg-5.0 (5.0.18-9) unstable; urgency=low
+
+  * Rotation of the binary logs is now configured in /etc/mysql/my.cnf with
+    "expire-logs-days" which defaults to 20 days. The old file
+    /etc/mysql/debian-log-rotate.conf should be removed together with
+    /etc/cron.daily/mysql-server after this value has been adjusted. Note that
+    the old variable defined the number of files whereas the new one defines 
+    a time span in days.
+
+ -- Christian Hammers <ch at debian.org>  Tue, 24 Jan 2006 22:18:21 +0100
diff --git a/debian/mysql-server-5.6.README.Debian b/debian/mysql-server-5.6.README.Debian
new file mode 100644
index 0000000..741243f
--- /dev/null
+++ b/debian/mysql-server-5.6.README.Debian
@@ -0,0 +1,109 @@
+* MYSQL WON'T START OR STOP?:
+=============================
+You may never ever delete the special mysql user "debian-sys-maint". This
+user together with the credentials in /etc/mysql/debian.cnf are used by the
+init scripts to stop the server as they would require knowledge of the mysql
+root users password else.
+So in most of the times you can fix the situation by making sure that the
+debian.cnf file contains the right password, e.g. by setting a new one
+(remember to do a "flush privileges" then).
+
+* WHAT TO DO AFTER UPGRADES:
+============================
+The privilege tables are automatically updated so all there is left is read
+the changelogs on dev.mysql.com to see if any changes affect custom apps.
+
+* WHAT TO DO AFTER INSTALLATION:
+================================
+The MySQL manual describes certain steps to do at this stage in a separate
+chapter.  They are not necessary as the Debian packages does them
+automatically.
+
+The only thing that is left over for the admin is 
+ - setting the passwords
+ - creating new users and databases
+ - read the rest of this text
+
+* DOWNGRADING TO 4.0 or 4.1:
+============================
+Unsupported. Period.
+But if you do and get problems or make interesting experiences, mail me, it
+might help others.
+Ok, if you really want, I would recommend to "mysqldump --opt" all tables,
+then purge 4.1, delete /var/lib/mysql, install 4.0 and insert the dumps.  Be
+carefully, though, with the "mysql" table, you might not simply overwrite that
+one as the password for the mysql "debian-sys-maint" user is stored in
+/etc/mysql/debian.cnf and needed by /etc/init.d/ to start mysql and check if
+it's alive. 
+
+* SOME APPLICATION CAN NO LONGER CONNECT:
+=========================================
+This application is probably linked against libmysqlclient12 or below and
+somebody has created a mysql user with new-style passwords.
+The old_passwords=1 option in /etc/mysql/my.cnf might help. If not the
+application that inserted the user has to be changed or the application that
+tries to connect updated to libmysqlclient14 or -15.
+
+* NETWORKING:
+=============
+For security reasons, the Debian package has enabled networking only on the
+loop-back device using "bind-address" in /etc/mysql/my.cnf.  Check with
+"netstat -tlnp" where it is listening. If your connection is aborted
+immediately see if "mysqld: all" or similar is in /etc/hosts.allow and read
+hosts_access(5).
+
+* WHERE IS THE DOCUMENTATION?:
+==============================
+Unfortunately due to licensing restrictions, debian currently not able
+to provide the mysql-doc package in any format.  For the most up to date
+documentation, please go to http://dev.mysql.com/doc.
+
+* PASSWORDS:
+============
+It is strongly recommended to set a password for the mysql root user (which
+  /usr/bin/mysql -u root -D mysql -e "update user set password=password('new-password') where user='root'"
+  /usr/bin/mysql -u root -e "flush privileges"
+If you already had a password set add "-p" before "-u" to the lines above.
+
+
+If you are tired to type the password in every time or want to automate your
+scripts you can store it in the file $HOME/.my.cnf. It should be chmod 0600
+(-rw------- username username .my.cnf) to ensure that nobody else can read
+it.  Every other configuration parameter can be stored there, too. You will
+find an example below and more information in the MySQL manual in
+/usr/share/doc/mysql-doc or www.mysql.com.
+
+ATTENTION: It is necessary, that a .my.cnf from root always contains a "user"
+line wherever there is a "password" line, else, the Debian maintenance
+scripts, that use /etc/mysql/debian.cnf, will use the username
+"debian-sys-maint" but the password that is in root's .my.cnf. Also note,
+that every change you make in the /root/.my.cnf will affect the mysql cron
+script, too.
+
+        # an example of $HOME/.my.cnf
+	[client]
+	user		= your-mysql-username
+	password	= enter-your-good-new-password-here
+
+* BIG_ROWS FOR EVEN MORE ROWS IN A TABLE:
+=========================================
+If you ever run out of rows in a table there is the possibility of building
+the package with "-DBIG_ROWS" which, according to a MySQL employee on
+packagers at lists.mysql.com should lead to a 64bit row index (I guess > 2^32
+rows) but also to an approx. 5% performance loss.
+
+* BerkeleyDB Storage Engine
+===========================
+Support for BerkeleyDB has been removed in 5.1, and consequently both the
+have-bdb and skip-bdb configuration options will cause the server to fail. 
+Removing the options from /etc/mysql/my.cnf will fix this problem.
+
+* FURTHER NOTES ON REPLICATION
+===============================
+If the MySQL server is acting as a replication slave, you should not
+set --tmpdir to point to a directory on a memory-based filesystem or to
+a directory that is cleared when the server host restarts. A replication
+slave needs some of its temporary files to survive a machine restart so
+that it can replicate temporary tables or LOAD DATA INFILE operations. If
+files in the temporary file directory are lost when the server restarts,
+replication fails.
diff --git a/debian/mysql-server-5.6.config b/debian/mysql-server-5.6.config
new file mode 100644
index 0000000..a28f420
--- /dev/null
+++ b/debian/mysql-server-5.6.config
@@ -0,0 +1,48 @@
+#!/bin/bash
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
+${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
+
+CNF=/etc/mysql/my.cnf
+
+# Beware that there are two ypwhich one of them needs the 2>/dev/null!
+if test -n "`which ypwhich 2>/dev/null`"  &&  ypwhich >/dev/null 2>&1; then
+  db_input high mysql-server-5.6/nis_warning || true
+  db_go
+fi
+
+# only ask this question on fresh installs, during "reconfiguration" and when 
+# not upgrading from an existing 5.0 installation.
+# there is also an additional check for empty root passwords in the
+# postinst script when the tools are available for us to use.
+if [ "$1" = "configure" ] && ([ -z "$2" ] && [ ! -e "/var/lib/mysql/debian-5.0.flag" ] ) || [ "$1" = "reconfigure" ]; then
+  while :; do
+    RET=""
+    db_input high mysql-server/root_password || true
+    db_go
+    db_get mysql-server/root_password
+    # if password isn't empty we ask for password verification
+    if [ -z "$RET" ]; then
+      db_fset mysql-server/root_password seen false
+      db_fset mysql-server/root_password_again seen false
+      break
+    fi
+    ROOT_PW="$RET"
+    db_input high mysql-server/root_password_again || true
+    db_go
+    db_get mysql-server/root_password_again
+    if [ "$RET" == "$ROOT_PW" ]; then
+      ROOT_PW=''
+      break
+    fi
+    db_fset mysql-server/password_mismatch seen false
+    db_input critical mysql-server/password_mismatch
+    db_set mysql-server/root_password "" 
+    db_set mysql-server/root_password_again ""
+    db_go
+  done
+fi
diff --git a/debian/mysql-server-5.6.dirs b/debian/mysql-server-5.6.dirs
new file mode 100644
index 0000000..bca0108
--- /dev/null
+++ b/debian/mysql-server-5.6.dirs
@@ -0,0 +1,6 @@
+etc/init.d
+etc/logrotate.d
+etc/mysql/conf.d
+usr/bin
+usr/share/mysql
+var/lib/mysql-upgrade
diff --git a/debian/mysql-server-5.6.files b/debian/mysql-server-5.6.files
new file mode 100644
index 0000000..3deb0c7
--- /dev/null
+++ b/debian/mysql-server-5.6.files
@@ -0,0 +1,57 @@
+usr/lib/mysql/*so*
+usr/lib/mysql/plugin/*.so
+etc/mysql/debian-start
+etc/mysql/conf.d/mysqld_safe_syslog.cnf
+usr/bin/msql2mysql
+usr/bin/myisamchk
+usr/bin/myisamlog
+usr/bin/myisampack
+usr/bin/mysql_convert_table_format
+usr/bin/mysql_secure_installation
+usr/bin/mysql_setpermission
+usr/bin/mysql_tzinfo_to_sql
+usr/bin/mysql_zap
+usr/bin/mysqlbinlog
+usr/bin/mysqld_multi
+usr/bin/mysqld_safe
+usr/bin/mysqlhotcopy
+usr/bin/mysqltest
+usr/bin/perror
+usr/bin/replace
+usr/bin/resolve_stack_dump
+usr/bin/resolveip
+usr/share/doc/mysql-server-5.6/
+usr/share/man/man1/msql2mysql.1
+usr/share/man/man1/myisamchk.1
+usr/share/man/man1/myisamlog.1
+usr/share/man/man1/myisampack.1
+usr/share/man/man1/mysqlbinlog.1
+usr/share/man/man1/mysql_convert_table_format.1
+usr/share/man/man1/mysqld_multi.1
+usr/share/man/man1/mysqld_safe.1
+usr/share/man/man1/mysqlhotcopy.1
+usr/share/man/man1/mysql_secure_installation.1
+usr/share/man/man1/mysql_setpermission.1
+usr/share/man/man1/mysqltest.1
+usr/share/man/man1/mysql_zap.1
+usr/share/man/man1/perror.1
+usr/share/man/man1/replace.1
+usr/share/man/man1/resolveip.1
+usr/share/man/man1/resolve_stack_dump.1
+usr/share/man/man1/innochecksum.1
+usr/share/man/man1/mysqltest_embedded.1
+usr/share/man/man1/mysql_tzinfo_to_sql.1
+usr/share/mysql/debian-start.inc.sh
+usr/share/mysql/echo_stderr
+usr/share/mysql/errmsg-utf8.txt
+usr/share/mysql/mysqld_multi.server
+usr/share/mysql/mysql_test_data_timezone.sql
+usr/share/mysql/config.huge.ini
+usr/share/mysql/config.medium.ini
+usr/share/mysql/config.small.ini
+usr/share/mysql/ndb-config-2-node.ini
+usr/share/mysql/debian-start.inc.sh
+usr/share/mysql/echo_stderr
+usr/share/mysql/errmsg-utf8.txt
+usr/share/mysql/mysqld_multi.server
+usr/share/mysql/mysql_test_data_timezone.sql
diff --git a/debian/mysql-server-5.6.logcheck.ignore.paranoid b/debian/mysql-server-5.6.logcheck.ignore.paranoid
new file mode 100644
index 0000000..00cc5c3
--- /dev/null
+++ b/debian/mysql-server-5.6.logcheck.ignore.paranoid
@@ -0,0 +1,9 @@
+/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
+/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
+/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
+mysqld\[[0-9]+\]: $
+mysqld\[[0-9]+\]: Version: .* socket: '/var/run/mysqld/mysqld.sock'  port: 3306$
+mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
+mysqld_safe\[[0-9]+\]: started$
+usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$
+usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$
diff --git a/debian/mysql-server-5.6.logcheck.ignore.server b/debian/mysql-server-5.6.logcheck.ignore.server
new file mode 100644
index 0000000..37f25cb
--- /dev/null
+++ b/debian/mysql-server-5.6.logcheck.ignore.server
@@ -0,0 +1,32 @@
+/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
+/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
+/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
+/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
+mysqld\[[0-9]+\]: ?$
+mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed
+mysqld\[[0-9]+\]: .*InnoDB: Started;
+mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$
+mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$
+mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$
+mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$
+mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$
+mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$
+mysqld\[[0-9]+\]: Version: .* socket
+mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
+mysqld_safe\[[0-9]+\]: ?$
+mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$
+mysqld_safe\[[0-9]+\]: ended$
+mysqld_safe\[[0-9]+\]: http://www.mysql.com$
+mysqld_safe\[[0-9]+\]: NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run$
+mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$
+mysqld_safe\[[0-9]+\]: Please report any problems with the /usr/bin/mysqlbug script!$
+mysqld_safe\[[0-9]+\]: See the manual for more instructions.$
+mysqld_safe\[[0-9]+\]: started$
+mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$
+mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$
+mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$
+mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$
+mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$
+mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$
+usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$
+usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$
diff --git a/debian/mysql-server-5.6.logcheck.ignore.workstation b/debian/mysql-server-5.6.logcheck.ignore.workstation
new file mode 100644
index 0000000..37f25cb
--- /dev/null
+++ b/debian/mysql-server-5.6.logcheck.ignore.workstation
@@ -0,0 +1,32 @@
+/etc/init.d/mysql\[[0-9]+\]: [0-9]+ processes alive and '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
+/etc/init.d/mysql\[[0-9]+\]: Check that mysqld is running and that the socket: '/var/run/mysqld/mysqld.sock' exists\!$
+/etc/init.d/mysql\[[0-9]+\]: '/usr/bin/mysqladmin --defaults-(extra-)?file=/etc/mysql/debian.cnf ping' resulted in$
+/etc/mysql/debian-start\[[0-9]+\]: Checking for crashed MySQL tables\.$
+mysqld\[[0-9]+\]: ?$
+mysqld\[[0-9]+\]: .*InnoDB: Shutdown completed
+mysqld\[[0-9]+\]: .*InnoDB: Started;
+mysqld\[[0-9]+\]: .*InnoDB: Starting shutdown\.\.\.$
+mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Normal shutdown$
+mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: ready for connections\.$
+mysqld\[[0-9]+\]: .*\[Note\] /usr/sbin/mysqld: Shutdown complete$
+mysqld\[[0-9]+\]: /usr/sbin/mysqld: ready for connections\.$
+mysqld\[[0-9]+\]: .*/usr/sbin/mysqld: Shutdown Complete$
+mysqld\[[0-9]+\]: Version: .* socket
+mysqld\[[0-9]+\]: Warning: Ignoring user change to 'mysql' because the user was set to 'mysql' earlier on the command line$
+mysqld_safe\[[0-9]+\]: ?$
+mysqld_safe\[[0-9]+\]: able to use the new GRANT command!$
+mysqld_safe\[[0-9]+\]: ended$
+mysqld_safe\[[0-9]+\]: http://www.mysql.com$
+mysqld_safe\[[0-9]+\]: NOTE:  If you are upgrading from a MySQL <= 3.22.10 you should run$
+mysqld_safe\[[0-9]+\]: PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !$
+mysqld_safe\[[0-9]+\]: Please report any problems with the /usr/bin/mysqlbug script!$
+mysqld_safe\[[0-9]+\]: See the manual for more instructions.$
+mysqld_safe\[[0-9]+\]: started$
+mysqld_safe\[[0-9]+\]: Support MySQL by buying support/licenses at https://order.mysql.com$
+mysqld_safe\[[0-9]+\]: The latest information about MySQL is available on the web at$
+mysqld_safe\[[0-9]+\]: the /usr/bin/mysql_fix_privilege_tables. Otherwise you will not be$
+mysqld_safe\[[0-9]+\]: To do so, start the server, then issue the following commands:$
+mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root -h app109 password 'new-password'$
+mysqld_safe\[[0-9]+\]: /usr/bin/mysqladmin -u root password 'new-password'$
+usermod\[[0-9]+\]: change user `mysql' GID from `([0-9]+)' to `\1'$
+usermod\[[0-9]+\]: change user `mysql' shell from `/bin/false' to `/bin/false'$
diff --git a/debian/mysql-server-5.6.mysql-server.logrotate b/debian/mysql-server-5.6.mysql-server.logrotate
new file mode 100644
index 0000000..83550bf
--- /dev/null
+++ b/debian/mysql-server-5.6.mysql-server.logrotate
@@ -0,0 +1,27 @@
+# - I put everything in one block and added sharedscripts, so that mysql gets 
+#   flush-logs'd only once.
+#   Else the binary logs would automatically increase by n times every day.
+# - The error log is obsolete, messages go to syslog now.
+/var/log/mysql.log /var/log/mysql/mysql.log /var/log/mysql/mysql-slow.log {
+	daily
+	rotate 7
+	missingok
+	create 640 mysql adm
+	compress
+	sharedscripts
+	postrotate
+		test -x /usr/bin/mysqladmin || exit 0
+		# If this fails, check debian.conf! 
+		MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
+		if [ -z "`$MYADMIN ping 2>/dev/null`" ]; then
+		  # Really no mysqld or rather a missing debian-sys-maint user?
+		  # If this occurs and is not a error please report a bug.
+		  #if ps cax | grep -q mysqld; then
+		  if killall -q -s0 -umysql mysqld; then
+ 		    exit 1
+		  fi 
+		else
+		  $MYADMIN flush-logs
+		fi
+	endscript
+}
diff --git a/debian/mysql-server-5.6.mysql.init b/debian/mysql-server-5.6.mysql.init
new file mode 100644
index 0000000..f7f1333
--- /dev/null
+++ b/debian/mysql-server-5.6.mysql.init
@@ -0,0 +1,187 @@
+#!/bin/bash
+#
+### BEGIN INIT INFO
+# Provides:          mysql
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
+# Should-Start:      $network $time
+# Should-Stop:       $network $time
+# Default-Start:     2 3 4 5
+# Default-Stop:      0 1 6
+# Short-Description: Start and stop the mysql database server daemon
+# Description:       Controls the main MySQL database server daemon "mysqld"
+#                    and its wrapper script "mysqld_safe".
+### END INIT INFO
+#
+set -e
+set -u
+${DEBIAN_SCRIPT_DEBUG:+ set -v -x}
+
+test -x /usr/bin/mysqld_safe || exit 0
+
+. /lib/lsb/init-functions
+
+SELF=$(cd $(dirname $0); pwd -P)/$(basename $0)
+CONF=/etc/mysql/my.cnf
+MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
+
+# priority can be overriden and "-s" adds output to stderr
+ERR_LOGGER="logger -p daemon.err -t /etc/init.d/mysql -i"
+
+# Safeguard (relative paths, core dumps..)
+cd /
+umask 077
+
+# mysqladmin likes to read /root/.my.cnf. This is usually not what I want
+# as many admins e.g. only store a password without a username there and
+# so break my scripts.
+export HOME=/etc/mysql/
+
+## Fetch a particular option from mysql's invocation.
+#
+# Usage: void mysqld_get_param option
+mysqld_get_param() {
+	/usr/sbin/mysqld --print-defaults \
+		| tr " " "\n" \
+		| grep -- "--$1" \
+		| tail -n 1 \
+		| cut -d= -f2
+}
+
+## Do some sanity checks before even trying to start mysqld.
+sanity_checks() {
+  # check for config file
+  if [ ! -r /etc/mysql/my.cnf ]; then
+    log_warning_msg "$0: WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz"
+    echo                "WARNING: /etc/mysql/my.cnf cannot be read. See README.Debian.gz" | $ERR_LOGGER
+  fi
+
+  # check for diskspace shortage
+  datadir=`mysqld_get_param datadir`
+  if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{ exit ($4>4096) }'; then
+    log_failure_msg "$0: ERROR: The partition with $datadir is too full!"
+    echo                "ERROR: The partition with $datadir is too full!" | $ERR_LOGGER
+    exit 1
+  fi
+}
+
+## Checks if there is a server running and if so if it is accessible.
+#
+# check_alive insists on a pingable server
+# check_dead also fails if there is a lost mysqld in the process list
+#
+# Usage: boolean mysqld_status [check_alive|check_dead] [warn|nowarn]
+mysqld_status () {
+    ping_output=`$MYADMIN ping 2>&1`; ping_alive=$(( ! $? ))
+
+    ps_alive=0
+    pidfile=`mysqld_get_param pid-file`
+    if [ -f "$pidfile" ] && ps `cat $pidfile` >/dev/null 2>&1; then ps_alive=1; fi
+    
+    if [ "$1" = "check_alive"  -a  $ping_alive = 1 ] ||
+       [ "$1" = "check_dead"   -a  $ping_alive = 0  -a  $ps_alive = 0 ]; then
+	return 0 # EXIT_SUCCESS
+    else
+  	if [ "$2" = "warn" ]; then
+  	    echo -e "$ps_alive processes alive and '$MYADMIN ping' resulted in\n$ping_output\n" | $ERR_LOGGER -p daemon.debug
+	fi
+  	return 1 # EXIT_FAILURE
+    fi
+}
+
+#
+# main()
+#
+
+case "${1:-''}" in
+  'start')
+	sanity_checks;
+	# Start daemon
+	log_daemon_msg "Starting MySQL database server" "mysqld"
+	if mysqld_status check_alive nowarn; then
+	   log_progress_msg "already running"
+	   log_end_msg 0
+	else
+	    # Could be removed during boot
+	    test -e /var/run/mysqld || install -m 755 -o mysql -g root -d /var/run/mysqld
+
+	    # Start MySQL! 
+  	    /usr/bin/mysqld_safe > /dev/null 2>&1 &
+
+	    # 6s was reported in #352070 to be too few when using ndbcluster
+	    for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14; do
+                sleep 1
+	        if mysqld_status check_alive nowarn ; then break; fi
+		log_progress_msg "."
+	    done
+	    if mysqld_status check_alive warn; then
+                log_end_msg 0
+	        # Now start mysqlcheck or whatever the admin wants.
+	        output=$(/etc/mysql/debian-start)
+		[ -n "$output" ] && log_action_msg "$output"
+	    else
+	        log_end_msg 1
+		log_failure_msg "Please take a look at the syslog"
+	    fi
+	fi
+	;;
+
+  'stop')
+	# * As a passwordless mysqladmin (e.g. via ~/.my.cnf) must be possible
+	# at least for cron, we can rely on it here, too. (although we have 
+	# to specify it explicit as e.g. sudo environments points to the normal
+	# users home and not /root)
+	log_daemon_msg "Stopping MySQL database server" "mysqld"
+	if ! mysqld_status check_dead nowarn; then
+	  set +e
+	  shutdown_out=`$MYADMIN shutdown 2>&1`; r=$?
+	  set -e
+	  if [ "$r" -ne 0 ]; then
+	    log_end_msg 1
+	    [ "$VERBOSE" != "no" ] && log_failure_msg "Error: $shutdown_out"
+	    log_daemon_msg "Killing MySQL database server by signal" "mysqld"
+	    killall -15 mysqld
+            server_down=
+	    for i in 1 2 3 4 5 6 7 8 9 10; do
+              sleep 1
+              if mysqld_status check_dead nowarn; then server_down=1; break; fi
+            done
+          if test -z "$server_down"; then killall -9 mysqld; fi
+	  fi
+        fi
+
+        if ! mysqld_status check_dead warn; then
+	  log_end_msg 1
+	  log_failure_msg "Please stop MySQL manually and read /usr/share/doc/mysql-server-5.6/README.Debian.gz!"
+	  exit -1
+	else
+	  log_end_msg 0
+        fi
+	;;
+
+  'restart')
+	set +e; $SELF stop; set -e
+	$SELF start 
+	;;
+
+  'reload'|'force-reload')
+  	log_daemon_msg "Reloading MySQL database server" "mysqld"
+	$MYADMIN reload
+	log_end_msg 0
+	;;
+
+  'status')
+	if mysqld_status check_alive nowarn; then
+	  log_action_msg "$($MYADMIN version)"
+	else
+	  log_action_msg "MySQL is stopped."
+	  exit 3
+	fi
+  	;;
+
+  *)
+	echo "Usage: $SELF start|stop|restart|reload|force-reload|status"
+	exit 1
+	;;
+esac
+
diff --git a/debian/mysql-server-5.6.postinst b/debian/mysql-server-5.6.postinst
new file mode 100644
index 0000000..f116738
--- /dev/null
+++ b/debian/mysql-server-5.6.postinst
@@ -0,0 +1,283 @@
+#!/bin/bash
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
+${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
+ 
+export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin
+
+# This command can be used as pipe to syslog. With "-s" it also logs to stderr.
+ERR_LOGGER="logger -p daemon.err -t mysqld_safe -i"
+
+invoke() {
+  if [ -x /usr/sbin/invoke-rc.d ]; then
+    invoke-rc.d mysql $1
+  else
+    /etc/init.d/mysql $1
+  fi
+}
+
+MYSQL_BOOTSTRAP="/usr/sbin/mysqld --bootstrap --user=mysql --skip-grant-tables"
+
+test_mysql_access() {
+       mysql --no-defaults -u root -h localhost </dev/null >/dev/null 2>&1
+}
+
+# call with $1 = "online" to connect to the server, otherwise it bootstraps
+set_mysql_rootpw() {
+       # forget we ever saw the password.  don't use reset to keep the seen status
+       db_set mysql-server/root_password ""
+       db_set mysql-server/root_password_again ""
+
+       tfile=`mktemp`
+       if [ ! -f "$tfile" ]; then
+               return 1
+       fi
+
+       # this avoids us having to call "test" or "[" on $rootpw
+       cat << EOF > $tfile
+USE mysql;
+UPDATE user SET password=PASSWORD("$rootpw") WHERE user='root';
+FLUSH PRIVILEGES;
+EOF
+       if grep -q 'PASSWORD("")' $tfile; then
+               retval=0
+       elif [ "$1" = "online" ]; then
+               mysql --no-defaults -u root -h localhost <$tfile >/dev/null
+               retval=$?
+       else
+               $MYSQL_BOOTSTRAP <$tfile
+               retval=$?
+       fi
+       rm -f $tfile
+       return $retval
+}
+
+# This is necessary because mysql_install_db removes the pid file in /var/run
+# and because changed configuration options should take effect immediately.
+# In case the server wasn't running at all it should be ok if the stop
+# script fails. I can't tell at this point because of the cleaned /var/run.
+set +e; invoke stop; set -e
+    
+case "$1" in
+  configure)
+    mysql_datadir=/usr/share/mysql
+    mysql_statedir=/var/lib/mysql
+    mysql_rundir=/var/run/mysqld
+    mysql_logdir=/var/log
+    mysql_cfgdir=/etc/mysql
+    mysql_newlogdir=/var/log/mysql
+    mysql_upgradedir=/var/lib/mysql-upgrade
+
+    # first things first, if the following symlink exists, it is a preserved
+    # copy the old data dir from a mysql upgrade that would have otherwise
+    # been replaced by an empty mysql dir.  this should restore it.
+    for dir in DATADIR LOGDIR; do
+        if [ "$dir" = "DATADIR" ]; then targetdir=$mysql_statedir; else targetdir=$mysql_newlogdir; fi
+        savelink="$mysql_upgradedir/$dir.link"
+        if [ -L "$savelink" ]; then
+            # If the targetdir was a symlink before we upgraded it is supposed
+            # to be either still be present or not existing anymore now.
+            if [ -L "$targetdir" ]; then
+                rm "$savelink"
+            elif [ ! -d "$targetdir" ]; then
+                mv "$savelink" "$targetdir"
+            else
+                # this should never even happen, but just in case...
+                mysql_tmp=`mktemp -d -t mysql-symlink-restore-XXXXXX`
+                echo "this is very strange!  see $mysql_tmp/README..." >&2
+                mv "$targetdir" "$mysql_tmp"
+                cat << EOF > "$mysql_tmp/README"
+
+if you're reading this, it's most likely because you had replaced /var/lib/mysql
+with a symlink, then upgraded to a new version of mysql, and then dpkg
+removed your symlink (see #182747 and others).  the mysql packages noticed
+that this happened, and as a workaround have restored it.  however, because
+/var/lib/mysql seems to have been re-created in the meantime, and because
+we don't want to rm -rf something we don't know as much about, we're going
+to leave this unexpected directory here.  if your database looks normal,
+and this is not a symlink to your database, you should be able to blow
+this all away.
+
+EOF
+            fi
+        fi
+	rmdir $mysql_upgradedir 2>/dev/null || true
+    done
+    
+    # Ensure the existence and right permissions for the database and
+    # log files.
+    if [ ! -d "$mysql_statedir"       -a ! -L "$mysql_statedir"       ]; then mkdir "$mysql_statedir"; fi
+    if [ ! -d "$mysql_statedir/mysql" -a ! -L "$mysql_statedir/mysql" ]; then mkdir "$mysql_statedir/mysql"; fi
+    if [ ! -d "$mysql_newlogdir"      -a ! -L "$mysql_newlogdir"      ]; then mkdir "$mysql_newlogdir"; fi
+    # When creating an ext3 jounal on an already mounted filesystem like e.g.
+    # /var/lib/mysql, you get a .journal file that is not modifyable by chown.
+    # The mysql_datadir must not be writable by the mysql user under any
+    # circumstances as it contains scripts that are executed by root.
+    set +e
+    chown -R 0:0 $mysql_datadir
+    chown -R mysql $mysql_statedir
+    chmod 700 $mysql_statedir $mysql_statedir/mysql
+    if [ ! -d "$mysql_rundir" ]; then mkdir "$mysql_rundir"; fi
+    chown -R mysql $mysql_rundir
+    chown -R mysql:adm $mysql_newlogdir;	chmod 2750 $mysql_newlogdir;
+    for i in log err; do
+      touch             $mysql_logdir/mysql.$i
+      chown mysql:adm   $mysql_logdir/mysql.$i
+      chmod 0640        $mysql_logdir/mysql.$i
+    done
+    set -e
+
+    # This is important to avoid dataloss when there is a removed
+    # mysql-server version from Woody lying around which used the same
+    # data directory and then somewhen gets purged by the admin.
+    db_set mysql-server/postrm_remove_database false || true
+
+    # To avoid downgrades.
+    touch $mysql_statedir/debian-5.6.flag
+
+    # initiate databases. Output is not allowed by debconf :-(
+    # Debian: beware of the bashisms... 
+    # Debian: can safely run on upgrades with existing databases 
+    set +e
+    bash /usr/bin/mysql_install_db --rpm 2>&1 | $ERR_LOGGER
+    if [ "$?" != "0" ]; then
+      echo "ATTENTION: An error has occured. More info is in the syslog!"
+    fi
+    set -e
+    
+    ## On every reconfiguration the maintenance user is recreated.
+    #
+    # - It is easier to regenerate the password every time but as people
+    #   use fancy rsync scripts and file alteration monitors, the existing
+    #   password is used and existing files not touched.
+    # - The mysqld statement is like that in mysql_install_db because the
+    #   server is not already running. This has some implications:
+    # 	- The amount of newlines and semicolons in the query is important!
+    #   - GRANT is not possible with --skip-grant-tables and "INSERT
+    #     (user,host..) VALUES" is not --ansi compliant
+    # - The echo is just for readability. ash's buildin has no "-e" so use /bin/echo.
+    # - The Super_priv, Show_db_priv, Create_tmp_table_priv and Lock_tables_priv
+    #   may not be present as old Woody 3.23 databases did not have it and the
+    #   admin might not already have run mysql_upgrade which adds them.
+    #   As the binlog cron scripts to need at least the Super_priv, I do first
+    #   the old query which always succeeds and then the new which may or may not.
+
+    # recreate the credentials file if not present or without mysql_upgrade stanza
+    dc=$mysql_cfgdir/debian.cnf; 
+    if [ -e "$dc" -a -n "`fgrep mysql_upgrade $dc 2>/dev/null`" ]; then
+        pass="`sed -n 's/^[     ]*password *= *// p' $dc | head -n 1`"
+    else
+	pass=`perl -e 'print map{("a".."z","A".."Z",0..9)[int(rand(62))]}(1..16)'`;
+        if [ ! -d "$mysql_cfgdir" ]; then install -o 0 -g 0 -m 0755 -d $mysql_cfgdir; fi
+        cat /dev/null > $dc
+        echo "# Automatically generated for Debian scripts. DO NOT TOUCH!" >>$dc
+        echo "[client]"                                                    >>$dc
+        echo "host     = localhost"                                        >>$dc
+        echo "user     = debian-sys-maint"                                 >>$dc
+        echo "password = $pass"                                            >>$dc
+        echo "socket   = $mysql_rundir/mysqld.sock"                        >>$dc
+        echo "[mysql_upgrade]"                                             >>$dc
+        echo "host     = localhost"                                        >>$dc
+        echo "user     = debian-sys-maint"                                 >>$dc
+        echo "password = $pass"                                            >>$dc
+        echo "socket   = $mysql_rundir/mysqld.sock"                        >>$dc
+        echo "basedir  = /usr"                                             >>$dc
+    fi
+    # If this dir chmod go+w then the admin did it. But this file should not.
+    chown 0:0 $dc
+    chmod 0600 $dc
+
+    # update privilege tables
+    password_column_fix_query=`echo -e \
+        "USE mysql\n" \
+        "ALTER TABLE user CHANGE Password Password char(41) character set latin1 collate latin1_bin DEFAULT '' NOT NULL"`;
+    replace_query=`echo -e \
+        "USE mysql\n" \
+        "REPLACE INTO user SET " \
+        "  host='localhost', user='debian-sys-maint', password=password('$pass'), " \
+        "  Select_priv='Y', Insert_priv='Y', Update_priv='Y', Delete_priv='Y', " \
+        "  Create_priv='Y', Drop_priv='Y', Reload_priv='Y', Shutdown_priv='Y', " \
+        "  Process_priv='Y',  File_priv='Y', Grant_priv='Y', References_priv='Y', " \
+        "  Index_priv='Y', Alter_priv='Y', Super_priv='Y', Show_db_priv='Y', "\
+        "  Create_tmp_table_priv='Y', Lock_tables_priv='Y', Execute_priv='Y', "\
+        "  Repl_slave_priv='Y', Repl_client_priv='Y', Create_view_priv='Y', "\
+        "  Show_view_priv='Y', Create_routine_priv='Y', Alter_routine_priv='Y', "\
+        "  Create_user_priv='Y', Event_priv='Y', Trigger_priv='Y', Create_tablespace_priv='Y' "`;
+    fix_privs=`echo -e \
+        "USE mysql;\n" \
+        "ALTER TABLE user ADD column Create_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Show_view_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Create_routine_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Alter_routine_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Create_user_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Event_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Trigger_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " \
+        "ALTER TABLE user ADD column Create_tablespace_priv enum('N','Y') CHARACTER SET utf8 NOT NULL DEFAULT 'N'; " `
+    # Engines supported by etch should be installed per default. The query sequence is supposed
+    # to be aborted if the CREATE TABLE fails due to an already existent table in which case the
+    # admin might already have chosen to remove one or more plugins. Newlines are necessary.
+    install_plugins=`echo -e \
+        "USE mysql;\n" \
+        "CREATE TABLE plugin (name char(64) COLLATE utf8_bin NOT NULL DEFAULT '', " \
+        "  dl char(128) COLLATE utf8_bin NOT NULL DEFAULT '', " \
+        "  PRIMARY KEY (name)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_bin COMMENT='MySQL plugins';\n" \
+        "INSERT INTO plugin VALUES ('innodb',    'ha_innodb.so');\n" \
+        "INSERT INTO plugin VALUES ('federated', 'ha_federated.so');\n" \
+        "INSERT INTO plugin VALUES ('blackhole', 'ha_blackhole.so');\n" \
+        "INSERT INTO plugin VALUES ('archive',   'ha_archive.so');" `
+
+    # Upgrade password column format before the root password gets set.
+    echo "$password_column_fix_query"                        | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
+
+    db_get mysql-server/root_password && rootpw="$RET"
+    if ! set_mysql_rootpw; then
+        password_error="yes"
+    fi
+
+    echo "$fix_privs"                                        | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
+    echo "$replace_query"                                    | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
+    set +e
+    echo "$install_plugins"                                  | $MYSQL_BOOTSTRAP 2>&1 | $ERR_LOGGER
+    set -e
+  ;;
+
+  abort-upgrade|abort-remove|abort-configure)
+  ;;
+
+  *)
+    echo "postinst called with unknown argument '$1'" 1>&2
+    exit 1
+  ;;
+esac
+
+# here we check to see if we can connect as root without a password
+# this should catch upgrades from previous versions where the root
+# password wasn't set.  if there is a password, or if the connection
+# fails for any other reason, nothing happens.
+if [ "$1" = "configure" ]; then
+       if test_mysql_access; then
+               db_input medium mysql-server/root_password || true
+               db_go
+               db_get mysql-server/root_password && rootpw="$RET"
+
+               if ! set_mysql_rootpw "online"; then
+                       password_error="yes"
+               fi
+       fi
+
+       if [ "$password_error" = "yes" ]; then
+               db_input high mysql-server/error_setting_password || true
+               db_go
+       fi
+
+fi
+
+db_stop # in case invoke failes
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/mysql-server-5.6.postrm b/debian/mysql-server-5.6.postrm
new file mode 100644
index 0000000..df30cde
--- /dev/null
+++ b/debian/mysql-server-5.6.postrm
@@ -0,0 +1,85 @@
+#!/bin/bash
+
+set -e
+
+# It is possible that Debconf has already been removed, too.
+if [ -f /usr/share/debconf/confmodule ]; then
+  . /usr/share/debconf/confmodule
+fi
+
+if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
+${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
+
+MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
+
+# Try to stop the server in a sane way. If it does not success let the admin
+# do it himself. No database directories should be removed while the server
+# is running!
+stop_server() {
+  set +e
+  if [ -x /usr/sbin/invoke-rc.d ]; then
+    invoke-rc.d mysql stop
+  else
+    /etc/init.d/mysql stop
+  fi
+  errno=$?
+  set -e
+
+  if [ "$?" != 0 ]; then
+    echo "Trying to stop the MySQL server resulted in exitcode $?." 1>&2
+    echo "Stop it yourself and try again!" 1>&2
+    exit 1
+  fi
+}
+
+case "$1" in
+  purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    if [ -n "`$MYADMIN ping 2>/dev/null`" ]; then
+      stop_server
+      sleep 2
+    fi
+  ;;
+  *)
+    echo "postrm called with unknown argument '$1'" 1>&2
+    exit 1
+  ;;
+esac
+
+#
+# - Do NOT purge logs or data if another mysql-sever* package is installed (#307473)
+# - Remove the mysql user only after all his owned files are purged.
+#   
+if [ "$1" = "purge" -a ! \( -x /usr/sbin/mysqld -o -L /usr/sbin/mysqld \) ]; then
+  # we remove the mysql user only after all his owned files are purged
+  rm -f /var/log/mysql.{log,err}{,.0,.[1234567].gz}
+  rm -rf /var/log/mysql
+
+  db_input high mysql-server-5.6/postrm_remove_databases || true
+  db_go || true
+  db_get mysql-server-5.6/postrm_remove_databases || true
+  if [ "$RET" = "true" ]; then
+    # never remove the debian.cnf when the databases are still existing
+    # else we ran into big trouble on the next install!
+    rm -f /etc/mysql/debian.cnf
+    rm -rf /var/lib/mysql
+    rm -rf /var/run/mysqld
+    userdel mysql || true
+  fi
+
+  # (normally) Automatically added by dh_installinit
+  if [ "$1" = "purge" ] ; then
+        update-rc.d mysql remove >/dev/null || exit 0
+  fi
+  # (normally) End automatically added section
+fi
+
+# (normally) Automatically added by dh_installdebconf
+if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
+        . /usr/share/debconf/confmodule
+        db_purge
+fi
+# (normally) End automatically added section
+
+# no DEBHELPER here, "update-rc.d remove" fails if mysql-server-5.6 is installed
+
+exit 0
diff --git a/debian/mysql-server-5.6.preinst b/debian/mysql-server-5.6.preinst
new file mode 100644
index 0000000..320c748
--- /dev/null
+++ b/debian/mysql-server-5.6.preinst
@@ -0,0 +1,185 @@
+#!/bin/bash
+#
+# summary of how this script can be called:
+#        * <new-preinst> install
+#        * <new-preinst> install <old-version>
+#        * <new-preinst> upgrade <old-version>
+#        * <old-preinst> abort-upgrade <new-version>
+#
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
+${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
+
+export PATH=$PATH:/sbin:/usr/sbin:/bin:/usr/bin
+MYADMIN="/usr/bin/mysqladmin --defaults-file=/etc/mysql/debian.cnf"
+DATADIR=/var/lib/mysql
+LOGDIR=/var/log/mysql
+UPGRADEDIR=/var/lib/mysql-upgrade
+
+# Try to stop the server in a sane way. If it does not success let the admin
+# do it himself. No database directories should be removed while the server
+# is running! Another mysqld in e.g. a different chroot is fine for us.
+stop_server() {
+    if [ ! -x /etc/init.d/mysql ]; then return; fi
+
+    set +e
+    if [ -x /usr/sbin/invoke-rc.d ]; then
+      cmd="invoke-rc.d mysql stop"
+    else
+      cmd="/etc/init.d/mysql stop"
+    fi
+    $cmd
+    errno=$?
+    set -e
+   
+    # 0=ok, 100=no init script (fresh install)
+    if [ "$errno" != 0 -a "$errno" != 100 ]; then
+      echo "${cmd/ */} returned $errno" 1>&2
+      echo "There is a MySQL server running, but we failed in our attempts to stop it." 1>&2
+      echo "Stop it yourself and try again!" 1>&2
+      db_stop  	
+      exit 1
+    fi
+}
+
+################################ main() ##########################
+
+this_version=5.6
+
+# Abort if an NDB cluster is in use.
+if egrep -qi -r '^[^#]*ndb.connectstring|^[[:space:]]*\[[[:space:]]*ndb_mgmd' /etc/mysql/; then
+  db_fset mysql-server/no_upgrade_when_using_ndb seen false || true
+  db_input high mysql-server/no_upgrade_when_using_ndb || true
+  db_go
+  db_stop
+  exit 1
+fi
+
+# Abort if skip-bdb option is enabled, required for 5.0 -> 5.1 upgrades.
+#TODO
+
+# Safe the user from stupidities.
+show_downgrade_warning=0
+for i in `ls $DATADIR/debian-*.flag 2>/dev/null`; do
+  found_version=`echo $i | sed 's/.*debian-\([0-9\.]\+\).flag/\1/'`
+  if dpkg --compare-versions "$this_version" '<<' "$found_version"; then
+    show_downgrade_warning=1
+    break;
+  fi
+done
+if [ "$show_downgrade_warning" = 1 ]; then
+  db_fset mysql-server-$this_version/really_downgrade seen false || true
+  db_input medium mysql-server-$this_version/really_downgrade || true
+  db_go
+  db_get mysql-server-$this_version/really_downgrade || true
+  if [ "$RET" = "true" ]; then
+    rm -f $DATADIR/debian-*.flag
+    touch $DATADIR/debian-$this_version.flag
+  else
+    echo "Aborting downgrade from (at least) $found_version to $this_version." 1>&2
+    echo "If are sure you want to downgrade to $this_version, remove the file" 1>&2
+    echo "$DATADIR/debian-*.flag and try installing again." 1>&2
+    db_stop
+    exit 1
+  fi
+fi
+
+# to be sure
+stop_server
+
+# If we use NIS then errors should be tolerated. It's up to the
+# user to ensure that the mysql user is correctly setup.
+# Beware that there are two ypwhich one of them needs the 2>/dev/null!
+if test -n "`which ypwhich 2>/dev/null`"  &&  ypwhich >/dev/null 2>&1; then
+  set +e
+fi
+
+#
+# Now we have to ensure the following state:
+# /etc/passwd: mysql:x:100:101:MySQL Server:/nonexistent:/bin/false
+# /etc/group:  mysql:x:101:
+# 
+# Sadly there could any state be present on the system so we have to
+# modify everything carefully i.e. not doing a chown before creating
+# the user etc...
+#
+
+# creating mysql group if he isn't already there
+if ! getent group mysql >/dev/null; then
+ 	# Adding system group: mysql.
+	addgroup --system mysql >/dev/null
+fi
+
+# creating mysql user if he isn't already there
+if ! getent passwd mysql >/dev/null; then
+	# Adding system user: mysql.
+	adduser \
+	  --system \
+          --disabled-login \
+	  --ingroup mysql \
+	  --no-create-home \
+	  --home /nonexistent \
+	  --gecos "MySQL Server" \
+	  --shell /bin/false \
+	  mysql  >/dev/null
+fi
+
+# end of NIS tolerance zone
+set -e
+
+# if there's a symlink, let's store where it's pointing, because otherwise
+# it's going to be lost in some situations
+for dir in DATADIR LOGDIR; do
+    checkdir=`eval echo "$"$dir`
+    if [ -L "$checkdir" ]; then
+	mkdir -p "$UPGRADEDIR"
+	cp -d "$checkdir" "$UPGRADEDIR/$dir.link"
+    fi
+done
+
+# creating mysql home directory
+if [ ! -d $DATADIR -a ! -L $DATADIR ]; then
+ 	mkdir $DATADIR
+fi
+
+# checking disc space
+if LC_ALL=C BLOCKSIZE= df --portability $DATADIR/. | tail -n 1 | awk '{ exit ($4>1000) }'; then
+  echo "ERROR: There's not enough space in $DATADIR/" 1>&2
+  db_stop
+  exit 1
+fi
+
+# Since the home directory was created before putting the user into
+# the mysql group and moreover we cannot guarantee that the 
+# permissions were correctly *before* calling this script, we fix them now.
+# In case we use NIS and no mysql user is present then this script should
+# better fail now than later..
+# The "set +e" is necessary as e.g. a ".journal" of a ext3 partition is
+# not chgrp'able (#318435).
+set +e
+chown mysql:mysql $DATADIR
+find $DATADIR -follow -not -group mysql -print0 2>/dev/null \
+  | xargs -0 --no-run-if-empty chgrp mysql
+set -e
+
+# Some files below /etc/ were possibly in the mysql-server-5.0/etch package
+# before. They get overwritten by current ones to avoid unnecessary dpkg questions.
+while read md5 file; do
+  if [ "`md5sum $file 2>/dev/null`" = "$md5  $file" ]; then
+    cp /usr/share/mysql-common/internal-use-only/`echo $file | sed 's?/?_?g'` $file
+  fi
+done <<EOT
+6691f2fdc5c6d27ff0260eb79813e1bc  /etc/init.d/mysql
+b53b9552d44661361d39157c3c7c51d3  /etc/logrotate.d/mysql-server
+57f3e58f72582ca55100dc1ba0f1a8ae  /etc/mysql/debian-start
+EOT
+
+db_stop
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/mysql-server-5.6.prerm b/debian/mysql-server-5.6.prerm
new file mode 100644
index 0000000..0371bbf
--- /dev/null
+++ b/debian/mysql-server-5.6.prerm
@@ -0,0 +1,10 @@
+#!/bin/bash
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
+${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
+
+#DEBHELPER#
diff --git a/debian/mysql-server-5.6.templates b/debian/mysql-server-5.6.templates
new file mode 100644
index 0000000..3e72c90
--- /dev/null
+++ b/debian/mysql-server-5.6.templates
@@ -0,0 +1,89 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# for an advice to debian-l10n-english at lists.debian.org
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
+Template: mysql-server-5.6/really_downgrade
+Type: boolean
+Default: false
+_Description: Really proceed with downgrade?
+ A file named /var/lib/mysql/debian-*.flag exists on this system.
+ .
+ Such a file is an indication that a mysql-server package with a higher
+ version has been installed previously.
+ .
+ There is no guarantee that the version you're currently installing
+ will be able to use the current databases.
+
+Template: mysql-server-5.6/nis_warning
+Type: note
+#flag:translate!:3,5
+_Description: Important note for NIS/YP users
+ Using MySQL under NIS/YP requires a mysql user account to be added on
+ the local system with:
+ .
+  adduser --system --group --home /var/lib/mysql mysql
+ .
+ You should also check the permissions and ownership of the
+ /var/lib/mysql directory:
+ .
+  /var/lib/mysql: drwxr-xr-x   mysql    mysql
+
+Template: mysql-server-5.6/postrm_remove_databases
+Type: boolean
+Default: false
+_Description: Remove all MySQL databases?
+ The /var/lib/mysql directory which contains the MySQL databases is about
+ to be removed.
+ .
+ If you're removing the MySQL package in order to later install a more
+ recent version or if a different mysql-server package is already
+ using it, the data should be kept.
+
+Template: mysql-server-5.6/start_on_boot
+Type: boolean
+Default: true
+_Description: Start the MySQL server on boot?
+ The MySQL server can be launched automatically at boot time or manually
+ with the '/etc/init.d/mysql start' command.
+
+Template: mysql-server/root_password
+Type: password
+_Description: New password for the MySQL "root" user:
+ While not mandatory, it is highly recommended that you set a password
+ for the MySQL administrative "root" user.
+ .
+ If this field is left blank, the password will not be changed.
+
+Template: mysql-server/root_password_again
+Type: password
+_Description: Repeat password for the MySQL "root" user:
+
+Template: mysql-server/error_setting_password
+Type: error
+_Description: Unable to set password for the MySQL "root" user
+ An error occurred while setting the password for the MySQL
+ administrative user. This may have happened because the account
+ already has a password, or because of a communication problem with
+ the MySQL server.
+ .
+ You should check the account's password after the package installation.
+ .
+ Please read the /usr/share/doc/mysql-server-5.6/README.Debian file
+ for more information.
+
+Template: mysql-server/password_mismatch
+Type: error
+_Description: Password input error
+ The two passwords you entered were not the same. Please try again.
+
+Template: mysql-server/no_upgrade_when_using_ndb
+Type: error
+_Description: NDB Cluster seems to be in use
+ MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new
+ mysql-cluster-server package and remove all lines starting with "ndb" from
+ all config files below /etc/mysql/.
diff --git a/debian/mysql-server-core-5.5.dirs b/debian/mysql-server-core-5.5.dirs
deleted file mode 100644
index b174b44..0000000
--- a/debian/mysql-server-core-5.5.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/sbin
-usr/share/man/man8
diff --git a/debian/mysql-server-core-5.5.files b/debian/mysql-server-core-5.5.files
deleted file mode 100644
index 0233817..0000000
--- a/debian/mysql-server-core-5.5.files
+++ /dev/null
@@ -1,61 +0,0 @@
-usr/bin/my_print_defaults
-usr/bin/mysql_install_db
-usr/bin/mysql_upgrade
-usr/sbin/mysqld
-usr/share/man/man1/my_print_defaults.1
-usr/share/man/man1/mysql_install_db.1
-usr/share/man/man1/mysql_upgrade.1
-usr/share/man/man8/mysqld.8
-usr/share/mysql/charsets
-usr/share/mysql/czech
-usr/share/mysql/danish
-usr/share/mysql/dutch
-usr/share/mysql/english
-usr/share/mysql/estonian
-usr/share/mysql/french
-usr/share/mysql/fill_help_tables.sql
-usr/share/mysql/mysql_system_tables.sql
-usr/share/mysql/mysql_system_tables_data.sql
-usr/share/mysql/german
-usr/share/mysql/greek
-usr/share/mysql/hungarian
-usr/share/mysql/italian
-usr/share/mysql/japanese
-usr/share/mysql/korean
-usr/share/mysql/norwegian
-usr/share/mysql/norwegian-ny
-usr/share/mysql/polish
-usr/share/mysql/portuguese
-usr/share/mysql/romanian
-usr/share/mysql/russian
-usr/share/mysql/serbian
-usr/share/mysql/slovak
-usr/share/mysql/spanish
-usr/share/mysql/swedish
-usr/share/mysql/ukrainian
-usr/sbin/mysqld
-usr/share/man/man8/mysqld.8
-usr/share/mysql/charsets
-usr/share/mysql/czech
-usr/share/mysql/danish
-usr/share/mysql/dutch
-usr/share/mysql/english
-usr/share/mysql/estonian
-usr/share/mysql/french
-usr/share/mysql/german
-usr/share/mysql/greek
-usr/share/mysql/hungarian
-usr/share/mysql/italian
-usr/share/mysql/japanese
-usr/share/mysql/korean
-usr/share/mysql/norwegian
-usr/share/mysql/norwegian-ny
-usr/share/mysql/polish
-usr/share/mysql/portuguese
-usr/share/mysql/romanian
-usr/share/mysql/russian
-usr/share/mysql/serbian
-usr/share/mysql/slovak
-usr/share/mysql/spanish
-usr/share/mysql/swedish
-usr/share/mysql/ukrainian
diff --git a/debian/mysql-server-core-5.6.dirs b/debian/mysql-server-core-5.6.dirs
new file mode 100644
index 0000000..b174b44
--- /dev/null
+++ b/debian/mysql-server-core-5.6.dirs
@@ -0,0 +1,2 @@
+usr/sbin
+usr/share/man/man8
diff --git a/debian/mysql-server-core-5.6.files b/debian/mysql-server-core-5.6.files
new file mode 100644
index 0000000..0233817
--- /dev/null
+++ b/debian/mysql-server-core-5.6.files
@@ -0,0 +1,61 @@
+usr/bin/my_print_defaults
+usr/bin/mysql_install_db
+usr/bin/mysql_upgrade
+usr/sbin/mysqld
+usr/share/man/man1/my_print_defaults.1
+usr/share/man/man1/mysql_install_db.1
+usr/share/man/man1/mysql_upgrade.1
+usr/share/man/man8/mysqld.8
+usr/share/mysql/charsets
+usr/share/mysql/czech
+usr/share/mysql/danish
+usr/share/mysql/dutch
+usr/share/mysql/english
+usr/share/mysql/estonian
+usr/share/mysql/french
+usr/share/mysql/fill_help_tables.sql
+usr/share/mysql/mysql_system_tables.sql
+usr/share/mysql/mysql_system_tables_data.sql
+usr/share/mysql/german
+usr/share/mysql/greek
+usr/share/mysql/hungarian
+usr/share/mysql/italian
+usr/share/mysql/japanese
+usr/share/mysql/korean
+usr/share/mysql/norwegian
+usr/share/mysql/norwegian-ny
+usr/share/mysql/polish
+usr/share/mysql/portuguese
+usr/share/mysql/romanian
+usr/share/mysql/russian
+usr/share/mysql/serbian
+usr/share/mysql/slovak
+usr/share/mysql/spanish
+usr/share/mysql/swedish
+usr/share/mysql/ukrainian
+usr/sbin/mysqld
+usr/share/man/man8/mysqld.8
+usr/share/mysql/charsets
+usr/share/mysql/czech
+usr/share/mysql/danish
+usr/share/mysql/dutch
+usr/share/mysql/english
+usr/share/mysql/estonian
+usr/share/mysql/french
+usr/share/mysql/german
+usr/share/mysql/greek
+usr/share/mysql/hungarian
+usr/share/mysql/italian
+usr/share/mysql/japanese
+usr/share/mysql/korean
+usr/share/mysql/norwegian
+usr/share/mysql/norwegian-ny
+usr/share/mysql/polish
+usr/share/mysql/portuguese
+usr/share/mysql/romanian
+usr/share/mysql/russian
+usr/share/mysql/serbian
+usr/share/mysql/slovak
+usr/share/mysql/spanish
+usr/share/mysql/swedish
+usr/share/mysql/ukrainian
diff --git a/debian/mysql-source-5.5.install b/debian/mysql-source-5.5.install
deleted file mode 100644
index ab6cea2..0000000
--- a/debian/mysql-source-5.5.install
+++ /dev/null
@@ -1 +0,0 @@
-debian/mysql-source*.tar.gz usr/src/mysql/
diff --git a/debian/mysql-source-5.6.install b/debian/mysql-source-5.6.install
new file mode 100644
index 0000000..ab6cea2
--- /dev/null
+++ b/debian/mysql-source-5.6.install
@@ -0,0 +1 @@
+debian/mysql-source*.tar.gz usr/src/mysql/
diff --git a/debian/mysql-testsuite-5.5.dirs b/debian/mysql-testsuite-5.5.dirs
deleted file mode 100644
index c2de800..0000000
--- a/debian/mysql-testsuite-5.5.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/lib/mysql-testsuite
diff --git a/debian/mysql-testsuite-5.5.install b/debian/mysql-testsuite-5.5.install
deleted file mode 100644
index a00d364..0000000
--- a/debian/mysql-testsuite-5.5.install
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/mysql-test/* /usr/lib/mysql-testsuite/
diff --git a/debian/mysql-testsuite-5.6.dirs b/debian/mysql-testsuite-5.6.dirs
new file mode 100644
index 0000000..c2de800
--- /dev/null
+++ b/debian/mysql-testsuite-5.6.dirs
@@ -0,0 +1 @@
+/usr/lib/mysql-testsuite
diff --git a/debian/mysql-testsuite-5.6.install b/debian/mysql-testsuite-5.6.install
new file mode 100644
index 0000000..a00d364
--- /dev/null
+++ b/debian/mysql-testsuite-5.6.install
@@ -0,0 +1 @@
+/usr/share/mysql-test/* /usr/lib/mysql-testsuite/
diff --git a/debian/patches/1_hurd.patch b/debian/patches/1_hurd.patch
index 3afe6ec..8365f85 100644
--- a/debian/patches/1_hurd.patch
+++ b/debian/patches/1_hurd.patch
@@ -5,7 +5,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=651002
 Last-Update: 2012-03-18
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 --- /dev/null
-+++ mysql-5.5/cmake/os/GNU.cmake
++++ mysql-5.6/cmake/os/GNU.cmake
 @@ -0,0 +1,20 @@
 +# This file includes GNU/Hurd specific options and quirks, related to system checks
 +
@@ -27,8 +27,8 @@ Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 +
 +# 64 bit file offset support flag
 +SET(_FILE_OFFSET_BITS 64)
---- mysql-5.5.orig/mysql-test/lib/My/Platform.pm
-+++ mysql-5.5/mysql-test/lib/My/Platform.pm
+--- mysql-5.6.orig/mysql-test/lib/My/Platform.pm
++++ mysql-5.6/mysql-test/lib/My/Platform.pm
 @@ -110,6 +110,9 @@ sub check_socket_path_length {
    # This may not be true, but we can't test for it on AIX due to Perl bug
    # See Bug #45771
diff --git a/debian/patches/38_scripts__mysqld_safe.sh__signals.patch b/debian/patches/38_scripts__mysqld_safe.sh__signals.patch
index dfb074e..7eaf44d 100644
--- a/debian/patches/38_scripts__mysqld_safe.sh__signals.patch
+++ b/debian/patches/38_scripts__mysqld_safe.sh__signals.patch
@@ -8,8 +8,8 @@ Debian-Bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=527623
 Last-Update: 2012-03-07
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 
---- mysql-5.5.orig/scripts/mysqld_safe.sh
-+++ mysql-5.5/scripts/mysqld_safe.sh
+--- mysql-5.6.orig/scripts/mysqld_safe.sh
++++ mysql-5.6/scripts/mysqld_safe.sh
 @@ -29,8 +29,6 @@ err_log=
  syslog_tag_mysqld=mysqld
  syslog_tag_mysqld_safe=mysqld_safe
diff --git a/debian/patches/62_disable_tests.patch b/debian/patches/62_disable_tests.patch
index 4504aed..98fc0e0 100644
--- a/debian/patches/62_disable_tests.patch
+++ b/debian/patches/62_disable_tests.patch
@@ -3,8 +3,8 @@ Subject: Convenient place to disable tests that are currently failing
 Forwarded: not-needed
 Last-Update: 2012-03-07
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
---- mysql-5.5.orig/mysql-test/t/disabled.def
-+++ mysql-5.5/mysql-test/t/disabled.def
+--- mysql-5.6.orig/mysql-test/t/disabled.def
++++ mysql-5.6/mysql-test/t/disabled.def
 @@ -15,3 +15,8 @@ sum_distinct-big         : Bug#11764126
  archive-big              : Bug#11817185 2011-03-10 Anitha Disabled since this leads to timeout on Solaris Sparc
  log_tables-big           : Bug#11756699 2010-11-15 mattiasj report already exists
diff --git a/debian/patches/70_mysql_va_list.patch b/debian/patches/70_mysql_va_list.patch
index 805e3ec..539e2c9 100644
--- a/debian/patches/70_mysql_va_list.patch
+++ b/debian/patches/70_mysql_va_list.patch
@@ -4,8 +4,8 @@ Description: make sure va_list usage is portable to fix FTBFS on ARM
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 Last-Update: 2012-10-24
 
---- mysql-5.5.orig/sql-common/client_plugin.c
-+++ mysql-5.5/sql-common/client_plugin.c
+--- mysql-5.6.orig/sql-common/client_plugin.c
++++ mysql-5.6/sql-common/client_plugin.c
 @@ -233,11 +233,13 @@ int mysql_client_plugin_init()
  {
    MYSQL mysql;
diff --git a/debian/patches/71_disable_rpl_tests.patch b/debian/patches/71_disable_rpl_tests.patch
index d95181f..5747683 100644
--- a/debian/patches/71_disable_rpl_tests.patch
+++ b/debian/patches/71_disable_rpl_tests.patch
@@ -3,8 +3,8 @@ Bug-Ubuntu: http://pad.lv/894146
 Forwarded: no, not needed
 Description: disables test to allow build to pass while this is investigated.
 
---- mysql-5.5.orig/mysql-test/suite/rpl/t/disabled.def
-+++ mysql-5.5/mysql-test/suite/rpl/t/disabled.def
+--- mysql-5.6.orig/mysql-test/suite/rpl/t/disabled.def
++++ mysql-5.6/mysql-test/suite/rpl/t/disabled.def
 @@ -13,3 +13,4 @@
  rpl_row_create_table      : Bug#11759274 2010-02-27 andrei failed different way than earlier with bug#45576
  rpl_spec_variables        : BUG#11755836 2009-10-27 jasonh rpl_spec_variables fails on PB2 hpux
diff --git a/debian/patches/72_fix_standalone_tests.patch b/debian/patches/72_fix_standalone_tests.patch
index b96c046..87a3d95 100644
--- a/debian/patches/72_fix_standalone_tests.patch
+++ b/debian/patches/72_fix_standalone_tests.patch
@@ -1,11 +1,11 @@
 From: Clint Byrum <clint at ubuntu.com>
 Description: makes mtr look in the standard location from the 
- mysql-testsuite-5.5 package.
+ mysql-testsuite-5.6 package.
 Forwarded: not-needed
 Reviewed-by: Nicholas Bamber <nicholas at periapt.co.uk>
 Last-Update: 2012-10-24
---- mysql-5.5.orig/mysql-test/lib/mtr_cases.pm
-+++ mysql-5.5/mysql-test/lib/mtr_cases.pm
+--- mysql-5.6.orig/mysql-test/lib/mtr_cases.pm
++++ mysql-5.6/mysql-test/lib/mtr_cases.pm
 @@ -287,7 +287,8 @@ sub collect_one_suite($)
      else
      {
diff --git a/debian/patches/93_kfreebsd_tests.patch b/debian/patches/93_kfreebsd_tests.patch
index 62d77c4..7ee13fd 100644
--- a/debian/patches/93_kfreebsd_tests.patch
+++ b/debian/patches/93_kfreebsd_tests.patch
@@ -5,8 +5,8 @@ Subject: tests not getting started on kFreeBSD
  file name truncation was barfing even for the shortened form.
 Forwarded: no
 Last-Update: 2012-04-28
---- mysql-5.5.orig/mysql-test/lib/My/Platform.pm
-+++ mysql-5.5/mysql-test/lib/My/Platform.pm
+--- mysql-5.6.orig/mysql-test/lib/My/Platform.pm
++++ mysql-5.6/mysql-test/lib/My/Platform.pm
 @@ -113,6 +113,8 @@ sub check_socket_path_length {
    # Similarly the path length is hidden.
    # See Debian bug #651002
diff --git a/debian/patches/94_spelling.patch b/debian/patches/94_spelling.patch
index 058e0f4..78cc619 100644
--- a/debian/patches/94_spelling.patch
+++ b/debian/patches/94_spelling.patch
@@ -3,8 +3,8 @@ Subject: spelling errors
  Preceeding -> preceding
 Last-Update: 2012-10-24
 Forwarded: no
---- mysql-5.5.orig/libmysql/errmsg.c
-+++ mysql-5.5/libmysql/errmsg.c
+--- mysql-5.6.orig/libmysql/errmsg.c
++++ mysql-5.6/libmysql/errmsg.c
 @@ -81,7 +81,7 @@ const char *client_errors[]=
    "Attempt to read a row while there is no result set associated with the statement",
    "This feature is not implemented yet",
@@ -14,8 +14,8 @@ Forwarded: no
    "The number of columns in the result set differs from the number of bound buffers. You must reset the statement, rebind the result set columns, and execute the statement again",
    "This handle is already connected. Use a separate handle for each connection.",
    "Authentication plugin '%s' cannot be loaded: %s",
---- mysql-5.5.orig/mysql-test/extra/rpl_tests/rpl_ddl.test
-+++ mysql-5.5/mysql-test/extra/rpl_tests/rpl_ddl.test
+--- mysql-5.6.orig/mysql-test/extra/rpl_tests/rpl_ddl.test
++++ mysql-5.6/mysql-test/extra/rpl_tests/rpl_ddl.test
 @@ -98,8 +98,8 @@
  #       --> less switching of AUTOCOMMIT mode on master side.
  #
@@ -27,8 +27,8 @@ Forwarded: no
  #       because the sql error code of the statement might be 0) bug
  #       and these rules are ignored, a following test sequence might earn ugly
  #       effects like failing 'sync_slave_with_master', crashes of the slave or
---- mysql-5.5.orig/mysql-test/extra/rpl_tests/rpl_row_basic.test
-+++ mysql-5.5/mysql-test/extra/rpl_tests/rpl_row_basic.test
+--- mysql-5.6.orig/mysql-test/extra/rpl_tests/rpl_row_basic.test
++++ mysql-5.6/mysql-test/extra/rpl_tests/rpl_row_basic.test
 @@ -221,7 +221,7 @@ INSERT INTO t7 VALUES (1,3), (2,6), (3,9
  SELECT * FROM t7 ORDER BY C1;
  
@@ -47,8 +47,8 @@ Forwarded: no
  # temprorarily
  set @@global.slave_exec_mode= 'IDEMPOTENT';
  
---- mysql-5.5.orig/mysql-test/include/wait_until_count_sessions.inc
-+++ mysql-5.5/mysql-test/include/wait_until_count_sessions.inc
+--- mysql-5.6.orig/mysql-test/include/wait_until_count_sessions.inc
++++ mysql-5.6/mysql-test/include/wait_until_count_sessions.inc
 @@ -10,7 +10,7 @@
  #    1. We wait for $current_sessions <= $count_sessions because in the use case
  #       with count_sessions.inc before and wait_until_count_sessions.inc after
@@ -58,8 +58,8 @@ Forwarded: no
  #       sessions at test begin($count_sessions) =  m + n
  #       sessions of the previous test which will be soon disconnected = n (n >= 0)
  #       sessions at test end ($current sessions, assuming the test disconnects
---- mysql-5.5.orig/mysql-test/suite/funcs_1/views/func_view.inc
-+++ mysql-5.5/mysql-test/suite/funcs_1/views/func_view.inc
+--- mysql-5.6.orig/mysql-test/suite/funcs_1/views/func_view.inc
++++ mysql-5.6/mysql-test/suite/funcs_1/views/func_view.inc
 @@ -282,7 +282,7 @@ INSERT INTO t1_values SET
  #               other interesting value
  #     numbers   -> 0
@@ -69,8 +69,8 @@ Forwarded: no
  #     FIXME enum, set ??
  INSERT INTO t1_values SET
         my_char_30 = ' ---????????@??*$-- ',
---- mysql-5.5.orig/mysql-test/suite/funcs_1/views/views_master.inc
-+++ mysql-5.5/mysql-test/suite/funcs_1/views/views_master.inc
+--- mysql-5.6.orig/mysql-test/suite/funcs_1/views/views_master.inc
++++ mysql-5.6/mysql-test/suite/funcs_1/views/views_master.inc
 @@ -545,7 +545,7 @@ let $message= Testcase 3.3.1.7 ;
  #                   view names are accepted, at creation time, alteration time,
  #                   and drop time.
@@ -80,8 +80,8 @@ Forwarded: no
  #               database name
  --disable_warnings
  DROP VIEW  IF EXISTS v1 ;
---- mysql-5.5.orig/mysql-test/suite/rpl/t/rpl_ddl.test
-+++ mysql-5.5/mysql-test/suite/rpl/t/rpl_ddl.test
+--- mysql-5.6.orig/mysql-test/suite/rpl/t/rpl_ddl.test
++++ mysql-5.6/mysql-test/suite/rpl/t/rpl_ddl.test
 @@ -13,10 +13,10 @@
  #         sequences start.
  #
@@ -95,8 +95,8 @@ Forwarded: no
  #         because the sql error code of the statement might be 0) bug
  #         and these rules are ignored, a following test sequence might earn ugly
  #         effects like failing 'sync_slave_with_master', crashes of the slave or
---- mysql-5.5.orig/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test
-+++ mysql-5.5/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test
+--- mysql-5.6.orig/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test
++++ mysql-5.6/mysql-test/suite/rpl/t/rpl_row_basic_11bugs.test
 @@ -239,7 +239,7 @@ sync_slave_with_master;
  UPDATE t1 SET a = 5, b = 'slave' WHERE a = 1;
  SELECT * FROM t1 ORDER BY a;
@@ -106,8 +106,8 @@ Forwarded: no
  # temprorarily
  set @@global.slave_exec_mode= 'IDEMPOTENT';
  --echo **** On Master ****
---- mysql-5.5.orig/sql/log_event.cc
-+++ mysql-5.5/sql/log_event.cc
+--- mysql-5.6.orig/sql/log_event.cc
++++ mysql-5.6/sql/log_event.cc
 @@ -3312,7 +3312,7 @@ int Query_log_event::do_apply_event(Rela
      if ((error= rows_event_stmt_cleanup(const_cast<Relay_log_info*>(rli), thd)))
      {
@@ -117,8 +117,8 @@ Forwarded: no
                    "the group log file/position: %s %s",
                    const_cast<Relay_log_info*>(rli)->group_master_log_name,
                    llstr(const_cast<Relay_log_info*>(rli)->group_master_log_pos,
---- mysql-5.5.orig/storage/myisam/mi_rnext.c
-+++ mysql-5.5/storage/myisam/mi_rnext.c
+--- mysql-5.6.orig/storage/myisam/mi_rnext.c
++++ mysql-5.6/storage/myisam/mi_rnext.c
 @@ -64,7 +64,7 @@ int mi_rnext(MI_INFO *info, uchar *buf,
        Normally SQL layer would never request "search next" if
        "search first" failed. But HANDLER may do anything.
@@ -128,8 +128,8 @@ Forwarded: no
        equals to mi_rfirst(), we must restore original state
        as if failing mi_rfirst() was not called.
      */
---- mysql-5.5.orig/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp
-+++ mysql-5.5/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp
+--- mysql-5.6.orig/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp
++++ mysql-5.6/storage/ndb/test/odbc/client/SQLColAttributeTest.cpp
 @@ -41,7 +41,7 @@ void ColAtt_DisplayError(SQLSMALLINT Col
   * Test returning descriptor information
   *
@@ -139,8 +139,8 @@ Forwarded: no
   * -# ???
   * 
   * @return Zero, if test succeeded
---- mysql-5.5.orig/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp
-+++ mysql-5.5/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp
+--- mysql-5.6.orig/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp
++++ mysql-5.6/storage/ndb/test/odbc/client/SQLColAttributeTest2.cpp
 @@ -41,7 +41,7 @@ void ColAtt_DisplayErrorTest2(SQLSMALLIN
   * Test returning descriptor information
   *
diff --git a/debian/patches/regex_plus.patch b/debian/patches/regex_plus.patch
index 410a544..efec0d0 100644
--- a/debian/patches/regex_plus.patch
+++ b/debian/patches/regex_plus.patch
@@ -3,8 +3,8 @@ Subject: FTBS when in build directory containing '+'
 Bug-Debian: http://bugs.debian.org/674210
 Bug: http://bugs.mysql.com/bug.php?id=65408
 Last-Update: 2012-05-24
---- mysql-5.5.orig/mysql-test/include/mysqld--help.inc
-+++ mysql-5.5/mysql-test/include/mysqld--help.inc
+--- mysql-5.6.orig/mysql-test/include/mysqld--help.inc
++++ mysql-5.6/mysql-test/include/mysqld--help.inc
 @@ -47,7 +47,11 @@ perl;
      s/\b4294967295\b/18446744073709551615/;
      s/\b2146435072\b/9223372036853727232/;
@@ -18,8 +18,8 @@ Last-Update: 2012-05-24
      next if /use --skip-(use-)?symbolic-links to disable/; # for valgrind, again
      next if $skip;
      print;
---- mysql-5.5.orig/mysql-test/suite/sys_vars/t/character_sets_dir_basic.test
-+++ mysql-5.5/mysql-test/suite/sys_vars/t/character_sets_dir_basic.test
+--- mysql-5.6.orig/mysql-test/suite/sys_vars/t/character_sets_dir_basic.test
++++ mysql-5.6/mysql-test/suite/sys_vars/t/character_sets_dir_basic.test
 @@ -7,6 +7,7 @@
  # TODO: fix with a proper comparison in mysqltest
  let $rcd= `SELECT REPLACE('$MYSQL_CHARSETSDIR', '\\\\\', '.')`;
diff --git a/debian/patches/versioned_symbols.patch b/debian/patches/versioned_symbols.patch
index 1949a84..8339e37 100644
--- a/debian/patches/versioned_symbols.patch
+++ b/debian/patches/versioned_symbols.patch
@@ -3,8 +3,8 @@ Bug: http://bugs.mysql.com/bug.php?id=64386
 Debian-Bug: http://bugs.debian.org/660686
 Subject: versioned symbols got dropped from the build
 Last-Update: 2012-06-01
---- mysql-5.5.orig/libmysql/CMakeLists.txt
-+++ mysql-5.5/libmysql/CMakeLists.txt
+--- mysql-5.6.orig/libmysql/CMakeLists.txt
++++ mysql-5.6/libmysql/CMakeLists.txt
 @@ -136,6 +136,8 @@ CACHE INTERNAL "Functions exported by cl
  
  )
diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in
index 8f9c82f..fa73641 100644
--- a/debian/po/POTFILES.in
+++ b/debian/po/POTFILES.in
@@ -1 +1 @@
-[type: gettext/rfc822deb] mysql-server-5.5.templates
+[type: gettext/rfc822deb] mysql-server-5.6.templates
diff --git a/debian/po/ar.po b/debian/po/ar.po
index 29db9f4..4ab9a42 100644
--- a/debian/po/ar.po
+++ b/debian/po/ar.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: templates\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2007-05-01 13:04+0300\n"
 "Last-Translator: Ossama M. Khayat <okhayat at yahoo.com>\n"
@@ -27,19 +27,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "???? ?????????? ???????? ????????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "???????? ?????? ???????? /var/lib/mysql/debian-*.flag ?????????? ?????? ?????? ????????????."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid ""
 #| "Such file is an indication that a mysql-server package with a higher "
@@ -52,7 +52,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -62,13 +62,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "???????????? ???????? ???????????????? NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -76,7 +76,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid ""
 #| "You should also check the permissions and the owner of the /var/lib/mysql "
@@ -88,13 +88,13 @@ msgstr "???????? ?????????? ???? ???????? ?????????????? ???? ?????????????? ??
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "?????????? ???????? ?????????? ???????????? MySQL??"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -102,7 +102,7 @@ msgstr "???????????? /var/lib/mysql ???????? ?????????? ?????????? ????????????
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -113,13 +113,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "?????????? ???????? MySQL ?????? ????????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -129,13 +129,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "???????? ???????????? ?????????????? ???????????? \"root\" ?????????? ????MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -145,7 +145,7 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid "If that field is left blank, the password will not be changed."
 msgid "If this field is left blank, the password will not be changed."
@@ -153,7 +153,7 @@ msgstr "???? ?????? ?????????? ?????????????? ?????? ?????? ?????????? ????????
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 #, fuzzy
 #| msgid "New password for the MySQL \"root\" user:"
 msgid "Repeat password for the MySQL \"root\" user:"
@@ -161,13 +161,13 @@ msgstr "???????? ???????????? ?????????????? ???????????? \"root\" ?????????? ??
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "???????? ?????????? ???????? ???????? ???????????????? \"root\" ?????????? ????MySQL."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -179,7 +179,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
 #| "You should check the account's password after tha package installation."
@@ -188,41 +188,41 @@ msgstr "?????? ???????? ???????????? ???? ???????? ???????? ???????????? ??????
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
+#| "Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"???????????? ?????????? ?????????? /usr/share/doc/mysql-server-5.5/README.Debian ???????????? ???? "
+"???????????? ?????????? ?????????? /usr/share/doc/mysql-server-5.6/README.Debian ???????????? ???? "
 "??????????????????."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
diff --git a/debian/po/ca.po b/debian/po/ca.po
index 0219ffa..215a9ad 100644
--- a/debian/po/ca.po
+++ b/debian/po/ca.po
@@ -5,7 +5,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mysql-dfsg-4.1\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2004-01-31 19:20GMT\n"
 "Last-Translator: Aleix Badia i Bosch <abadia at ica.es>\n"
@@ -17,19 +17,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -39,7 +39,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -49,7 +49,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid "Important note for NIS/YP users!"
 msgid "Important note for NIS/YP users"
@@ -57,7 +57,7 @@ msgstr "Nota important pels usuaris de NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -77,13 +77,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -93,7 +93,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -105,7 +105,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 #, fuzzy
 #| msgid "Should MySQL start on boot?"
 msgid "Start the MySQL server on boot?"
@@ -113,7 +113,7 @@ msgstr "Voleu que el MySQL s'inici
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 #, fuzzy
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
@@ -124,13 +124,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -140,25 +140,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -170,7 +170,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Haur??eu de comprovar la contrasenya del compte despr??s de la insta??laci?? "
@@ -178,13 +178,13 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
 #| "Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 "Llegiu el fitxer /usr/share/doc/mysql-server-5.1/README.Debian per a obtenir "
@@ -192,28 +192,28 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "Les dos contrasenyes que heu introdu??t no s??n la mateixa. Proveu-ho de nou."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
diff --git a/debian/po/cs.po b/debian/po/cs.po
index 6e873f0..f3c6c1c 100644
--- a/debian/po/cs.po
+++ b/debian/po/cs.po
@@ -13,8 +13,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-07-15 21:05+0200\n"
 "Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
@@ -26,19 +26,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Opravdu pokra??ovat v degradaci?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "V syst??mu existuje soubor /var/lib/mysql/debian-*.flag."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -46,7 +46,7 @@ msgstr "To znamen??, ??e ji?? byl nainstalov??n bal??k mysql-server s vy?????? v
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -56,13 +56,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "D??le??it?? pozn??mka pro u??ivatele NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -72,7 +72,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -81,13 +81,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Odstranit v??echny MySQL datab??ze?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -96,7 +96,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -108,13 +108,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Spustit MySQL server p??i startu syst??mu?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -124,13 +124,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nov?? heslo MySQL u??ivatele ???root???:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -140,25 +140,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Ponech??te-li pole pr??zdn??, heslo se nezm??n??."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Zopakujte heslo MySQL u??ivatele ???root???:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Nelze nastavit heslo MySQL u??ivatele ???root???"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -170,46 +170,46 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr "Po instalaci bal??ku byste m??li heslo ov????it."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"V??ce informac?? naleznete v /usr/share/doc/mysql-server-5.5/README.Debian."
+"V??ce informac?? naleznete v /usr/share/doc/mysql-server-5.6/README.Debian."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Chyba zad??v??n?? hesla"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "Zadan?? hesla nejsou stejn??. Zkuste to pros??m znovu."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "Zd?? se, ??e je pou????v??n NBD cluster"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 ji?? NBD cluster nepodporuje. P??ejd??te pros??m na nov?? bal??k "
+"MySQL-5.6 ji?? NBD cluster nepodporuje. P??ejd??te pros??m na nov?? bal??k "
 "mysql-cluster-server a ze v??ech konfigura??n??ch soubor?? pod /etc/mysql/ "
 "odstra??te v??echny ????dky za????naj??c?? na ???nbd???."
 
@@ -227,14 +227,14 @@ msgstr ""
 #~ "Recent versions of MySQL can no longer use the old ISAM table format and "
 #~ "it is necessary to convert your tables to e.g. MyISAM before upgrading by "
 #~ "using \"mysql_convert_table_format\" or \"ALTER TABLE x ENGINE=MyISAM\". "
-#~ "The installation of mysql-server-5.5 will now abort. In case your old "
+#~ "The installation of mysql-server-5.6 will now abort. In case your old "
 #~ "mysql-server-4.1 gets removed nevertheless just reinstall it to convert "
 #~ "those tables."
 #~ msgstr ""
 #~ "Posledn?? verze MySQL ji?? nemohou pou????vat star?? form??t tabulek ISAM a "
 #~ "p??ed aktualizac?? je nutn?? p??ev??st tyto tabulky nap??. do form??tu MyISAM "
 #~ "pomoc?? \"mysql_convert_table_format\" nebo \"ALTER TABLE x ENGINE=MyISAM"
-#~ "\". Instalace mysql-server-5.5 se nyn?? p??eru????. V p????pad??, ??e se mezit??m "
+#~ "\". Instalace mysql-server-5.6 se nyn?? p??eru????. V p????pad??, ??e se mezit??m "
 #~ "odinstaloval p??vodn?? mysql-server-4.1, jednodu??e jej znovu nainstalujte a "
 #~ "tabulky p??eve??te."
 
diff --git a/debian/po/da.po b/debian/po/da.po
index 02fcccd..604f0ab 100644
--- a/debian/po/da.po
+++ b/debian/po/da.po
@@ -1,13 +1,13 @@
-# Danish translation mysql-5.5.
-# Copyright (C) 2010 mysql-5.5 & nedenst??ende overs??ttere.
-# This file is distributed under the same license as the mysql-5.5 package.
+# Danish translation mysql-5.6.
+# Copyright (C) 2010 mysql-5.6 & nedenst??ende overs??ttere.
+# This file is distributed under the same license as the mysql-5.6 package.
 # Claus Hindsgaul <claus_h at image.dk> 2005, 2006, 2007.
 # Joe Hansen <joedalton2 at yahoo.dk>, 2010, 2012.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-5.5\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-5.6\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-08-11 05:26+0100\n"
 "Last-Translator: Joe Hansen <joedalton2 at yahoo.dk>\n"
@@ -19,19 +19,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "??nsker du virkelig at forts??tte nedgraderingen?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "Der er en fil med navnet /var/lib/mysql/debian-*.flag p?? dette system."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -41,7 +41,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -51,13 +51,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Vigtig oplysning til NIS/YP-brugere"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -76,13 +76,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Fjern alle MySQL-databaser?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -92,7 +92,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -104,13 +104,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Start MySQL-serveren under systemopstart?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -120,13 +120,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Ny adgangskode for MySQL's ??rootbruger??:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -136,25 +136,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Hvis du lader dette felt st?? tomt, vil adgangskoden ikke blive ??ndret."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Gentag adgangskode for MySQL's ??root-bruger??:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Kunne ikke s??tte adgangskoden for MySQL's ??root-bruger??"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -167,47 +167,47 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr "Du b??r tjekke kontoens adgangskode efter pakkeinstallationen."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"L??s venligst filen /usr/share/doc/mysql-server-5.5/README.Debian for "
+"L??s venligst filen /usr/share/doc/mysql-server-5.6/README.Debian for "
 "yderligere oplysninger."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Inddatafejl for adgangskode"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "De to adgangskoder du indtastede var ikke de samme. Fors??g venligst igen."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB-cluster ser ud til at v??re i brug"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 tilbyder ikke l??ngere NDB-clusterunderst??ttelse. Migrer venligst "
+"MySQL-5.6 tilbyder ikke l??ngere NDB-clusterunderst??ttelse. Migrer venligst "
 "til den nye pakke mysql-cluster og fjern alle linjer der starter med ??ndb?? "
 "fra alle konfigurationsfiler under /etc/mysql/."
diff --git a/debian/po/de.po b/debian/po/de.po
index 94b08f2..e1a4163 100644
--- a/debian/po/de.po
+++ b/debian/po/de.po
@@ -1,4 +1,4 @@
-# translation of mysql-dfsg-5.5_5.5.37-1_de.po to Deutsch
+# translation of mysql-dfsg-5.6_5.6.37-1_de.po to Deutsch
 #
 #    Translators, if you are not familiar with the PO format, gettext
 #    documentation is worth reading, especially sections dedicated to
@@ -14,8 +14,8 @@
 # Thomas Mueller <thomas.mueller at tmit.eu>, 2009.
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg 5.5.23-2\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg 5.6.23-2\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-06-03 10:33+0200\n"
 "Last-Translator: Thomas Mueller <thomas.mueller at tmit.eu>\n"
@@ -29,13 +29,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "M??chten Sie wirklich eine ??ltere Version einspielen?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 "Auf diesem System existiert eine Datei mit dem Namen /var/lib/mysql/debian-*."
@@ -43,7 +43,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -53,7 +53,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -63,13 +63,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Wichtige Anmerkung f??r NIS/YP-Benutzer!"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -79,7 +79,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -89,13 +89,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Alle MySQL-Datenbanken entfernen?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -105,7 +105,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -117,13 +117,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Soll der MySQL-Server automatisch beim Booten starten?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -133,13 +133,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Neues Passwort f??r den MySQL ??root??-Benutzer:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -149,25 +149,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Wenn dieses Feld freigelassen wird, wird das Passwort nicht ge??ndert."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Wiederholen Sie das Passwort f??r den MySQL-??root??-Benutzer:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Konnte f??r den MySQL-??root??-Benutzer kein Passwort setzen"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -180,7 +180,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Sie sollten das Passwort des administrativen Benutzers nach der "
@@ -188,23 +188,23 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"F??r weitere Informationen lesen Sie /usr/share/doc/mysql-server-5.5/README."
+"F??r weitere Informationen lesen Sie /usr/share/doc/mysql-server-5.6/README."
 "Debian."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Passwort-Eingabefehler"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "Die beiden von Ihnen eingegebenen Passw??rter sind nicht identisch. Bitte "
@@ -212,19 +212,19 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB-Cluster scheint gerade benutzt zu werden"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 bietet keine NDB-Clusterunterst??tzung mehr. Bitte migrieren Sie "
+"MySQL-5.6 bietet keine NDB-Clusterunterst??tzung mehr. Bitte migrieren Sie "
 "Ihr System zum neuen ??mysql-cluster-server??-Paket und entfernen Sie alle Zeilen, "
 "die mit ??ndb?? beginnen aus allen Konfigurationsdateien im Verzeichnis /etc/"
 "mysql/."
diff --git a/debian/po/es.po b/debian/po/es.po
index 81d13bc..c772190 100644
--- a/debian/po/es.po
+++ b/debian/po/es.po
@@ -1,6 +1,6 @@
-# mysql-5.5 translation to spanish
+# mysql-5.6 translation to spanish
 # Copyright (C) 2005-2012 Software in the Public Interest, SPI Inc.
-# This file is distributed under the same license as the mysql-5.5 package.
+# This file is distributed under the same license as the mysql-5.6 package.
 #
 # Changes:
 # - Initial translation
@@ -39,8 +39,8 @@
 # traducci??n de Debian al espa??ol (<debian-l10n-spanish at lists.debian.org>)
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-5.5\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-5.6\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-06-17 09:49-0500\n"
 "Last-Translator: Javier Fern??ndez-Sanguino <jfs at debian.org>\n"
@@ -54,20 +54,20 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "??Desea realmente continuar con la desactualizaci??n?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 "Existe un fichero con el nombre /var/lib/mysql/debian-*.flag en este sistema."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -77,7 +77,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -87,13 +87,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Nota importante para los usuarios de NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -103,7 +103,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -113,13 +113,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "??Desea eliminar todas las bases de datos MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -129,7 +129,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -141,13 +141,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "??Desea que el servidor MySQL se ejecute al iniciar el sistema?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -157,13 +157,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nueva contrase??a para el usuario ??root?? de MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -173,25 +173,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "No se modificar?? la contrase??a si deja el espacio en blanco."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Nueva contrase??a para el usuario ??root?? de MySQL:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "No se pudo fijar la contrase??a para el usuario ??root?? de MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -204,7 +204,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Deber??a comprobar la contrase??a de la cuenta despu??s de la instalaci??n del "
@@ -212,41 +212,41 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Consulte /usr/share/doc/mysql-server-5.5/README.Debian para m??s informaci??n."
+"Consulte /usr/share/doc/mysql-server-5.6/README.Debian para m??s informaci??n."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Se ha producido un error al introducir la contrase??a"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "Las dos contrase??as que ha introducido son distintas. Intente de nuevo."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB Cluster parece estar en uso"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 ya no brinda soporte para NDB Cluster. Migre al nuevo paquete "
+"MySQL-5.6 ya no brinda soporte para NDB Cluster. Migre al nuevo paquete "
 "mysql-cluster-server y elimine todas las l??neas que empiecen con \"ndb\" "
 "de todos los ficheros de configuraci??n bajo /etc/mysql/."
 
@@ -264,7 +264,7 @@ msgstr ""
 #~ "Recent versions of MySQL can no longer use the old ISAM table format and "
 #~ "it is necessary to convert your tables to e.g. MyISAM before upgrading by "
 #~ "using \"mysql_convert_table_format\" or \"ALTER TABLE x ENGINE=MyISAM\". "
-#~ "The installation of mysql-server-5.5 will now abort. In case your old "
+#~ "The installation of mysql-server-5.6 will now abort. In case your old "
 #~ "mysql-server-4.1 gets removed nevertheless just reinstall it to convert "
 #~ "those tables."
 #~ msgstr ""
@@ -272,7 +272,7 @@ msgstr ""
 #~ "tabla ISAM. Antes de realizar la actualizaci??n es necesario convertir sus "
 #~ "tablas a por ejemplo, MyISAM, usando ??mysql_convert_table_format?? o "
 #~ "??ALTER TABLE x ENGINE=MyISAM??. Se va a interrumpir ahora la instalaci??n "
-#~ "de mysql-server-5.5. Si a??n as?? su mysql-server-4.1 se elimina a??n as??, "
+#~ "de mysql-server-5.6. Si a??n as?? su mysql-server-4.1 se elimina a??n as??, "
 #~ "puede reinstalarlo para convertir ese tipo de tablas."
 
 #~ msgid ""
diff --git a/debian/po/eu.po b/debian/po/eu.po
index 30792e2..4dd5185 100644
--- a/debian/po/eu.po
+++ b/debian/po/eu.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: eu\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2009-07-29 11:59+0200\n"
 "Last-Translator: Piarres Beobide <pi at beobide.net>\n"
@@ -20,19 +20,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Benetan bertsio zaharragora itzuli nahi duzu?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "Sisteman badago /var/lib/mysql/debian-*.flag izeneko fitxategi bat."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid ""
 #| "Such file is an indication that a mysql-server package with a higher "
@@ -46,7 +46,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -56,13 +56,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -70,7 +70,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid ""
 #| "You should also check the permissions and the owner of the /var/lib/mysql "
@@ -84,13 +84,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Ezabatu MySQL datubase guztiak?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -98,7 +98,7 @@ msgstr "MySQL datubaseak dituen /var/lib/mysql direktorioa ezabatua izango da."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -110,13 +110,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Abioan MySQL zerbitzaria abiarazi?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -126,13 +126,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "MySQL \"root\" erabiltzailearen pasahitz berria:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -142,7 +142,7 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid "If that field is left blank, the password will not be changed."
 msgid "If this field is left blank, the password will not be changed."
@@ -150,19 +150,19 @@ msgstr "Eremua hau zurian utziaz gero ez da pasahitza aldatuko."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Errepikatu MySQL \"root\" erabiltzailearen pasahitza:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Ezin da MySQL \"root\" erabiltzailearen pasahitza ezarri"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -174,57 +174,57 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Kontuaren pasahitza egiaztatu beharko zenuke paketea instalatu aurretik."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
+#| "Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Mesedez irakurri /usr/share/doc/mysql-server-5.5/README.Debian fitxategia "
+"Mesedez irakurri /usr/share/doc/mysql-server-5.6/README.Debian fitxategia "
 "xehetasun gehiagorako."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Pasahitz sarrera errorea"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "Idatzi dituzun bi pasahitzak ez dira berdina. Mesedez saiatu berriz."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "Dirudienez NDB Cluster-a erabilia dago"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 #, fuzzy
 #| msgid ""
-#| "MySQL-5.5 has orphaned NDB Cluster support. Please migrate to the new "
+#| "MySQL-5.6 has orphaned NDB Cluster support. Please migrate to the new "
 #| "mysql-cluster package and remove all lines starting with \"ndb\" from all "
 #| "config files below /etc/mysql/."
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5-ek NDB cluster euskarri umezurtz bat behar du. Mesedez migratu "
+"MySQL-5.6-ek NDB cluster euskarri umezurtz bat behar du. Mesedez migratu "
 "mysql-cluster pakete berrira eta /etc/mysql/ azpiko konfigurazio fitxategi "
 "guztietan \"ndb\"-ez hasten diren lerro guztiak ezabatu."
 
diff --git a/debian/po/fr.po b/debian/po/fr.po
index 18d5d21..a3048e2 100644
--- a/debian/po/fr.po
+++ b/debian/po/fr.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: fr\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-05-22 08:30+0200\n"
 "Last-Translator: Christian Perrier <bubulle at debian.org>\n"
@@ -22,19 +22,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Faut-il vraiment revenir ?? la version pr??c??dente???"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "Un fichier /var/lib/mysql/debian-*.flag est pr??sent sur ce syst??me."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -44,7 +44,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -52,13 +52,13 @@ msgstr "Il n'est pas garanti que cette version puisse en utiliser les donn??es."
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Note importante pour les utilisateurs NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -68,7 +68,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -78,13 +78,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Faut-il supprimer toutes les bases de donn??es MySQL???"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -94,7 +94,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -105,13 +105,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Faut-il lancer MySQL au d??marrage???"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -121,13 +121,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nouveau mot de passe du superutilisateur de MySQL??:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -137,26 +137,26 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Si ce champ est laiss?? vide, le mot de passe ne sera pas chang??."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Confirmation du mot de passe du superutilisateur de MySQL??:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr ""
 "Impossible de changer le mot de passe de l'utilisateur ????root???? de MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -168,7 +168,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Vous devriez v??rifier le mot de passe de ce compte apr??s l'installation du "
@@ -176,23 +176,23 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Veuillez consulter le fichier /usr/share/doc/mysql-server-5.5/README.Debian "
+"Veuillez consulter le fichier /usr/share/doc/mysql-server-5.6/README.Debian "
 "pour plus d'informations."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Erreur de saisie du mot de passe"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "Le mot de passe et sa confirmation ne sont pas identiques. Veuillez "
@@ -200,19 +200,19 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "Abandon de la gestion de NDB"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"La version 5.5 de MySQL ne g??re plus les grappes NDB. Vous devriez utiliser "
+"La version 5.6 de MySQL ne g??re plus les grappes NDB. Vous devriez utiliser "
 "le paquet mysql-cluster-server et supprimer toutes les lignes commen??ant par "
 "????ndb???? des fichiers de configuration situ??s dans /etc/mysql."
 
diff --git a/debian/po/gl.po b/debian/po/gl.po
index e46440f..0623ca0 100644
--- a/debian/po/gl.po
+++ b/debian/po/gl.po
@@ -1,11 +1,11 @@
-# Galician translation of mysql-dfsg-5.5's debconf templates
-# This file is distributed under the same license as the mysql-dfsg-5.5 package.
+# Galician translation of mysql-dfsg-5.6's debconf templates
+# This file is distributed under the same license as the mysql-dfsg-5.6 package.
 # Jacobo Tarrio <jtarrio at debian.org>, 2007.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2007-04-20 09:44+0200\n"
 "Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
@@ -17,19 +17,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "??Quere pasar a unha versi??n anterior?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "Neste sistema hai un ficheiro chamado /var/lib/mysql/debian-*.flag."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid ""
 #| "Such file is an indication that a mysql-server package with a higher "
@@ -43,7 +43,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -53,13 +53,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Nota importante para os usuarios de NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid ""
 #| "You should also check the permissions and the owner of the /var/lib/mysql "
@@ -81,13 +81,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "??Eliminar t??dalas bases de datos de MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -97,7 +97,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -109,13 +109,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "??Iniciar o servidor MySQL co ordenador?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -125,13 +125,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Novo contrasinal para o usuario \"root\" de MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -141,7 +141,7 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid "If that field is left blank, the password will not be changed."
 msgid "If this field is left blank, the password will not be changed."
@@ -149,7 +149,7 @@ msgstr "Se deixa o campo en branco, non se ha cambiar o contrasinal."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 #, fuzzy
 #| msgid "New password for the MySQL \"root\" user:"
 msgid "Repeat password for the MySQL \"root\" user:"
@@ -157,13 +157,13 @@ msgstr "Novo contrasinal para o usuario \"root\" de MySQL:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Non se puido establecer o contrasinal do usuario \"root\" de MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -175,7 +175,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
 #| "You should check the account's password after tha package installation."
@@ -184,41 +184,41 @@ msgstr "Deber??a comprobar o contrasinal da conta trala instalaci??n do paquete.
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
+#| "Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Consulte o ficheiro /usr/share/doc/mysql-server-5.5/README.Debian para m??is "
+"Consulte o ficheiro /usr/share/doc/mysql-server-5.6/README.Debian para m??is "
 "informaci??n."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
diff --git a/debian/po/it.po b/debian/po/it.po
index 3e45702..9d64b81 100644
--- a/debian/po/it.po
+++ b/debian/po/it.po
@@ -1,12 +1,12 @@
-# Italian (it) translation of debconf templates for mysql-dfsg-5.5
+# Italian (it) translation of debconf templates for mysql-dfsg-5.6
 # Copyright (C) 2009 Software in the Public Interest
-# This file is distributed under the same license as the mysql-dfsg-5.5 package.
+# This file is distributed under the same license as the mysql-dfsg-5.6 package.
 # Luca Monducci <luca.mo at tiscali.it>, 2006 - 2009.
 # 
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5 5.5.37 italian debconf templates\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6 5.6.37 italian debconf templates\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2009-08-08 11:03+0200\n"
 "Last-Translator: Luca Monducci <luca.mo at tiscali.it>\n"
@@ -18,20 +18,20 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Procedere realmente con l'abbassamento di versione?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 "Su questo sistema esiste un file con nome /var/lib/mysql/debian-*.flag."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -41,7 +41,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -51,13 +51,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Nota importante per gli utenti NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -77,13 +77,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Eliminare tutti i database MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -93,7 +93,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -105,13 +105,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Lanciare il server MySQL all'avvio?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -121,13 +121,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nuova password per l'utente ??root?? di MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -137,25 +137,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Se questo campo ?? lasciato vuoto, la password non viene cambiata."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Ripetere la password per l'utente ??root?? di MySQL:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Impossibile impostare la password per l'utente ??root?? di MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -168,56 +168,56 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Al termine dell'installazione si deve verificare la password dell'account."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
+#| "Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 "Per maggiori informazioni si consulti il file /usr/share/doc/mysql-"
-"server-5.5/README.Debian."
+"server-5.6/README.Debian."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Errore di inserimento della password"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "Le due password inserite sono diverse. Riprovare."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "?? in uso un cluster NDB"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 #, fuzzy
 #| msgid ""
-#| "MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the "
+#| "MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the "
 #| "new mysql-cluster package and remove all lines starting with \"ndb\" from "
 #| "all config files below /etc/mysql/."
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 non fornisce pi?? il supporto per i cluster NDB. Si dovrebbe "
+"MySQL-5.6 non fornisce pi?? il supporto per i cluster NDB. Si dovrebbe "
 "migrare al nuovo pacchetto mysql-cluster e rimuovere tutte le righe che "
 "iniziano per \"ndb\" da tutti i file di configurazione sotto /etc/mysql/."
diff --git a/debian/po/ja.po b/debian/po/ja.po
index b19f6a8..f61716c 100644
--- a/debian/po/ja.po
+++ b/debian/po/ja.po
@@ -14,8 +14,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5 5.5.37-1\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6 5.6.37-1\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2009-09-01 08:25+0900\n"
 "Last-Translator: Hideki Yamane (Debian-JP) <henrich at debian.or.jp>\n"
@@ -27,13 +27,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "????????????????????????????????????????????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 "????????????????????????  /var/lib/mysql/debian-*.flag ?????????????????????????????????????????????"
@@ -41,7 +41,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -51,7 +51,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -61,13 +61,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "NIS/YP ??????????????????????????????"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -77,7 +77,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -85,13 +85,13 @@ msgstr "/var/lib/mysql ?????????????????????????????????????????????????????????
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "???????????? MySQL ????????????????????????????????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -101,7 +101,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -113,13 +113,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "MySQL ??????????????????????????????????????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -129,13 +129,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "MySQL ??? \"root\" ?????????????????????????????????????????????:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -145,25 +145,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "????????????????????????????????????????????????????????????????????????????????????????????????"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "MySQL ??? \"root\" ?????????????????????????????????????????????:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "MySQL ??? \"root\" ???????????????????????????????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -175,55 +175,55 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "??????????????????????????????????????????????????????????????????????????????????????????????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
+#| "Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"????????? /usr/share/doc/mysql-server-5.5/README.Debian ??????????????????????????????"
+"????????? /usr/share/doc/mysql-server-5.6/README.Debian ??????????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "??????????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "?????????????????????????????????????????????????????????????????????????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB ????????????????????????????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 #, fuzzy
 #| msgid ""
-#| "MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the "
+#| "MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the "
 #| "new mysql-cluster package and remove all lines starting with \"ndb\" from "
 #| "all config files below /etc/mysql/."
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 ?????? NDB ??????????????????????????????????????????????????????????????????????????? mysql-"
+"MySQL-5.6 ?????? NDB ??????????????????????????????????????????????????????????????????????????? mysql-"
 "cluster ?????????????????????????????????/etc/mysql ?????????????????????????????????????????????ndb???"
 "?????????????????????????????????????????????"
diff --git a/debian/po/nb.po b/debian/po/nb.po
index b062017..367cfef 100644
--- a/debian/po/nb.po
+++ b/debian/po/nb.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mysql_nb\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2007-02-18 12:13+0100\n"
 "Last-Translator: Bj??rn Steensrud <bjornst at powertech.no>\n"
@@ -19,7 +19,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid "Do you really want to downgrade?"
 msgid "Really proceed with downgrade?"
@@ -27,13 +27,13 @@ msgstr "Er du sikker p?? at du vil nedgradere?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid ""
 #| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
@@ -49,7 +49,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -57,7 +57,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid "Important note for NIS/YP users!"
 msgid "Important note for NIS/YP users"
@@ -65,7 +65,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -73,7 +73,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -81,13 +81,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -95,7 +95,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 #, fuzzy
 #| msgid ""
 #| "The script is about to remove the data directory /var/lib/mysql. If it is "
@@ -112,7 +112,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 #, fuzzy
 #| msgid "Should MySQL start on boot?"
 msgid "Start the MySQL server on boot?"
@@ -120,7 +120,7 @@ msgstr "Skal MySQL startes ved maskinoppstart?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 #, fuzzy
 #| msgid ""
 #| "The MySQL can start automatically on boot time or only if you manually "
@@ -134,7 +134,7 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid "New password for MySQL \"root\" user:"
 msgid "New password for the MySQL \"root\" user:"
@@ -142,7 +142,7 @@ msgstr "Nytt passord for MySQLs ??root??-bruker:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid ""
 #| "It is highly recommended that you set a password for the MySQL "
@@ -156,13 +156,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 #, fuzzy
 #| msgid "New password for MySQL \"root\" user:"
 msgid "Repeat password for the MySQL \"root\" user:"
@@ -170,7 +170,7 @@ msgstr "Nytt passord for MySQLs ??root??-bruker:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid "Unable to set password for MySQL \"root\" user"
 msgid "Unable to set password for the MySQL \"root\" user"
@@ -178,7 +178,7 @@ msgstr "Klarer ikke angi passord for MySQLs ??root??-bruker"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
 #| "It seems an error occurred while setting the password for the MySQL "
@@ -196,41 +196,41 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
@@ -246,7 +246,7 @@ msgstr ""
 #~| "The way passwords were stored was not very secure. This has been "
 #~| "improved with the drawback that clients (e.g. PHP) from hosts running "
 #~| "Debian 3.1 Sarge will not be able to connect to account which are new or "
-#~| "whose password have been changed. See /usr/share/doc/mysql-server-5.5/"
+#~| "whose password have been changed. See /usr/share/doc/mysql-server-5.6/"
 #~| "README.Debian."
 #~ msgid ""
 #~ "In old versions of MySQL clients on Debian, passwords were not stored "
@@ -257,7 +257,7 @@ msgstr ""
 #~ "Passord ble tidligere lagret p?? en lite sikker m??te. Dette er n?? "
 #~ "forbedret, med den ulempen at klienter (f.eks. PHP) fra verter som kj??rer "
 #~ "Debian 3.1 Sarge ikke vil kunne koble til en konto som er ny eller har "
-#~ "f??tt endret passordet. Se /usr/share/doc/mysql-server-5.5/README.Debian."
+#~ "f??tt endret passordet. Se /usr/share/doc/mysql-server-5.6/README.Debian."
 
 #~ msgid ""
 #~ "To use mysql you must install an equivalent user and group to the "
diff --git a/debian/po/nl.po b/debian/po/nl.po
index 74ed57d..13ce94a 100644
--- a/debian/po/nl.po
+++ b/debian/po/nl.po
@@ -1,4 +1,4 @@
-# Dutch mysql-dfsg-5.5 po-debconf translation,
+# Dutch mysql-dfsg-5.6 po-debconf translation,
 # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
 #
 # Vincent Zweije <zweije at xs4all.nl>, 2006.
@@ -6,8 +6,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-5.5 5.5.23-2\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-5.6 5.6.23-2\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-05-23 10:26+0200\n"
 "Last-Translator: Jeroen Schot <schot at a-eskwadraat.nl>\n"
@@ -19,20 +19,20 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Wilt u echt een oude versie herstellen?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 "Er bestaat een bestand genaamd /var/lib/mysql/debian-*.flag op dit systeem."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -42,7 +42,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -52,13 +52,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Belangrijke opmerking voor gebruikers van NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -68,7 +68,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -78,13 +78,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Wilt u alle MySQL-databases verwijderen?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -94,7 +94,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -106,13 +106,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Moet MySQL starten als de computer start?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -122,13 +122,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nieuw wachtwoord voor de MySQL \"root\"-gebruiker:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -138,26 +138,26 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr ""
 "Als dit veld leeg wordt gelaten, zal het wachtwoord niet worden veranderd."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Herhaal het wachtwoord voor de MySQL \"root\"-gebruiker:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Kan het wachtwoord voor de MySQL \"root\"-gebruiker niet instellen"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -170,7 +170,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "U zou het wachtwoord van het account moeten controleren nadat het pakket is "
@@ -178,23 +178,23 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Leest u het bestand /usr/share/doc/mysql-server-5.5/README.Debian voor meer "
+"Leest u het bestand /usr/share/doc/mysql-server-5.6/README.Debian voor meer "
 "informatie."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Fout bij invoer wachtwoord"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "De twee wachtwoorden die u hebt ingevoerd zijn niet gelijk. Probeert u het "
@@ -202,18 +202,18 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "De NDB-cluster lijkt in gebruik te zijn"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 biedt niet langer ondersteuning voor NDB Cluster. Migreer naar het "
+"MySQL-5.6 biedt niet langer ondersteuning voor NDB Cluster. Migreer naar het "
 "nieuwe pakket mysql-cluster en verwijder alle regels die beginnen met \"ndb"
 "\" van alle configuratiebestanden onder /etc/mysql/."
diff --git a/debian/po/pt.po b/debian/po/pt.po
index d50c851..a7a8ffd 100644
--- a/debian/po/pt.po
+++ b/debian/po/pt.po
@@ -1,12 +1,12 @@
-# Portuguese translation for mysql-dfsg-5.5's debconf messages
+# Portuguese translation for mysql-dfsg-5.6's debconf messages
 # Copyright (C) 2006 Miguel Figueiredo <elmig at debianpt.org>
-# This file is distributed under the same license as the mysql-dfsg-5.5 package.
+# This file is distributed under the same license as the mysql-dfsg-5.6 package.
 # Miguel Figueiredo <elmig at debianpt.org>, 2012
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-05-28 22:40+0100\n"
 "Last-Translator: Miguel Figueiredo <elmig at debianpt.org>\n"
@@ -18,20 +18,20 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Deseja mesmo fazer downgrade?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 "Existe, neste sistema, um ficheiro chamado /var/lib/mysql/debian-*.flag."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -41,7 +41,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -51,13 +51,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Nota importante para utilizadores de NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -67,7 +67,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -76,13 +76,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Remover todas as bases de dados MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -92,7 +92,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -104,13 +104,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Iniciar o servidor MySQL no arranque?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -120,13 +120,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nova palavra-passe para o utilizador \"root\" do MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -136,27 +136,27 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr ""
 "Se este campo for deixado em branco, a palavra-passe n??o ir?? ser alterada."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Repita a palavra-passe para o utilizador \"root\" de MySQL:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr ""
 "N??o foi poss??vel definir a palavra-passe para o utilizador \"root\" do MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -169,30 +169,30 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 "Voc?? deve verificar a palavra-passe da conta ap??s a instala????o do pacote."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 "Para mais informa????es, por favor leia o ficheiro /usr/share/doc/mysql-"
-"server-5.5/README.Debian."
+"server-5.6/README.Debian."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Erro de entrada da palavra-passe"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 "As duas palavras-passe que introduziu n??o s??o as mesmas. Por favor tente "
@@ -200,19 +200,19 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB Cluster parece estar a ser utilizado"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 j?? n??o disponibiliza suporte para NDB Cluster. Por favor migre "
+"MySQL-5.6 j?? n??o disponibiliza suporte para NDB Cluster. Por favor migre "
 "para o novo pacote mysql-cluster-server e remova todas as linhas que comecem "
 "por \"ndb\" em todos os ficheiros de configura????o em /etc/mysql/."
 
@@ -230,14 +230,14 @@ msgstr ""
 #~ "Recent versions of MySQL can no longer use the old ISAM table format and "
 #~ "it is necessary to convert your tables to e.g. MyISAM before upgrading by "
 #~ "using \"mysql_convert_table_format\" or \"ALTER TABLE x ENGINE=MyISAM\". "
-#~ "The installation of mysql-server-5.5 will now abort. In case your old "
+#~ "The installation of mysql-server-5.6 will now abort. In case your old "
 #~ "mysql-server-4.1 gets removed nevertheless just reinstall it to convert "
 #~ "those tables."
 #~ msgstr ""
 #~ "As vers??es recentes de MySQL j?? n??o podem utilizar o antigo formato de "
 #~ "tabelas ISAM e ?? por isso necess??rio converter as suas tabelas pra e.g. "
 #~ "MyISAM antes da actualiza????o, utilizando \"mysql_convert_table_format\" "
-#~ "ou \"ALTER TABLE x ENGINE=MyISAM\". A instala????o de mysql-server-5.5 ir?? "
+#~ "ou \"ALTER TABLE x ENGINE=MyISAM\". A instala????o de mysql-server-5.6 ir?? "
 #~ "agora ser cancelada. Se o seu antigo mysql-server-4.1 for removido apenas "
 #~ "reinstale para converter essas tabelas."
 
diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po
index b88e82e..07a6a20 100644
--- a/debian/po/pt_BR.po
+++ b/debian/po/pt_BR.po
@@ -7,8 +7,8 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2007-04-21 15:59-0300\n"
 "Last-Translator: Andr?? Lu??s Lopes <andrelop at debian.org>\n"
@@ -21,19 +21,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Realmente proceder com o rebaixamento de vers??o?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "Um arquivo de nome /var/lib/mysql/debian-*.flag existe no sistema."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid ""
 #| "Such file is an indication that a mysql-server package with a higher "
@@ -47,7 +47,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -57,13 +57,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Aviso importante para usu??rios NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -71,7 +71,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid ""
 #| "You should also check the permissions and the owner of the /var/lib/mysql "
@@ -84,13 +84,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Remover todas as bases de dados do MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -100,7 +100,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -112,13 +112,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Iniciar o servidor MySQL junto a inicializa????o da m??quina?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -128,13 +128,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nova senha para o usu??rio \"root\" do MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -144,7 +144,7 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid "If that field is left blank, the password will not be changed."
 msgid "If this field is left blank, the password will not be changed."
@@ -152,7 +152,7 @@ msgstr "Caso este campo seja deixado em branco, a senha n??o sera mudada."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 #, fuzzy
 #| msgid "New password for the MySQL \"root\" user:"
 msgid "Repeat password for the MySQL \"root\" user:"
@@ -160,13 +160,13 @@ msgstr "Nova senha para o usu??rio \"root\" do MySQL:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Imposs??vel definir senha para o usu??rio \"root\" do MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -179,7 +179,7 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
 #| "You should check the account's password after tha package installation."
@@ -188,41 +188,41 @@ msgstr "Voc?? dever?? checar a senha dessa conta ap??s a instala????o deste paco
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
+#| "Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for "
 #| "more information."
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Por favor, leia o arquivo /usr/share/doc/mysql-server-5.5/README.Debian para "
+"Por favor, leia o arquivo /usr/share/doc/mysql-server-5.6/README.Debian para "
 "maiores informa????es."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
diff --git a/debian/po/ro.po b/debian/po/ro.po
index 2c170b2..c1e9cbe 100644
--- a/debian/po/ro.po
+++ b/debian/po/ro.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: po-debconf://mysql-dfsg\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2006-12-20 21:27+0200\n"
 "Last-Translator: stan ioan-eugen <stan.ieugen at gmail.com>\n"
@@ -19,7 +19,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid "Do you really want to downgrade?"
 msgid "Really proceed with downgrade?"
@@ -27,13 +27,13 @@ msgstr "Sunte??i sigur c?? dori??i s?? instala??i o versiune mai veche?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 #, fuzzy
 #| msgid ""
 #| "WARNING: The file /var/lib/mysql/debian-*.flag exists. This indicates "
@@ -50,7 +50,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -58,7 +58,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 #, fuzzy
 #| msgid "Important note for NIS/YP users!"
 msgid "Important note for NIS/YP users"
@@ -66,7 +66,7 @@ msgstr "Not?? important?? pentru utilizatorii NIS/YP!"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -74,7 +74,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -82,13 +82,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -96,7 +96,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 #, fuzzy
 #| msgid ""
 #| "The script is about to remove the data directory /var/lib/mysql. If it is "
@@ -113,7 +113,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 #, fuzzy
 #| msgid "Should MySQL start on boot?"
 msgid "Start the MySQL server on boot?"
@@ -121,7 +121,7 @@ msgstr "Dori??i ca MySQL s?? porneasc?? la initializarea sistemului?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 #, fuzzy
 #| msgid ""
 #| "The MySQL can start automatically on boot time or only if you manually "
@@ -135,7 +135,7 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid "New password for MySQL \"root\" user:"
 msgid "New password for the MySQL \"root\" user:"
@@ -143,7 +143,7 @@ msgstr "Noua parol?? pentru utilizatorul ???root??? al MySQL:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 #, fuzzy
 #| msgid ""
 #| "It is highly recommended that you set a password for the MySQL "
@@ -157,13 +157,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 #, fuzzy
 #| msgid "New password for MySQL \"root\" user:"
 msgid "Repeat password for the MySQL \"root\" user:"
@@ -171,7 +171,7 @@ msgstr "Noua parol?? pentru utilizatorul ???root??? al MySQL:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid "Unable to set password for MySQL \"root\" user"
 msgid "Unable to set password for the MySQL \"root\" user"
@@ -179,7 +179,7 @@ msgstr "Nu s-a putut stabili parola pentru utilizatorul ???root??? al MySQL"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 #, fuzzy
 #| msgid ""
 #| "It seems an error occurred while setting the password for the MySQL "
@@ -197,41 +197,41 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
@@ -243,7 +243,7 @@ msgstr ""
 #~ "Recent versions of MySQL can no longer use the old ISAM table format and "
 #~ "it is necessary to convert your tables to e.g. MyISAM before upgrading by "
 #~ "using \"mysql_convert_table_format\" or \"ALTER TABLE x ENGINE=MyISAM\". "
-#~ "The installation of mysql-server-5.5 will now abort. In case your old "
+#~ "The installation of mysql-server-5.6 will now abort. In case your old "
 #~ "mysql-server-4.1 gets removed nevertheless just reinstall it to convert "
 #~ "those tables."
 #~ msgstr ""
@@ -251,7 +251,7 @@ msgstr ""
 #~ "??ieste necesar s?? converti??i tabelele dumneavoastr?? de ex. la formatul "
 #~ "MyISAM ??nainte de a face actualizarea folosind comanda "
 #~ "???mysql_convert_table_format??? sau ???ALTER TABLE x ENGINE=MyISAM???. "
-#~ "Instalarea mysql-server-5.5 va e??ua. ??n caz c?? ??terge??iversiunea "
+#~ "Instalarea mysql-server-5.6 va e??ua. ??n caz c?? ??terge??iversiunea "
 #~ "anterioar?? mysql-server-4.1 va trebui reinstalat?? pentru a converti "
 #~ "tabelele."
 
@@ -266,7 +266,7 @@ msgstr ""
 #~| "The way passwords were stored was not very secure. This has been "
 #~| "improved with the drawback that clients (e.g. PHP) from hosts running "
 #~| "Debian 3.1 Sarge will not be able to connect to account which are new or "
-#~| "whose password have been changed. See /usr/share/doc/mysql-server-5.5/"
+#~| "whose password have been changed. See /usr/share/doc/mysql-server-5.6/"
 #~| "README.Debian."
 #~ msgid ""
 #~ "In old versions of MySQL clients on Debian, passwords were not stored "
@@ -278,7 +278,7 @@ msgstr ""
 #~ "fost ??mbun??t????itcu dezajantajul c?? clien??ii (de ex. PHP) de pe sta??ii ce "
 #~ "ruleaz?? sistemul Debian 3.1 Sargenu se vor putea conecta la conturi noi "
 #~ "sau ale c??ror parole au fost schimbate. Citi??i /usr/share/doc/mysql-"
-#~ "server-5.5/README.Debian."
+#~ "server-5.6/README.Debian."
 
 #~ msgid ""
 #~ "To use mysql you must install an equivalent user and group to the "
diff --git a/debian/po/ru.po b/debian/po/ru.po
index d5f8ac0..00a225f 100644
--- a/debian/po/ru.po
+++ b/debian/po/ru.po
@@ -16,8 +16,8 @@
 # Yuri Kozlov <yuray at komyakino.ru>, 2009, 2012.
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5 5.5.23-2\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6 5.6.23-2\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-05-23 21:14+0400\n"
 "Last-Translator: Yuri Kozlov <yuray at komyakino.ru>\n"
@@ -32,19 +32,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "?????????????????????????? ???????????????????? ?????????? ???????????? ?????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "?? ?????????????? ???????????? ???????? /var/lib/mysql/debian-*.flag."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -54,7 +54,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -64,13 +64,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "???????????? ?????????????????? ?????? ?????????????????????????? NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -80,7 +80,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -88,13 +88,13 @@ msgstr "?????????? ?????????????????? ?????????? ?????????????? ?? ????????????
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "?????????????? ?????? ???????? ???????????? MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -103,7 +103,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -115,13 +115,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "?????????????????? MySQL ?????? ???????????????? ???????????????"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -131,13 +131,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "?????????? ???????????? ?????? MySQL ???????????????????????? ??root??:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -147,25 +147,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "???????? ???????????????? ???????? ????????????, ???? ???????????? ?????????????? ???? ??????????."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "?????????????????? ???????? ???????????? ?????? MySQL ???????????????????????? ??root??:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "???????????????????? ???????????? ???????????? MySQL ???????????????????????? ??root??"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -177,44 +177,44 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr "?????????????????? ???????????? ?????????????? ???????????? ?????????? ?????????????????? ????????????."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
-msgstr "?????????????????????? ????. ?? ?????????? /usr/share/doc/mysql-server-5.5/README.Debian."
+msgstr "?????????????????????? ????. ?? ?????????? /usr/share/doc/mysql-server-5.6/README.Debian."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "???????????? ?????????? ????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "?????? ?????????????????? ???????????? ???? ??????????????????. ?????????????????? ????????."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB Cluster ?????? ????????????????????????"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 ???????????? ???? ???????????????????????? NDB Cluster. ???????????????????? ???? ?????????? ?????????? "
+"MySQL-5.6 ???????????? ???? ???????????????????????? NDB Cluster. ???????????????????? ???? ?????????? ?????????? "
 "mysql-cluster-server ?? ?????????????? ?????? ????????????, ???????????????????????? ?? ??ndb??, ???? ???????? "
 "???????????? ?????????????????? ?? ???????????????? /etc/mysql/."
diff --git a/debian/po/sk.po b/debian/po/sk.po
index e174c18..5eade7f 100644
--- a/debian/po/sk.po
+++ b/debian/po/sk.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mysql-5.1 5.1.49-3\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-08-12 14:25+0200\n"
 "Last-Translator: Slavko <linux at slavino.sk>\n"
@@ -23,19 +23,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Naozaj pokra??ova?? v zn????en?? verzie?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "S??bor s menom /var/lib/mysql/debian-*.flag u?? v syst??me existuje."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -45,7 +45,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -55,13 +55,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "D??le??it?? pozn??mka pre pou????vate??ov NIS/YP"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -71,7 +71,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -80,13 +80,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Odstr??ni?? v??etky datab??zy MySQL?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -95,7 +95,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -106,13 +106,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Sp??????a?? MySQL server pri ??tarte syst??mu?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -122,13 +122,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nov?? heslo MySQL pou????vate??a ???root???:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -138,25 +138,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Ak toto pole ponech??te pr??zdne, heslo nebude zmenen??."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Zopakujte heslo MySQL pou????vate??a ???root???:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Nemo??no nastavi?? heslo MySQL pou????vate??a ???root???"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -168,46 +168,46 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr "Po in??tal??cii bal??ka by ste mali skontrolova?? heslo ????tu."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 "Pre????tajte si pros??m, ??al??ie podrobnost?? v s??bore /usr/share/doc/mysql-"
-"server-5.5/README.Debian."
+"server-5.6/README.Debian."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Chyba pri zad??van?? hesla"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "Hesl??, ktor?? ste zadali sa nezhoduj??. Sk??ste pros??m znova."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "Vyzer?? to, ??e pou????vate NDB Cluster"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 u?? neposkytuje podporu NDB Cluster. Pou??ite pros??m nov?? bal??k "
+"MySQL-5.6 u?? neposkytuje podporu NDB Cluster. Pou??ite pros??m nov?? bal??k "
 "mysql-cluster-server a zo v??etk??ch konfigura??n??ch s??borov v /etc/mysql/ "
 "odstr????te v??etky riadky, ktor?? za????naj?? na ???ndb???."
diff --git a/debian/po/sv.po b/debian/po/sv.po
index 134d264..ca60e25 100644
--- a/debian/po/sv.po
+++ b/debian/po/sv.po
@@ -1,13 +1,13 @@
-# Translation of mysql-5.5 debconf template to Swedish
+# Translation of mysql-5.6 debconf template to Swedish
 # Copyright (C) 2009, 2012 Martin Bagge <brother at bsnet.se>
-# This file is distributed under the same license as the mysql-5.5 package.
+# This file is distributed under the same license as the mysql-5.6 package.
 # 
 # Andreas Henriksson <andreas at fatal.se>, 2007
 # Martin Bagge <brother at bsnet.se>, 2009, 2012
 msgid ""
 msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5 5.0.21-3\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Project-Id-Version: mysql-dfsg-5.6 5.0.21-3\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-05-30 00:29+0100\n"
 "Last-Translator: Martin Bagge / brother <brother at bsnet.se>\n"
@@ -21,19 +21,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "Vill du verkligen genomf??ra nedgraderingen?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "En fil med namnet /var/lib/mysql/debian-*.flag hittades i systemet."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -43,7 +43,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -53,13 +53,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "Viktig information f??r NIS/YP-anv??ndare"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -69,7 +69,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -79,13 +79,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "Ta bort alla MySQL-databaser?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -94,7 +94,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -106,13 +106,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "Ska MySQL startas vid systemets uppstart?"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -122,13 +122,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "Nytt l??senord f??r MySQLs \"root\"-anv??ndare:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -138,25 +138,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Om detta f??lt l??mnas tom kommer l??senordet inte att ??ndras."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "Repetera l??senordet f??r MySQLs \"root\"-anv??ndare:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "Kunde inte s??tta l??senord f??r MySQLs \"root\"-anv??ndare"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -169,46 +169,46 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr "Du b??r kontrollera kontots l??senord efter installationen av paketet."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"L??s filen /usr/share/doc/mysql-server-5.5/README.Debian f??r mer information."
+"L??s filen /usr/share/doc/mysql-server-5.6/README.Debian f??r mer information."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Fel vid inmatning av l??senord"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "De tv?? l??senorden du angav st??mde inte ??verrens. Prova igen."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB-kluster anv??nds inte"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"St??det f??r NDB-kluster har tagits bort i MySQL-5.5. Migrera till det nya "
+"St??det f??r NDB-kluster har tagits bort i MySQL-5.6. Migrera till det nya "
 "paketet mysql-cluster-server  och ta bort alla rader som inleds med \"ndb\" "
 "fr??n alla inst??lllningsfiler i /etc/mysql/."
 
diff --git a/debian/po/templates.pot b/debian/po/templates.pot
index aecd151..01d0418 100644
--- a/debian/po/templates.pot
+++ b/debian/po/templates.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
@@ -19,19 +19,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -39,7 +39,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -47,13 +47,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -61,7 +61,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -69,13 +69,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -83,7 +83,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -92,13 +92,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -106,13 +106,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -120,25 +120,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -147,41 +147,41 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
diff --git a/debian/po/tr.po b/debian/po/tr.po
index 129f4ef..51a8794 100644
--- a/debian/po/tr.po
+++ b/debian/po/tr.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: mysql-5.1\n"
-"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
+"Report-Msgid-Bugs-To: mysql-5.6 at packages.debian.org\n"
 "POT-Creation-Date: 2011-11-08 11:42-0800\n"
 "PO-Revision-Date: 2012-09-17 11:40+0200\n"
 "Last-Translator: Atila KO?? <akoc at artielektronik.com.tr>\n"
@@ -18,19 +18,19 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "Really proceed with downgrade?"
 msgstr "S??r??m d??????rme i??lemine ger??ekten ba??lans??n m???"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid "A file named /var/lib/mysql/debian-*.flag exists on this system."
 msgstr "Bu sistemde /var/lib/mysql/debian-*.flag adl?? bir dosya bulunmaktad??r."
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "Such a file is an indication that a mysql-server package with a higher "
 "version has been installed previously."
@@ -40,7 +40,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:2001
+#: ../mysql-server-5.6.templates:2001
 msgid ""
 "There is no guarantee that the version you're currently installing will be "
 "able to use the current databases."
@@ -50,13 +50,13 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid "Important note for NIS/YP users"
 msgstr "NIS/YP kullan??c??lar?? i??in ??nemli not"
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "Using MySQL under NIS/YP requires a mysql user account to be added on the "
 "local system with:"
@@ -66,7 +66,7 @@ msgstr ""
 
 #. Type: note
 #. Description
-#: ../mysql-server-5.5.templates:3001
+#: ../mysql-server-5.6.templates:3001
 msgid ""
 "You should also check the permissions and ownership of the /var/lib/mysql "
 "directory:"
@@ -76,13 +76,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid "Remove all MySQL databases?"
 msgstr "T??m MySQL veritabanlar?? kald??r??ls??n m???"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "The /var/lib/mysql directory which contains the MySQL databases is about to "
 "be removed."
@@ -91,7 +91,7 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:4001
+#: ../mysql-server-5.6.templates:4001
 msgid ""
 "If you're removing the MySQL package in order to later install a more recent "
 "version or if a different mysql-server package is already using it, the data "
@@ -103,13 +103,13 @@ msgstr ""
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid "Start the MySQL server on boot?"
 msgstr "MySQL sunucusu a????l???? s??ras??nda ba??lat??ls??n m???"
 
 #. Type: boolean
 #. Description
-#: ../mysql-server-5.5.templates:5001
+#: ../mysql-server-5.6.templates:5001
 msgid ""
 "The MySQL server can be launched automatically at boot time or manually with "
 "the '/etc/init.d/mysql start' command."
@@ -119,13 +119,13 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "New password for the MySQL \"root\" user:"
 msgstr "MySQL \"root\" kullan??c??s?? i??in yeni parola:"
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid ""
 "While not mandatory, it is highly recommended that you set a password for "
 "the MySQL administrative \"root\" user."
@@ -135,25 +135,25 @@ msgstr ""
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:6001
+#: ../mysql-server-5.6.templates:6001
 msgid "If this field is left blank, the password will not be changed."
 msgstr "Bu alan??n bo?? b??rak??lmas?? durumunda parola de??i??tirilmeyecektir."
 
 #. Type: password
 #. Description
-#: ../mysql-server-5.5.templates:7001
+#: ../mysql-server-5.6.templates:7001
 msgid "Repeat password for the MySQL \"root\" user:"
 msgstr "MySQL \"root\" kullan??c??s??n??n parolas??n?? yineleyin:"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "Unable to set password for the MySQL \"root\" user"
 msgstr "MySQL \"root\" kullan??c??s?? i??in parola olu??turulamad??"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
 "An error occurred while setting the password for the MySQL administrative "
 "user. This may have happened because the account already has a password, or "
@@ -165,47 +165,47 @@ msgstr ""
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid "You should check the account's password after the package installation."
 msgstr "Paketin kurulumundan sonra ilgili hesab??n parolas??n?? denetlemelisiniz."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:8001
+#: ../mysql-server-5.6.templates:8001
 msgid ""
-"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.6/README.Debian file for more "
 "information."
 msgstr ""
-"Daha fazla bilgi i??in l??tfen /usr/share/doc/mysql-server-5.5/README.Debian "
+"Daha fazla bilgi i??in l??tfen /usr/share/doc/mysql-server-5.6/README.Debian "
 "dosyas??n?? inceleyiniz."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "Password input error"
 msgstr "Parola giri?? hatas??"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:9001
+#: ../mysql-server-5.6.templates:9001
 msgid "The two passwords you entered were not the same. Please try again."
 msgstr "Girdi??iniz parolalar e??le??miyor, l??tfen tekrar deneyiniz."
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid "NDB Cluster seems to be in use"
 msgstr "NDB K??mesi kullan??l??yor gibi g??r??n??yor"
 
 #. Type: error
 #. Description
-#: ../mysql-server-5.5.templates:10001
+#: ../mysql-server-5.6.templates:10001
 msgid ""
-"MySQL-5.5 no longer provides NDB Cluster support. Please migrate to the new "
+"MySQL-5.6 no longer provides NDB Cluster support. Please migrate to the new "
 "mysql-cluster-server package and remove all lines starting with \"ndb\" from "
 "all config files below /etc/mysql/."
 msgstr ""
-"MySQL-5.5 art??k NDB K??mesi deste??i vermemektedir. L??tfen yeni mysql-cluster "
+"MySQL-5.6 art??k NDB K??mesi deste??i vermemektedir. L??tfen yeni mysql-cluster "
 "paketine ge??iniz ve /etc/mysql/ dizinindeki t??m yap??land??rma dosyalar??ndan "
 "\"ndb\" ile ba??layan sat??rlar?? kald??r??n??z."
 
diff --git a/debian/rules b/debian/rules
index 4d86d57..9780026 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 export DEB_BUILD_HARDENING=1
 
-PACKAGE:=mysql-5.5
+PACKAGE:=mysql-5.6
 
 TMP:=$(CURDIR)/debian/tmp/
 
@@ -27,7 +27,7 @@ DEB_UPSTREAM_VERSION ?= $(shell echo $(DEB_NOEPOCH_VERSION) | sed 's/-[^-]*$$//'
 DEB_UPSTREAM_VERSION_MAJOR_MINOR := $(shell echo $(DEB_UPSTREAM_VERSION) | sed -r -n 's/^([0-9]+\.[0-9]+).*/\1/p')
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
-EXPORTED_SOURCE_TARBALL := debian/mysql-source-5.5.tar.gz
+EXPORTED_SOURCE_TARBALL := debian/mysql-source-5.6.tar.gz
 
 DISTRIBUTION := $(shell lsb_release -i -s)
 
@@ -61,7 +61,7 @@ builddir = $(if $(findstring -pic,$@),$(BUILDDIR_PIC),$(BUILDDIR))
 ifeq ($(STATIC_MYSQLD), 1)
     USE_STATIC_MYSQLD:=--with-mysqld-ldflags=-all-static
 endif
-	
+
 # See http://blogs.innodb.com/wp/2010/04/innodb-performance-aio-linux/
 # Also #659565
 ifneq (,$(findstring linux-gnu,$(DEB_HOST_GNU_TYPE)))
@@ -126,7 +126,7 @@ build-stamp:
 	@echo "RULES.$@"
 	[ -f $(EXPORTED_SOURCE_TARBALL) ] || tar -zcf $(EXPORTED_SOURCE_TARBALL) \
 	--exclude=debian . \
-	--transform="s,^\./,mysql-5.5/,"
+	--transform="s,^\./,mysql-5.6/,"
 	cd $(builddir) && $(MAKE)
 	touch $@
 
@@ -188,13 +188,13 @@ auto_install-stamp:
 	install -m 0755 debian/additions/innotop/innotop $(TMP)/usr/bin/
 	install -m 0644 debian/additions/innotop/innotop.1 $(TMP)/usr/share/man/man1/
 	# mysql-server
-	mkdir -p $(TMP)/usr/share/doc/mysql-server-5.5/examples
-	mv $(TMP)/usr/share/mysql/*cnf 	    $(TMP)/usr/share/doc/mysql-server-5.5/examples/
+	mkdir -p $(TMP)/usr/share/doc/mysql-server-5.6/examples
+	mv $(TMP)/usr/share/mysql/*cnf 	    $(TMP)/usr/share/doc/mysql-server-5.6/examples/
 	rm -vf $(TMP)/usr/share/mysql/mi_test_all* \
 	       $(TMP)/usr/share/mysql/mysql-log-rotate \
 	       $(TMP)/usr/share/mysql/mysql.server \
 	       $(TMP)/usr/share/mysql/binary-configure
-	nm -n $(BUILDDIR)/sql/mysqld |gzip -9 > $(TMP)/usr/share/doc/mysql-server-5.5/mysqld.sym.gz
+	nm -n $(BUILDDIR)/sql/mysqld |gzip -9 > $(TMP)/usr/share/doc/mysql-server-5.6/mysqld.sym.gz
 	install -m 0755 debian/additions/echo_stderr $(TMP)/usr/share/mysql/
 	install -m 0755 debian/additions/debian-start $(TMP)/etc/mysql/
 	install -m 0755 debian/additions/debian-start.inc.sh $(TMP)/usr/share/mysql/
@@ -210,7 +210,7 @@ override_dh_installchangelogs:
 override_dh_installlogrotate-arch:
 	dh_installlogrotate --name mysql-server
 	if [ "$(DISTRIBUTION)" = "Ubuntu" ]; then \
-	  dh_apparmor -pmysql-server-5.5 --profile-name=usr.sbin.mysqld; \
+	  dh_apparmor -pmysql-server-5.6 --profile-name=usr.sbin.mysqld; \
 	fi
 
 # Start mysql in runlevel 19 before 20 where apache, proftpd etc gets
@@ -221,9 +221,6 @@ override_dh_installinit-arch:
 override_dh_installcron-arch:
 	dh_installcron --name mysql-server
 
-override_dh_makeshlibs-arch:
-	dh_makeshlibs -plibmysqlclient18 -V'libmysqlclient18 (>= 5.5.24+dfsg-1)'
-
 override_dh_builddeb:
 	dh_builddeb -- -Zxz
 
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
index 3baf704..c48b90c 100644
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -1,7 +1,7 @@
-# The mysql-server-5.5.postrm script handles 
+# The mysql-server-5.6.postrm script handles 
 # what debhelper normally would.
 # This is apparently related to #526464.
-maintainer-script-lacks-debhelper-token debian/mysql-server-5.5.postrm
+maintainer-script-lacks-debhelper-token debian/mysql-server-5.6.postrm
 # Probably best to keep the debhelper version low in
 # case someone needs to backport
 package-needs-versioned-debhelper-build-depends 9
diff --git a/debian/watch b/debian/watch
index 4bad059..80e3cbe 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,8 +1,8 @@
 # See debian/README.source for more information about the DFSG repacking here.
 version=3
 opts=dversionmangle=s/\+dfsg\d*$// \
-    http://mysql.linux.cz/Downloads/MySQL-5.5/mysql-([\d\.]+).tar.gz \
+    http://mysql.linux.cz/Downloads/MySQL-5.6/mysql-([\d\.]+).tar.gz \
     debian sh debian/repack.sh
 opts=dversionmangle=s/\+dfsg\d*$// \
-    http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.5/mysql-([\d\.]+).tar.gz \
+    http://ftp.gwdg.de/pub/misc/mysql/Downloads/MySQL-5.6/mysql-([\d\.]+).tar.gz \
     debian sh debian/repack.sh
-- 
1.7.10.4

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0007-Adapt-pathces-for-5.6-release.patch
Type: text/x-diff
Size: 7728 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20130623/cf391298/attachment-0004.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0008-Update-P-B-R-for-mysql-5.5.patch
Type: text/x-diff
Size: 2080 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20130623/cf391298/attachment-0005.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0010-Example-config-files-are-no-longer-provided.patch
Type: text/x-diff
Size: 912 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20130623/cf391298/attachment-0006.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0012-udf_example.c-is-no-longer-present-in-upstream.patch
Type: text/x-diff
Size: 612 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-mysql-maint/attachments/20130623/cf391298/attachment-0007.patch>


More information about the pkg-mysql-maint mailing list