[Pkg-mysql-commits] r2137 - in mysql-5.5/branches/unstable/debian: . po
Nicholas Bamber
periapt at alioth.debian.org
Mon Jun 4 21:45:13 UTC 2012
tags 672359 pending
tags 675766 pending
thanks
Author: periapt
Date: 2012-06-04 21:45:13 +0000 (Mon, 04 Jun 2012)
New Revision: 2137
Modified:
mysql-5.5/branches/unstable/debian/changelog
mysql-5.5/branches/unstable/debian/mysql-common.install
mysql-5.5/branches/unstable/debian/po/de.po
mysql-5.5/branches/unstable/debian/rules
Log:
* Updated German translation (Closes: #675766)
* Ensured that /etc/mysql/conf.d is installed as part of mysql-common
so that client programs work without a co-located server (Closes: #672359)
Modified: mysql-5.5/branches/unstable/debian/changelog
===================================================================
--- mysql-5.5/branches/unstable/debian/changelog 2012-06-04 21:44:39 UTC (rev 2136)
+++ mysql-5.5/branches/unstable/debian/changelog 2012-06-04 21:45:13 UTC (rev 2137)
@@ -14,6 +14,7 @@
* Updated Russian translation (Closes: #674189)
* Updated Portuguese translation (Closes: #674953)
* Updated Swedish translation (Closes: #675108)
+ * Updated German translation (Closes: #675766)
* Migrated libmysqlclient-dev, mysql-client-5.5, mysql-server-core-5.5
and mysql-server-5.5 off dh_movefiles
* Removed dh_movefiles override
@@ -48,6 +49,8 @@
and (Closes: #673865)
* Added patch to libmysql/CMakeLists.txt to restore symbol versioning
and bumped dependency in shlibs (Closes: #660686)
+ * Ensured that /etc/mysql/conf.d is installed as part of mysql-common
+ so that client programs work without a co-located server (Closes: #672359)
-- Nicholas Bamber <nicholas at periapt.co.uk> Tue, 08 May 2012 09:04:25 +0100
Modified: mysql-5.5/branches/unstable/debian/mysql-common.install
===================================================================
--- mysql-5.5/branches/unstable/debian/mysql-common.install 2012-06-04 21:44:39 UTC (rev 2136)
+++ mysql-5.5/branches/unstable/debian/mysql-common.install 2012-06-04 21:45:13 UTC (rev 2137)
@@ -1 +1,2 @@
debian/additions/my.cnf etc/mysql/
+debian/tmp/etc/mysql/conf.d/.keepme etc/mysql/conf.d
Modified: mysql-5.5/branches/unstable/debian/po/de.po
===================================================================
--- mysql-5.5/branches/unstable/debian/po/de.po 2012-06-04 21:44:39 UTC (rev 2136)
+++ mysql-5.5/branches/unstable/debian/po/de.po 2012-06-04 21:45:13 UTC (rev 2137)
@@ -14,10 +14,10 @@
# Thomas Mueller <thomas.mueller at tmit.eu>, 2009.
msgid ""
msgstr ""
-"Project-Id-Version: mysql-dfsg-5.5_5.5.37-1_de\n"
+"Project-Id-Version: mysql-dfsg 5.5.23-2\n"
"Report-Msgid-Bugs-To: mysql-5.5 at packages.debian.org\n"
"POT-Creation-Date: 2011-11-08 11:42-0800\n"
-"PO-Revision-Date: 2009-08-27 22:41+0200\n"
+"PO-Revision-Date: 2012-06-03 10:33+0200\n"
"Last-Translator: Thomas Mueller <thomas.mueller at tmit.eu>\n"
"Language-Team: german <debian-l10n-german at lists.debian.org>\n"
"Language: \n"
@@ -189,10 +189,6 @@
#. Type: error
#. Description
#: ../mysql-server-5.5.templates:8001
-#, fuzzy
-#| msgid ""
-#| "Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for "
-#| "more information."
msgid ""
"Please read the /usr/share/doc/mysql-server-5.5/README.Debian file for more "
"information."
@@ -223,17 +219,12 @@
#. Type: error
#. Description
#: ../mysql-server-5.5.templates:10001
-#, fuzzy
-#| msgid ""
-#| "MySQL-5.5 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-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 "
-"Ihr System zum neuen »mysql-cluster«-Paket und entfernen Sie alle Zeilen, "
+"Ihr System zum neuen »mysql-cluster-server«-Paket und entfernen Sie alle Zeilen, "
"die mit »ndb« beginnen aus allen Konfigurationsdateien im Verzeichnis /etc/"
"mysql/."
Modified: mysql-5.5/branches/unstable/debian/rules
===================================================================
--- mysql-5.5/branches/unstable/debian/rules 2012-06-04 21:44:39 UTC (rev 2136)
+++ mysql-5.5/branches/unstable/debian/rules 2012-06-04 21:45:13 UTC (rev 2137)
@@ -162,6 +162,7 @@
# This seems to be the only safe place to fix permissions issues
# not handled by dh_fixperms.
mkdir -p $(TMP)/etc/mysql/conf.d/
+ touch $(TMP)/etc/mysql/conf.d/.keepme
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/
More information about the Pkg-mysql-commits
mailing list