[Pkg-mysql-commits] r924 - in branches/sid-5.1/debian: . po
Christian Hammers
ch at alioth.debian.org
Wed Aug 29 00:00:40 UTC 2007
Author: ch
Date: 2007-08-29 00:00:39 +0000 (Wed, 29 Aug 2007)
New Revision: 924
Modified:
branches/sid-5.1/debian/README.Maintainer
branches/sid-5.1/debian/mysql-client-5.1.lintian-overrides
branches/sid-5.1/debian/mysql-server-5.1.config
branches/sid-5.1/debian/mysql-server-5.1.mysql.init
branches/sid-5.1/debian/mysql-server-5.1.postrm
branches/sid-5.1/debian/mysql-server-5.1.templates
branches/sid-5.1/debian/po/ar.po
branches/sid-5.1/debian/po/ca.po
branches/sid-5.1/debian/po/cs.po
branches/sid-5.1/debian/po/da.po
branches/sid-5.1/debian/po/de.po
branches/sid-5.1/debian/po/es.po
branches/sid-5.1/debian/po/eu.po
branches/sid-5.1/debian/po/fr.po
branches/sid-5.1/debian/po/gl.po
branches/sid-5.1/debian/po/it.po
branches/sid-5.1/debian/po/ja.po
branches/sid-5.1/debian/po/nb.po
branches/sid-5.1/debian/po/nl.po
branches/sid-5.1/debian/po/pt.po
branches/sid-5.1/debian/po/pt_BR.po
branches/sid-5.1/debian/po/ro.po
branches/sid-5.1/debian/po/ru.po
branches/sid-5.1/debian/po/sv.po
branches/sid-5.1/debian/po/templates.pot
branches/sid-5.1/debian/po/tr.po
Log:
5.0 -> 5.1 substitutions
Modified: branches/sid-5.1/debian/README.Maintainer
===================================================================
--- branches/sid-5.1/debian/README.Maintainer 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/README.Maintainer 2007-08-29 00:00:39 UTC (rev 924)
@@ -28,7 +28,7 @@
tar xzf mysql-$NEW.tar.gz
mv mysql-$NEW mysql-dfsg-5.1-$NEW.orig
rm -rf mysql-dfsg-5.1-$NEW.orig/Docs/
-mv mysql-dfsg-5.0-$NEW.orig/debian mysql-dfsg-5.0-$NEW.orig/debian.upstream
+mv mysql-dfsg-5.1-$NEW.orig/debian mysql-dfsg-5.1-$NEW.orig/debian.upstream
tar czf mysql-dfsg-5.1_$NEW.orig.tar.gz mysql-dfsg-5.1-$NEW.orig
rm -rf mysql-dfsg-5.1-$NEW.orig
Modified: branches/sid-5.1/debian/mysql-client-5.1.lintian-overrides
===================================================================
--- branches/sid-5.1/debian/mysql-client-5.1.lintian-overrides 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/mysql-client-5.1.lintian-overrides 2007-08-29 00:00:39 UTC (rev 924)
@@ -1,3 +1,3 @@
mysql-client-5.1: package-has-a-duplicate-relation
-mysql-client-5.1: wrong-name-for-upstream-changelog usr/share/doc/mysql-client-5.0/changelog.innotop.gz
+mysql-client-5.1: wrong-name-for-upstream-changelog usr/share/doc/mysql-client-5.1/changelog.innotop.gz
mysql-client-5.1: pkg-not-in-package-test innotop
Modified: branches/sid-5.1/debian/mysql-server-5.1.config
===================================================================
--- branches/sid-5.1/debian/mysql-server-5.1.config 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/mysql-server-5.1.config 2007-08-29 00:00:39 UTC (rev 924)
@@ -9,7 +9,7 @@
# 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.0/nis_warning || true
+ db_input high mysql-server-5.1/nis_warning || true
db_go
fi
@@ -20,28 +20,3 @@
db_input high mysql-server/root_password || true
db_go
fi
-
-# If this is an upgrade of an already existing installation ask the user if
-# we may use the backwards incompatible but more secure password format.
-# This should not be shown at dpkg-reconfigure, except for the dist-upgrade,
-# my.cnf is for the admin only!
-# Read: If mysql was already installed but not from Etch and it was either 4.0
-# or had old_passwords enabled before then the system is affected.
-if [ -n "$DEBIAN_SCRIPT_TRACE" ]; then
- set +e
- [ "$1" = "configure" ]; x1=$?
- [ -f $CNF ]; x2=$?
- [ ! -f /var/lib/mysql/debian-4.1.flag ]; x31=$?
- egrep -q -i '^[[:space:]]*old.passwords[[:space:]]*=[[:space:]]*(1|true)' $CNF; x32=$?
- set -e
-fi
-if [ "$1" = "configure" ] &&
- [ -f $CNF ] &&
- (
- [ ! -f /var/lib/mysql/debian-4.1.flag ] ||
- egrep -q -i '^[[:space:]]*old.passwords[[:space:]]*=[[:space:]]*(1|true)' $CNF
- )
-then
- db_input medium mysql-server-5.0/need_sarge_compat || true
- db_go
-fi
Modified: branches/sid-5.1/debian/mysql-server-5.1.mysql.init
===================================================================
--- branches/sid-5.1/debian/mysql-server-5.1.mysql.init 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/mysql-server-5.1.mysql.init 2007-08-29 00:00:39 UTC (rev 924)
@@ -119,14 +119,6 @@
log_failure_msg "Please take a look at the syslog"
fi
fi
-
- # Some warnings
- if $MYADMIN variables | egrep -q have_bdb.*YES; then
- echo "BerkeleyDB is obsolete, see /usr/share/doc/mysql-server-5.0/README.Debian.gz" | $ERR_LOGGER -p daemon.info
- fi
- if [ -f /etc/mysql/debian-log-rotate.conf ]; then
- echo "/etc/mysql/debian-log-rotate.conf is obsolete, see /usr/share/doc/mysql-server-5.0/NEWS.Debian.gz" | $ERR_LOGGER -p daemon.info
- fi
;;
'stop')
@@ -155,7 +147,7 @@
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.0/README.Debian.gz!"
+ log_failure_msg "Please stop MySQL manually and read /usr/share/doc/mysql-server-5.1/README.Debian.gz!"
exit -1
else
log_end_msg 0
Modified: branches/sid-5.1/debian/mysql-server-5.1.postrm
===================================================================
--- branches/sid-5.1/debian/mysql-server-5.1.postrm 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/mysql-server-5.1.postrm 2007-08-29 00:00:39 UTC (rev 924)
@@ -54,7 +54,7 @@
db_input high mysql-server-5.1/postrm_remove_databases || true
db_go || true
- db_get mysql-server-5.0/postrm_remove_databases || true
+ db_get mysql-server-5.1/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!
@@ -89,6 +89,6 @@
fi
# (normally) End automatically added section
-# no DEBHELPER here, "update-rc.d remove" fails if mysql-server-5.0 is installed
+# no DEBHELPER here, "update-rc.d remove" fails if mysql-server-5.1 is installed
exit 0
Modified: branches/sid-5.1/debian/mysql-server-5.1.templates
===================================================================
--- branches/sid-5.1/debian/mysql-server-5.1.templates 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/mysql-server-5.1.templates 2007-08-29 00:00:39 UTC (rev 924)
@@ -80,5 +80,5 @@
.
You should check the account's password after the package installation.
.
- Please read the /usr/share/doc/mysql-server-5.0/README.Debian file
+ Please read the /usr/share/doc/mysql-server-5.1/README.Debian file
for more information.
Modified: branches/sid-5.1/debian/po/ar.po
===================================================================
--- branches/sid-5.1/debian/po/ar.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/ar.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: templates\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-05-01 13:04+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat at yahoo.com>\n"
"Language-Team: Arabic <support at arabeyes.org>\n"
@@ -195,7 +195,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Ø§ÙØ±Ø¬Ø§Ø¡ ÙØ±Ø§Ø¡Ø© اÙÙ
ÙÙ /usr/share/doc/mysql-server-5.1/README.Debian ÙÙÙ
Ø²ÙØ¯ Ù
Ù "
Modified: branches/sid-5.1/debian/po/ca.po
===================================================================
--- branches/sid-5.1/debian/po/ca.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/ca.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-4.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2004-01-31 19:20GMT\n"
"Last-Translator: Aleix Badia i Bosch <abadia at ica.es>\n"
"Language-Team: Debian L10n Catalan <debian-l10n-catalan at lists.debian.org>\n"
@@ -172,7 +172,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/cs.po
===================================================================
--- branches/sid-5.1/debian/po/cs.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/cs.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-05-01 13:01+0200\n"
"Last-Translator: Miroslav Kure <kurem at debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech at lists.debian.org>\n"
@@ -202,7 +202,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"VÃce informacà naleznete v /usr/share/doc/mysql-server-5.1/README.Debian."
Modified: branches/sid-5.1/debian/po/da.po
===================================================================
--- branches/sid-5.1/debian/po/da.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/da.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-4.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-05-30 22:41+0200\n"
"Last-Translator: Claus Hindsgaul <claus.hindsgaul at gmail.com>\n"
"Language-Team: Danish\n"
@@ -205,7 +205,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Se filen /usr/share/doc/mysql-server-5.1/README.Debian for yderligere "
Modified: branches/sid-5.1/debian/po/de.po
===================================================================
--- branches/sid-5.1/debian/po/de.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/de.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -15,7 +15,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.41-2_de\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-05-29 16:05+0200\n"
"Last-Translator: Alwin Meschede <ameschede at gmx.de>\n"
"Language-Team: german <debian-l10n-german at lists.debian.org>\n"
@@ -204,7 +204,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Für weitere Informationen lesen Sie /usr/share/doc/mysql-server-5.1/README."
Modified: branches/sid-5.1/debian/po/es.po
===================================================================
--- branches/sid-5.1/debian/po/es.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/es.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -41,7 +41,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-05-28 22:21+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs at debian.org>\n"
"Language-Team: Debian l10 Spanish <debian-l10n-spanish at lists.debian.org>\n"
@@ -233,7 +233,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Consulte /usr/share/doc/mysql-server-5.1/README.Debian para más información."
Modified: branches/sid-5.1/debian/po/eu.po
===================================================================
--- branches/sid-5.1/debian/po/eu.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/eu.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.26-3-debconf_eu\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-02-19 09:33+0100\n"
"Last-Translator: Piarres Beobide <pi at beobide.net>\n"
"Language-Team: Euskara <Librezale at librezale.org>\n"
@@ -213,7 +213,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/fr.po
===================================================================
--- branches/sid-5.1/debian/po/fr.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/fr.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -16,7 +16,7 @@
msgstr ""
"Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-04-19 22:43+0200\n"
"Last-Translator: Christian Perrier <bubulle at debian.org>\n"
"Language-Team: French <debian-l10n-french at lists.debian.org>\n"
@@ -201,7 +201,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Veuillez consulter le fichier /usr/share/doc/mysql-server-5.1/README.Debian "
Modified: branches/sid-5.1/debian/po/gl.po
===================================================================
--- branches/sid-5.1/debian/po/gl.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/gl.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-04-20 09:44+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio at debian.org>\n"
"Language-Team: Galician <proxecto at trasno.net>\n"
@@ -191,7 +191,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Consulte o ficheiro /usr/share/doc/mysql-server-5.1/README.Debian para máis "
Modified: branches/sid-5.1/debian/po/it.po
===================================================================
--- branches/sid-5.1/debian/po/it.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/it.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.38 italian debconf templates\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-04-22 15:43+0200\n"
"Last-Translator: Luca Monducci <luca.mo at tiscali.it>\n"
"Language-Team: Italian <debian-l10n-italian at lists.debian.org>\n"
@@ -194,11 +194,11 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Per maggiori informazioni si consulti il file /usr/share/doc/mysql-server-"
-"5.0/README.Debian."
+"5.1/README.Debian."
#~ msgid ""
#~ "Support MySQL connections from hosts running Debian \"sarge\" or older?"
Modified: branches/sid-5.1/debian/po/ja.po
===================================================================
--- branches/sid-5.1/debian/po/ja.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/ja.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -16,7 +16,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.32-6\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-02-18 22:25+0900\n"
"Last-Translator: Hideki Yamane (Debian-JP) <henrich at debian.or.jp>\n"
"Language-Team: Japanese <debian-japanese at lists.debian.org>\n"
@@ -231,7 +231,7 @@
#| msgid ""
#| "See /usr/share/doc/mysql-server-5.1/README.Debian for more information."
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"詳細㯠/usr/share/doc/mysql-server-5.1/README.Debian ãåç
§ãã¦ãã ããã"
Modified: branches/sid-5.1/debian/po/nb.po
===================================================================
--- branches/sid-5.1/debian/po/nb.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/nb.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: mysql_nb\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst at powertech.no>\n"
"Language-Team: Norwegian Bokmål <i18n-nb at lister.ping.uio.no>\n"
@@ -213,7 +213,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/nl.po
===================================================================
--- branches/sid-5.1/debian/po/nl.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/nl.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.30-1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2006-02-19 10:20+0100\n"
"Last-Translator: Thijs Kinkhorst <thijs at debian.org>\n"
"Language-Team: Debian-Dutch <debian-l10n-dutch at lists.debian.org>\n"
@@ -216,7 +216,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/pt.po
===================================================================
--- branches/sid-5.1/debian/po/pt.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/pt.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-05-05 21:01+0100\n"
"Last-Translator: Miguel Figueiredo <elmig at debianpt.org>\n"
"Language-Team: Portuguese <traduz at debianpt.org>\n"
@@ -201,11 +201,11 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Para mais informação por favor leia o ficheiro /usr/share/doc/mysql-server-"
-"5.0/README.Debian."
+"5.1/README.Debian."
#~ msgid ""
#~ "Support MySQL connections from hosts running Debian \"sarge\" or older?"
Modified: branches/sid-5.1/debian/po/pt_BR.po
===================================================================
--- branches/sid-5.1/debian/po/pt_BR.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/pt_BR.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -9,7 +9,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-04-21 15:59-0300\n"
"Last-Translator: André LuÃs Lopes <andrelop at debian.org>\n"
"Language-Team: Debian-BR Project <debian-l10n-portuguese at lists.debian.org>\n"
@@ -195,7 +195,7 @@
#| "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.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
"Por favor, leia o arquivo /usr/share/doc/mysql-server-5.1/README.Debian para "
Modified: branches/sid-5.1/debian/po/ro.po
===================================================================
--- branches/sid-5.1/debian/po/ro.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/ro.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: po-debconf://mysql-dfsg\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2006-12-20 21:27+0200\n"
"Last-Translator: stan ioan-eugen <stan.ieugen at gmail.com>\n"
"Language-Team: romanian <debian-l10n-romanian at lists.debian.org>\n"
@@ -220,7 +220,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/ru.po
===================================================================
--- branches/sid-5.1/debian/po/ru.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/ru.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -17,7 +17,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.32-6_ru\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-02-19 11:28+0900\n"
"Last-Translator: Yuriy Talakan' <yt at drsk.ru>\n"
"Language-Team: Russian <debian-l10n-russian at lists.debian.org>\n"
@@ -223,7 +223,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/sv.po
===================================================================
--- branches/sid-5.1/debian/po/sv.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/sv.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -14,7 +14,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2007-02-18 14:48+0100\n"
"Last-Translator: Andreas Henriksson <andreas at fatal.se>\n"
"Language-Team: Swedish <tp-sv at listor.tp-sv.se>\n"
@@ -231,7 +231,7 @@
#| msgid ""
#| "See /usr/share/doc/mysql-server-5.1/README.Debian for more information."
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr "Se /usr/share/doc/mysql-server-5.1/README.Debian för mer information."
Modified: branches/sid-5.1/debian/po/templates.pot
===================================================================
--- branches/sid-5.1/debian/po/templates.pot 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/templates.pot 2007-08-29 00:00:39 UTC (rev 924)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
"Language-Team: LANGUAGE <LL at li.org>\n"
@@ -166,6 +166,6 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
Modified: branches/sid-5.1/debian/po/tr.po
===================================================================
--- branches/sid-5.1/debian/po/tr.po 2007-08-28 23:13:01 UTC (rev 923)
+++ branches/sid-5.1/debian/po/tr.po 2007-08-29 00:00:39 UTC (rev 924)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: mysql-dfsg-4.1\n"
"Report-Msgid-Bugs-To: pkg-mysql-maint at lists.alioth.debian.org\n"
-"POT-Creation-Date: 2007-08-25 20:03+0200\n"
+"POT-Creation-Date: 2007-08-29 01:58+0200\n"
"PO-Revision-Date: 2004-06-05 08:53+0300\n"
"Last-Translator: Gürkan Aslan <gurkan at iaslan.com>\n"
"Language-Team: Turkish <debian-l10n-turkish at lists.debian.org>\n"
@@ -173,7 +173,7 @@
#. Description
#: ../mysql-server-5.1.templates:8001
msgid ""
-"Please read the /usr/share/doc/mysql-server-5.0/README.Debian file for more "
+"Please read the /usr/share/doc/mysql-server-5.1/README.Debian file for more "
"information."
msgstr ""
More information about the Pkg-mysql-commits
mailing list