Commit 892153bd authored by Sergei Golubchik's avatar Sergei Golubchik

10.8 branch

parent d6e3cd6f
MYSQL_VERSION_MAJOR=10 MYSQL_VERSION_MAJOR=10
MYSQL_VERSION_MINOR=7 MYSQL_VERSION_MINOR=8
MYSQL_VERSION_PATCH=1 MYSQL_VERSION_PATCH=0
SERVER_MATURITY=gamma SERVER_MATURITY=alpha
...@@ -111,7 +111,7 @@ collation-server = utf8mb4_general_ci ...@@ -111,7 +111,7 @@ collation-server = utf8mb4_general_ci
# you can put MariaDB-only options here # you can put MariaDB-only options here
[mariadb] [mariadb]
# This group is only read by MariaDB-10.7 servers. # This group is only read by MariaDB-10.8 servers.
# If you use the same .cnf file for MariaDB of different versions, # If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand # use this group for options that older servers don't understand
[mariadb-10.7] [mariadb-10.8]
'''apport package hook for mariadb-10.7 '''apport package hook for mariadb-10.8
(c) 2009 Canonical Ltd. (c) 2009 Canonical Ltd.
Author: Mathias Gug <mathias.gug@canonical.com> Author: Mathias Gug <mathias.gug@canonical.com>
...@@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename): ...@@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename):
continue continue
def add_info(report): def add_info(report):
attach_conffiles(report, 'mariadb-server-10.7', conffiles=None) attach_conffiles(report, 'mariadb-server-10.8', conffiles=None)
key = 'Logs' + path_to_key('/var/log/daemon.log') key = 'Logs' + path_to_key('/var/log/daemon.log')
report[key] = "" report[key] = ""
for line in read_file('/var/log/daemon.log').split('\n'): for line in read_file('/var/log/daemon.log').split('\n'):
......
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
# Exit immediately on any error # Exit immediately on any error
set -e set -e
source ./VERSION
# This file is invoked from Buildbot and Travis-CI to build deb packages. # This file is invoked from Buildbot and Travis-CI to build deb packages.
# As both of those CI systems have many parallel jobs that include different # As both of those CI systems have many parallel jobs that include different
# parts of the test suite, we don't need to run the mysql-test-run at all when # parts of the test suite, we don't need to run the mysql-test-run at all when
...@@ -32,7 +34,7 @@ then ...@@ -32,7 +34,7 @@ then
# Take the files and part of control from MCS directory # Take the files and part of control from MCS directory
cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/ cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/
echo >> debian/control echo >> debian/control
cat storage/columnstore/columnstore/debian/control >> debian/control sed "s/10.7/${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}/" <storage/columnstore/columnstore/debian/control >> debian/control
fi fi
# Don't build or try to put files in a package for selected plugins and components on Travis-CI # Don't build or try to put files in a package for selected plugins and components on Travis-CI
...@@ -50,7 +52,7 @@ then ...@@ -50,7 +52,7 @@ then
sed "/Package: mariadb-plugin-rocksdb/,/^$/d" -i debian/control sed "/Package: mariadb-plugin-rocksdb/,/^$/d" -i debian/control
sed "/Package: mariadb-plugin-spider/,/^$/d" -i debian/control sed "/Package: mariadb-plugin-spider/,/^$/d" -i debian/control
sed "/Package: mariadb-plugin-oqgraph/,/^$/d" -i debian/control sed "/Package: mariadb-plugin-oqgraph/,/^$/d" -i debian/control
sed "/ha_sphinx.so/d" -i debian/mariadb-server-10.7.install sed "/ha_sphinx.so/d" -i debian/mariadb-server-${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}.install
sed "/Package: libmariadbd19/,/^$/d" -i debian/control sed "/Package: libmariadbd19/,/^$/d" -i debian/control
sed "/Package: libmariadbd-dev/,/^$/d" -i debian/control sed "/Package: libmariadbd-dev/,/^$/d" -i debian/control
fi fi
...@@ -101,7 +103,6 @@ fi ...@@ -101,7 +103,6 @@ fi
echo "Incrementing changelog and starting build scripts" echo "Incrementing changelog and starting build scripts"
# Find major.minor version # Find major.minor version
source ./VERSION
UPSTREAM="${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}.${MYSQL_VERSION_PATCH}${MYSQL_VERSION_EXTRA}" UPSTREAM="${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}.${MYSQL_VERSION_PATCH}${MYSQL_VERSION_EXTRA}"
PATCHLEVEL="+maria" PATCHLEVEL="+maria"
LOGSTRING="MariaDB build" LOGSTRING="MariaDB build"
......
mariadb-10.7 (1:10.7.0) unstable; urgency=medium mariadb-10.8 (1:10.8.0) unstable; urgency=medium
* Initial Release * Initial Release
......
This diff is collapsed.
# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/ # According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/
?package(mariadb-client-10.7):needs="text" section="Applications/Data Management"\ ?package(mariadb-client-10.8):needs="text" section="Applications/Data Management"\
title="Innotop" command="/usr/bin/innotop" title="Innotop" command="/usr/bin/innotop"
...@@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ...@@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
# Beware that there are two ypwhich one of them needs the 2>/dev/null! # 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 if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
db_input high mariadb-server-10.7/nis_warning || true db_input high mariadb-server-10.8/nis_warning || true
db_go db_go
fi fi
...@@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql ...@@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
debian/additions/echo_stderr usr/share/mysql debian/additions/echo_stderr usr/share/mysql
debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d
debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d
debian/additions/source_mariadb-10.7.py usr/share/apport/package-hooks debian/additions/source_mariadb-10.8.py usr/share/apport/package-hooks
etc/apparmor.d/usr.sbin.mariadbd etc/apparmor.d/usr.sbin.mariadbd
etc/security/user_map.conf etc/security/user_map.conf
lib/*/security/pam_user_map.so lib/*/security/pam_user_map.so
...@@ -53,7 +53,7 @@ usr/lib/mysql/plugin/simple_password_check.so ...@@ -53,7 +53,7 @@ usr/lib/mysql/plugin/simple_password_check.so
usr/lib/mysql/plugin/sql_errlog.so usr/lib/mysql/plugin/sql_errlog.so
usr/lib/mysql/plugin/type_mysql_json.so usr/lib/mysql/plugin/type_mysql_json.so
usr/lib/mysql/plugin/wsrep_info.so usr/lib/mysql/plugin/wsrep_info.so
usr/share/doc/mariadb-server-10.7/mariadbd.sym.gz usr/share/doc/mariadb-server-10.8/mariadbd.sym.gz
usr/share/man/man1/aria_chk.1 usr/share/man/man1/aria_chk.1
usr/share/man/man1/aria_dump_log.1 usr/share/man/man1/aria_dump_log.1
usr/share/man/man1/aria_ftdump.1 usr/share/man/man1/aria_ftdump.1
......
...@@ -165,7 +165,7 @@ case "${1:-''}" in ...@@ -165,7 +165,7 @@ case "${1:-''}" in
if ! mariadbd_status check_dead warn; then if ! mariadbd_status check_dead warn; then
log_end_msg 1 log_end_msg 1
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.7/README.Debian.gz!" log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.8/README.Debian.gz!"
exit -1 exit -1
else else
log_end_msg 0 log_end_msg 0
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# Even minor modifications require translation updates and such # Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers. # changes should be coordinated with translators and reviewers.
Template: mariadb-server-10.7/old_data_directory_saved Template: mariadb-server-10.8/old_data_directory_saved
Type: note Type: note
_Description: The old data directory will be saved at new location _Description: The old data directory will be saved at new location
A file named /var/lib/mysql/debian-*.flag exists on this system. A file named /var/lib/mysql/debian-*.flag exists on this system.
...@@ -19,7 +19,7 @@ _Description: The old data directory will be saved at new location ...@@ -19,7 +19,7 @@ _Description: The old data directory will be saved at new location
. .
Please manually export/import your data (e.g. with mysqldump) if needed. Please manually export/import your data (e.g. with mysqldump) if needed.
Template: mariadb-server-10.7/nis_warning Template: mariadb-server-10.8/nis_warning
Type: note Type: note
#flag:translate!:3,5 #flag:translate!:3,5
_Description: Important note for NIS/YP users _Description: Important note for NIS/YP users
...@@ -33,7 +33,7 @@ _Description: Important note for NIS/YP users ...@@ -33,7 +33,7 @@ _Description: Important note for NIS/YP users
. .
/var/lib/mysql: drwxr-xr-x mysql mysql /var/lib/mysql: drwxr-xr-x mysql mysql
Template: mariadb-server-10.7/postrm_remove_databases Template: mariadb-server-10.8/postrm_remove_databases
Type: boolean Type: boolean
Default: false Default: false
_Description: Remove all MariaDB databases? _Description: Remove all MariaDB databases?
......
...@@ -16,15 +16,15 @@ usr/lib/*/libdbbc.a # ColumnStore header file ...@@ -16,15 +16,15 @@ usr/lib/*/libdbbc.a # ColumnStore header file
usr/lib/*/libidbboot.a # ColumnStore header file usr/lib/*/libidbboot.a # ColumnStore header file
usr/lib/*/libprocessor.a # ColumnStore header file usr/lib/*/libprocessor.a # ColumnStore header file
usr/lib/*/libwe_xml.a # ColumnStore header file usr/lib/*/libwe_xml.a # ColumnStore header file
usr/share/doc/mariadb-server-10.7/COPYING usr/share/doc/mariadb-server-10.8/COPYING
usr/share/doc/mariadb-server-10.7/COPYING.AGPLv3 usr/share/doc/mariadb-server-10.8/COPYING.AGPLv3
usr/share/doc/mariadb-server-10.7/COPYING.GPLv2 usr/share/doc/mariadb-server-10.8/COPYING.GPLv2
usr/share/doc/mariadb-server-10.7/COPYING.thirdparty usr/share/doc/mariadb-server-10.8/COPYING.thirdparty
usr/share/doc/mariadb-server-10.7/CREDITS usr/share/doc/mariadb-server-10.8/CREDITS
usr/share/doc/mariadb-server-10.7/EXCEPTIONS-CLIENT usr/share/doc/mariadb-server-10.8/EXCEPTIONS-CLIENT
usr/share/doc/mariadb-server-10.7/INSTALL-BINARY usr/share/doc/mariadb-server-10.8/INSTALL-BINARY
usr/share/doc/mariadb-server-10.7/PATENTS usr/share/doc/mariadb-server-10.8/PATENTS
usr/share/doc/mariadb-server-10.7/README-wsrep usr/share/doc/mariadb-server-10.8/README-wsrep
usr/share/groonga/COPYING usr/share/groonga/COPYING
usr/share/groonga-normalizer-mysql/lgpl-2.0.txt usr/share/groonga-normalizer-mysql/lgpl-2.0.txt
usr/share/groonga-normalizer-mysql/README.md usr/share/groonga-normalizer-mysql/README.md
......
[type: gettext/rfc822deb] mariadb-server-10.7.templates [type: gettext/rfc822deb] mariadb-server-10.8.templates
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: templates\n" "Project-Id-Version: templates\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-05-01 13:04+0300\n" "PO-Revision-Date: 2007-05-01 13:04+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
...@@ -27,13 +27,13 @@ msgstr "" ...@@ -27,13 +27,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -42,7 +42,7 @@ msgstr "" ...@@ -42,7 +42,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -50,20 +50,20 @@ msgstr "" ...@@ -50,20 +50,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "ملاحظة هامة لمستخدمي NIS/YP" msgstr "ملاحظة هامة لمستخدمي NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -71,7 +71,7 @@ msgstr "" ...@@ -71,7 +71,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م ...@@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "إزالة جميع قواعد بيانات MariaDB؟" msgstr "إزالة جميع قواعد بيانات MariaDB؟"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات ...@@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# mariadb (debconf) translation to Catalan. # mariadb (debconf) translation to Catalan.
# his file is distributed under the same license as the mariadb-10.7 package. # his file is distributed under the same license as the mariadb-10.8 package.
# Aleix Badia i Bosch <abadia@ica.es> 2004 # Aleix Badia i Bosch <abadia@ica.es> 2004
# Innocent De Marchi <tangram.peces@gmail.com> 2017 # Innocent De Marchi <tangram.peces@gmail.com> 2017
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-20 17:55+0100\n" "PO-Revision-Date: 2017-03-20 17:55+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n" "Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "El directori de dades antigues es desarà a una nova localització" msgstr "El directori de dades antigues es desarà a una nova localització"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -37,7 +37,7 @@ msgstr "" ...@@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -56,13 +56,13 @@ msgstr "" ...@@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota important pels usuaris de «NIS/YP»" msgstr "Nota important pels usuaris de «NIS/YP»"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Eliminar totes les bases de dades MariaDB?" msgstr "Eliminar totes les bases de dades MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2020-10-18 17:13+0200\n" "PO-Revision-Date: 2020-10-18 17:13+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
...@@ -26,13 +26,13 @@ msgstr "" ...@@ -26,13 +26,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Starý adresář s daty bude uložen na novém místě." msgstr "Starý adresář s daty bude uložen na novém místě."
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -44,7 +44,7 @@ msgstr "" ...@@ -44,7 +44,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -54,7 +54,7 @@ msgstr "" ...@@ -54,7 +54,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -63,13 +63,13 @@ msgstr "" ...@@ -63,13 +63,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Důležitá poznámka pro uživatele NIS/YP" msgstr "Důležitá poznámka pro uživatele NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -79,7 +79,7 @@ msgstr "" ...@@ -79,7 +79,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -88,13 +88,13 @@ msgstr "" ...@@ -88,13 +88,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Odstranit všechny MariaDB databáze?" msgstr "Odstranit všechny MariaDB databáze?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -104,7 +104,7 @@ msgstr "" ...@@ -104,7 +104,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Danish translation mariadb-10.7. # Danish translation mariadb-10.8.
# Copyright (C) 2014 mariadb-10.7 og nedenstående oversættere. # Copyright (C) 2014 mariadb-10.8 og nedenstående oversættere.
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007. # Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007.
# Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016. # Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-07-09 22:41+0200\n" "PO-Revision-Date: 2016-07-09 22:41+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Den gamle datamappe vil blive gemt på en ny placering" msgstr "Den gamle datamappe vil blive gemt på en ny placering"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -37,7 +37,7 @@ msgstr "" ...@@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -56,13 +56,13 @@ msgstr "" ...@@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Vigtig oplysning til NIS/YP-brugere" msgstr "Vigtig oplysning til NIS/YP-brugere"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Fjern alle MariaDB-databaser?" msgstr "Fjern alle MariaDB-databaser?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# German translation of mariadb-10.7 10.0.13-1 # German translation of mariadb-10.8 10.0.13-1
# Alwin Meschede <ameschede@gmx.de>, 2006, 2007. # Alwin Meschede <ameschede@gmx.de>, 2006, 2007.
# Thomas Mueller <thomas.mueller@tmit.eu>, 2009. # Thomas Mueller <thomas.mueller@tmit.eu>, 2009.
# Chris Leick <c.leick@vollbio.de>, 2014-2016. # Chris Leick <c.leick@vollbio.de>, 2014-2016.
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb 10.0.25-1\n" "Project-Id-Version: mariadb 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-12 22:39+0100\n" "PO-Revision-Date: 2016-05-12 22:39+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert" msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -37,7 +37,7 @@ msgstr "" ...@@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -56,13 +56,13 @@ msgstr "" ...@@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!" msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Alle MariaDB-Datenbanken entfernen?" msgstr "Alle MariaDB-Datenbanken entfernen?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n" "Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 21:26+0200\n" "PO-Revision-Date: 2016-04-30 21:26+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
...@@ -54,13 +54,13 @@ msgstr "" ...@@ -54,13 +54,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación" msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -82,7 +82,7 @@ msgstr "" ...@@ -82,7 +82,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -91,13 +91,13 @@ msgstr "" ...@@ -91,13 +91,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para los usuarios de NIS/YP" msgstr "Nota importante para los usuarios de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -107,7 +107,7 @@ msgstr "" ...@@ -107,7 +107,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -117,13 +117,13 @@ msgstr "" ...@@ -117,13 +117,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "¿Desea eliminar todas las bases de datos MariaDB?" msgstr "¿Desea eliminar todas las bases de datos MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -133,7 +133,7 @@ msgstr "" ...@@ -133,7 +133,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: eu\n" "Project-Id-Version: eu\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2009-07-29 11:59+0200\n" "PO-Revision-Date: 2009-07-29 11:59+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
...@@ -20,13 +20,13 @@ msgstr "" ...@@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -35,7 +35,7 @@ msgstr "" ...@@ -35,7 +35,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -43,20 +43,20 @@ msgstr "" ...@@ -43,20 +43,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua" msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -64,7 +64,7 @@ msgstr "" ...@@ -64,7 +64,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -78,13 +78,13 @@ msgstr "" ...@@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Ezabatu MariaDB datubase guztiak?" msgstr "Ezabatu MariaDB datubase guztiak?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -93,7 +93,7 @@ msgstr "" ...@@ -93,7 +93,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Finnish translations for mariadb-10.7 package # Finnish translations for mariadb-10.8 package
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# Antti Järvinen <antti.jarvinen@katiska.org>, 2017. # Antti Järvinen <antti.jarvinen@katiska.org>, 2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-15 22:36+0200\n" "PO-Revision-Date: 2017-03-15 22:36+0200\n"
"Last-Translator: antti.jarvinen@katiska.org\n" "Last-Translator: antti.jarvinen@katiska.org\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan" msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -37,7 +37,7 @@ msgstr "" ...@@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -56,13 +56,13 @@ msgstr "" ...@@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Merkittävä huomio NIS/YP -käyttäjille" msgstr "Merkittävä huomio NIS/YP -käyttäjille"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -80,13 +80,13 @@ msgstr "Tarkista myös hakemiston /var/lib/mysql omistaja ja oikeudet:" ...@@ -80,13 +80,13 @@ msgstr "Tarkista myös hakemiston /var/lib/mysql omistaja ja oikeudet:"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Poistetaanko kaikki MariaDB-tietokannat?" msgstr "Poistetaanko kaikki MariaDB-tietokannat?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -95,7 +95,7 @@ msgstr "" ...@@ -95,7 +95,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Translation of mariadb-10.7 debconf templates to French # Translation of mariadb-10.8 debconf templates to French
# Copyright (C) 2004-2016 Debian French l10n team <debian-l10n-french@lists.debian.org> # Copyright (C) 2004-2016 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the mariadb-10.7 packages. # This file is distributed under the same license as the mariadb-10.8 packages.
# #
# Translators: # Translators:
# Christian Perrier <bubulle@debian.org>, 2004, 2006, 2007, 2009, 2013. # Christian Perrier <bubulle@debian.org>, 2004, 2006, 2007, 2009, 2013.
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: fr\n" "Project-Id-Version: fr\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-12-31 18:35+0100\n" "PO-Revision-Date: 2016-12-31 18:35+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
...@@ -23,13 +23,13 @@ msgstr "" ...@@ -23,13 +23,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement" msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -41,7 +41,7 @@ msgstr "" ...@@ -41,7 +41,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -51,7 +51,7 @@ msgstr "" ...@@ -51,7 +51,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -60,13 +60,13 @@ msgstr "" ...@@ -60,13 +60,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Note importante pour les utilisateurs NIS/YP" msgstr "Note importante pour les utilisateurs NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -76,7 +76,7 @@ msgstr "" ...@@ -76,7 +76,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -86,13 +86,13 @@ msgstr "" ...@@ -86,13 +86,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Faut-il supprimer toutes les bases de données MariaDB ?" msgstr "Faut-il supprimer toutes les bases de données MariaDB ?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -102,7 +102,7 @@ msgstr "" ...@@ -102,7 +102,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n" "Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-04-20 09:44+0200\n" "PO-Revision-Date: 2007-04-20 09:44+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n" "Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
...@@ -17,13 +17,13 @@ msgstr "" ...@@ -17,13 +17,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -32,7 +32,7 @@ msgstr "" ...@@ -32,7 +32,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -40,20 +40,20 @@ msgstr "" ...@@ -40,20 +40,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para os usuarios de NIS/YP" msgstr "Nota importante para os usuarios de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -61,7 +61,7 @@ msgstr "" ...@@ -61,7 +61,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
...@@ -75,13 +75,13 @@ msgstr "" ...@@ -75,13 +75,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "¿Eliminar tódalas bases de datos de MariaDB?" msgstr "¿Eliminar tódalas bases de datos de MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -91,7 +91,7 @@ msgstr "" ...@@ -91,7 +91,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Italian (it) translation of debconf templates for mariadb-10.7 # Italian (it) translation of debconf templates for mariadb-10.8
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# Luca Monducci <luca.mo@tiscali.it>, 2006-2017. # Luca Monducci <luca.mo@tiscali.it>, 2006-2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7 10.0.13 Italian debconf templates\n" "Project-Id-Version: mariadb-10.8 10.0.13 Italian debconf templates\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-083-20 20:29+0100\n" "PO-Revision-Date: 2017-083-20 20:29+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
...@@ -17,13 +17,13 @@ msgstr "" ...@@ -17,13 +17,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "La vecchia directory data verrà salvata in una nuova posizione" msgstr "La vecchia directory data verrà salvata in una nuova posizione"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -35,7 +35,7 @@ msgstr "" ...@@ -35,7 +35,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -45,7 +45,7 @@ msgstr "" ...@@ -45,7 +45,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -54,13 +54,13 @@ msgstr "" ...@@ -54,13 +54,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante per gli utenti NIS/YP" msgstr "Nota importante per gli utenti NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -70,7 +70,7 @@ msgstr "" ...@@ -70,7 +70,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -80,13 +80,13 @@ msgstr "" ...@@ -80,13 +80,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Eliminare tutti i database MariaDB?" msgstr "Eliminare tutti i database MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -96,7 +96,7 @@ msgstr "" ...@@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -15,8 +15,8 @@ ...@@ -15,8 +15,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7 10.0.32-1\n" "Project-Id-Version: mariadb-10.8 10.0.32-1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-01 11:27+0900\n" "PO-Revision-Date: 2016-05-01 11:27+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
...@@ -30,13 +30,13 @@ msgstr "" ...@@ -30,13 +30,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "古いデータディレクトリは、新しい場所に保存されます" msgstr "古いデータディレクトリは、新しい場所に保存されます"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -48,7 +48,7 @@ msgstr "" ...@@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -58,7 +58,7 @@ msgstr "" ...@@ -58,7 +58,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -67,13 +67,13 @@ msgstr "" ...@@ -67,13 +67,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP ユーザへの重要な注意" msgstr "NIS/YP ユーザへの重要な注意"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -83,7 +83,7 @@ msgstr "" ...@@ -83,7 +83,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -91,13 +91,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま ...@@ -91,13 +91,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "すべての MariaDB データベースを削除しますか?" msgstr "すべての MariaDB データベースを削除しますか?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -107,7 +107,7 @@ msgstr "" ...@@ -107,7 +107,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql_nb\n" "Project-Id-Version: mysql_nb\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n" "PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n" "Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -34,7 +34,7 @@ msgstr "" ...@@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -42,14 +42,14 @@ msgstr "" ...@@ -42,14 +42,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
...@@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!" ...@@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -65,7 +65,7 @@ msgstr "" ...@@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -73,13 +73,13 @@ msgstr "" ...@@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -87,7 +87,7 @@ msgstr "" ...@@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "
......
# Dutch mariadb-10 po-debconf translation, # Dutch mariadb-10 po-debconf translation,
# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# Vincent Zweije <zweije@xs4all.nl>, 2006. # Vincent Zweije <zweije@xs4all.nl>, 2006.
# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2016, 2018. # Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2016, 2018.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.2.7-1\n" "Project-Id-Version: mariadb-10.2.7-1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2018-03-29 21:25+0200\n" "PO-Revision-Date: 2018-03-29 21:25+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
...@@ -21,13 +21,13 @@ msgstr "" ...@@ -21,13 +21,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "De oude data-map zal op een nieuwe locatie bewaard worden" msgstr "De oude data-map zal op een nieuwe locatie bewaard worden"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -39,7 +39,7 @@ msgstr "" ...@@ -39,7 +39,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -49,7 +49,7 @@ msgstr "" ...@@ -49,7 +49,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -58,13 +58,13 @@ msgstr "" ...@@ -58,13 +58,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Belangrijke opmerking voor gebruikers van NIS/YP" msgstr "Belangrijke opmerking voor gebruikers van NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -74,7 +74,7 @@ msgstr "" ...@@ -74,7 +74,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -84,13 +84,13 @@ msgstr "" ...@@ -84,13 +84,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Wilt u alle MariaDB-databases verwijderen?" msgstr "Wilt u alle MariaDB-databases verwijderen?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -100,7 +100,7 @@ msgstr "" ...@@ -100,7 +100,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-08-06 10:00+0100\n" "PO-Revision-Date: 2017-08-06 10:00+0100\n"
"Last-Translator: Rui Branco <ruipb@debianpt.org>\n" "Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
...@@ -20,13 +20,13 @@ msgstr "" ...@@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "O antigo directório de data será guardado num novo local" msgstr "O antigo directório de data será guardado num novo local"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -38,7 +38,7 @@ msgstr "" ...@@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -48,7 +48,7 @@ msgstr "" ...@@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -57,13 +57,13 @@ msgstr "" ...@@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para os utilizadores de NIS/YP" msgstr "Nota importante para os utilizadores de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -73,7 +73,7 @@ msgstr "" ...@@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados MariaDB?" msgstr "Remover todas as bases de dados MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Debconf translations for mariadb-10.7. # Debconf translations for mariadb-10.8.
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# André Luís Lopes, <andrelop@debian.org>, 2005-2007. # André Luís Lopes, <andrelop@debian.org>, 2005-2007.
# Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2015-2016. # Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2015-2016.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 16:16-0300\n" "PO-Revision-Date: 2016-04-30 16:16-0300\n"
"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n" "Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "O diretório de dados antigo será salvo em novo local" msgstr "O diretório de dados antigo será salvo em novo local"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -37,7 +37,7 @@ msgstr "" ...@@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -47,7 +47,7 @@ msgstr "" ...@@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -56,13 +56,13 @@ msgstr "" ...@@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Aviso importante para usuários NIS/YP" msgstr "Aviso importante para usuários NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -72,7 +72,7 @@ msgstr "" ...@@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados do MariaDB?" msgstr "Remover todas as bases de dados do MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: po-debconf://mysql-dfsg\n" "Project-Id-Version: po-debconf://mysql-dfsg\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2006-12-20 21:27+0200\n" "PO-Revision-Date: 2006-12-20 21:27+0200\n"
"Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n" "Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -34,7 +34,7 @@ msgstr "" ...@@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -42,14 +42,14 @@ msgstr "" ...@@ -42,14 +42,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
...@@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!" ...@@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -65,7 +65,7 @@ msgstr "" ...@@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -73,13 +73,13 @@ msgstr "" ...@@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -87,7 +87,7 @@ msgstr "" ...@@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2014, 2016. # Yuri Kozlov <yuray@komyakino.ru>, 2009, 2014, 2016.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7 10.0.25-1\n" "Project-Id-Version: mariadb-10.8 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-04 18:56+0300\n" "PO-Revision-Date: 2016-05-04 18:56+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
...@@ -22,13 +22,13 @@ msgstr "" ...@@ -22,13 +22,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Каталог со старыми данными будет сохранён в новом месте" msgstr "Каталог со старыми данными будет сохранён в новом месте"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -40,7 +40,7 @@ msgstr "" ...@@ -40,7 +40,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -51,7 +51,7 @@ msgstr "" ...@@ -51,7 +51,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -60,13 +60,13 @@ msgstr "" ...@@ -60,13 +60,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Важное замечание для пользователей NIS/YP" msgstr "Важное замечание для пользователей NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -76,7 +76,7 @@ msgstr "" ...@@ -76,7 +76,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -84,13 +84,13 @@ msgstr "Также проверьте права доступа и владел ...@@ -84,13 +84,13 @@ msgstr "Также проверьте права доступа и владел
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Удалить все базы данных MariaDB?" msgstr "Удалить все базы данных MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -99,7 +99,7 @@ msgstr "" ...@@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Translation of mariadb-10.7 debconf template to Swedish # Translation of mariadb-10.8 debconf template to Swedish
# Copyright (C) 2017 Martin Bagge <brother@bsnet.se> # Copyright (C) 2017 Martin Bagge <brother@bsnet.se>
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# #
# Andreas Henriksson <andreas@fatal.se>, 2007 # Andreas Henriksson <andreas@fatal.se>, 2007
# Martin Bagge <brother@bsnet.se>, 2009, 2015, 2017 # Martin Bagge <brother@bsnet.se>, 2009, 2015, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n" "Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-23 09:20+0100\n" "PO-Revision-Date: 2017-03-23 09:20+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n" "Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
...@@ -20,13 +20,13 @@ msgstr "" ...@@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Den gamla data-katalogen kommer att sparas till en ny plats" msgstr "Den gamla data-katalogen kommer att sparas till en ny plats"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -38,7 +38,7 @@ msgstr "" ...@@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -48,7 +48,7 @@ msgstr "" ...@@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -57,13 +57,13 @@ msgstr "" ...@@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Viktig information för NIS/YP-användare" msgstr "Viktig information för NIS/YP-användare"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -73,7 +73,7 @@ msgstr "" ...@@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -83,13 +83,13 @@ msgstr "" ...@@ -83,13 +83,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Ta bort alla MariaDB-databaser?" msgstr "Ta bort alla MariaDB-databaser?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -99,7 +99,7 @@ msgstr "" ...@@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
...@@ -19,13 +19,13 @@ msgstr "" ...@@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -34,7 +34,7 @@ msgstr "" ...@@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -42,20 +42,20 @@ msgstr "" ...@@ -42,20 +42,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -63,7 +63,7 @@ msgstr "" ...@@ -63,7 +63,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -71,13 +71,13 @@ msgstr "" ...@@ -71,13 +71,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -85,7 +85,7 @@ msgstr "" ...@@ -85,7 +85,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-16 13:16+0300\n" "PO-Revision-Date: 2017-03-16 13:16+0300\n"
"Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n" "Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n"
...@@ -20,13 +20,13 @@ msgstr "" ...@@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir" msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -38,7 +38,7 @@ msgstr "" ...@@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -48,20 +48,20 @@ msgstr "" ...@@ -48,20 +48,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "Gerektiğinde verinizi elle (ör. mysqldump ile) içe/dışa aktarın." msgstr "Gerektiğinde verinizi elle (ör. mysqldump ile) içe/dışa aktarın."
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP kullanıcıları için önemli not" msgstr "NIS/YP kullanıcıları için önemli not"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -71,7 +71,7 @@ msgstr "" ...@@ -71,7 +71,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -81,13 +81,13 @@ msgstr "" ...@@ -81,13 +81,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Tüm MariaDB veritabanları kaldırılsın mı?" msgstr "Tüm MariaDB veritabanları kaldırılsın mı?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -96,7 +96,7 @@ msgstr "" ...@@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
# Vietnamese translations for mariadb-10.7 package # Vietnamese translations for mariadb-10.8 package
# Bản dịch Tiếng Việt dành cho gói mariadb-10.7. # Bản dịch Tiếng Việt dành cho gói mariadb-10.8.
# This file is distributed under the same license as the mariadb-10.7 package. # This file is distributed under the same license as the mariadb-10.8 package.
# Trần Ngọc Quân <vnwildman@gmail.com>, 2017. # Trần Ngọc Quân <vnwildman@gmail.com>, 2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.7\n" "Project-Id-Version: mariadb-10.8\n"
"Report-Msgid-Bugs-To: mariadb-10.7@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb-10.8@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-18 13:32+0700\n" "PO-Revision-Date: 2017-03-18 13:32+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
...@@ -20,13 +20,13 @@ msgstr "" ...@@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Thư mục dữ liệu cũ sẽ được lưu tại vị trí mới" msgstr "Thư mục dữ liệu cũ sẽ được lưu tại vị trí mới"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
...@@ -38,7 +38,7 @@ msgstr "" ...@@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
...@@ -48,7 +48,7 @@ msgstr "" ...@@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:2001 #: ../mariadb-server-10.8.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
...@@ -57,13 +57,13 @@ msgstr "" ...@@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Chú ý quan trọng cho người dùng NIS/YP" msgstr "Chú ý quan trọng cho người dùng NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
...@@ -73,7 +73,7 @@ msgstr "" ...@@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.7.templates:3001 #: ../mariadb-server-10.8.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
...@@ -82,13 +82,13 @@ msgstr "" ...@@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?" msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
...@@ -98,7 +98,7 @@ msgstr "" ...@@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.7.templates:4001 #: ../mariadb-server-10.8.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "
......
...@@ -134,12 +134,12 @@ override_dh_auto_install: ...@@ -134,12 +134,12 @@ override_dh_auto_install:
ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS))) ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
# Copy systemd files to a location available for dh_installinit # Copy systemd files to a location available for dh_installinit
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.7.mariadb.service cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.8.mariadb.service
cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.7.mariadb.socket cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.8.mariadb.socket
cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.7.mariadb-extra.socket cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.8.mariadb-extra.socket
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.7.mariadb@.service cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.8.mariadb@.service
cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.7.mariadb@.socket cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.8.mariadb@.socket
cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.7.mariadb-extra@.socket cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.8.mariadb-extra@.socket
endif endif
# Run 'make install' without output since it is uninteresting and # Run 'make install' without output since it is uninteresting and
...@@ -158,7 +158,7 @@ endif ...@@ -158,7 +158,7 @@ endif
# nm numeric soft is not enough, therefore extra sort in command # nm numeric soft is not enough, therefore extra sort in command
# to satisfy Debian reproducible build requirements # to satisfy Debian reproducible build requirements
nm --defined-only $(BUILDDIR)/sql/mariadbd | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.7/mariadbd.sym.gz nm --defined-only $(BUILDDIR)/sql/mariadbd | LC_ALL=C sort | gzip -n -9 > $(TMP)/usr/share/doc/mariadb-server-10.8/mariadbd.sym.gz
# Rename and install AppArmor profile # Rename and install AppArmor profile
install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mariadbd install -D -m 644 debian/apparmor-profile $(TMP)/etc/apparmor.d/usr.sbin.mariadbd
......
...@@ -230,7 +230,7 @@ fresh install: ...@@ -230,7 +230,7 @@ fresh install:
script: script:
- *test-prepare-container - *test-prepare-container
- *test-install - *test-install
- service mariadb status # There is no init.d/mysql in MariaDB 10.7 - service mariadb status # There is no init.d/mysql in MariaDB 10.8
- *test-verify-final - *test-verify-final
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -238,7 +238,7 @@ fresh install: ...@@ -238,7 +238,7 @@ fresh install:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.7 Sid upgrade: mariadb-10.8 Sid upgrade:
stage: upgrade in Sid stage: upgrade in Sid
needs: needs:
- job: build - job: build
...@@ -251,7 +251,7 @@ mariadb-10.7 Sid upgrade: ...@@ -251,7 +251,7 @@ mariadb-10.7 Sid upgrade:
script: script:
- *test-prepare-container - *test-prepare-container
- *test-install - *test-install
- service mariadb status # There is no init.d/mysql in MariaDB 10.7 - service mariadb status # There is no init.d/mysql in MariaDB 10.8
- *test-verify-final - *test-verify-final
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: none
...@@ -259,7 +259,7 @@ mariadb-10.7 Sid upgrade: ...@@ -259,7 +259,7 @@ mariadb-10.7 Sid upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.5 Bullseye to mariadb-10.7 upgrade: mariadb-10.5 Bullseye to mariadb-10.8 upgrade:
stage: upgrade from Bullseye/Buster/Stretch stage: upgrade from Bullseye/Buster/Stretch
needs: needs:
- job: build - job: build
...@@ -285,7 +285,7 @@ mariadb-10.5 Bullseye to mariadb-10.7 upgrade: ...@@ -285,7 +285,7 @@ mariadb-10.5 Bullseye to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.3 Buster to mariadb-10.7 upgrade: mariadb-10.3 Buster to mariadb-10.8 upgrade:
stage: upgrade from Bullseye/Buster/Stretch stage: upgrade from Bullseye/Buster/Stretch
needs: needs:
- job: build - job: build
...@@ -311,7 +311,7 @@ mariadb-10.3 Buster to mariadb-10.7 upgrade: ...@@ -311,7 +311,7 @@ mariadb-10.3 Buster to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.1 Stretch to mariadb-10.7 upgrade: mariadb-10.1 Stretch to mariadb-10.8 upgrade:
stage: upgrade from Bullseye/Buster/Stretch stage: upgrade from Bullseye/Buster/Stretch
needs: needs:
- job: build - job: build
...@@ -352,7 +352,7 @@ test basic features: ...@@ -352,7 +352,7 @@ test basic features:
script: script:
- *test-prepare-container - *test-prepare-container
- *test-install - *test-install
- service mariadb status # There is no init.d/mysql in MariaDB 10.7 - service mariadb status # There is no init.d/mysql in MariaDB 10.8
- *test-verify-final - *test-verify-final
- | - |
# Print info about server # Print info about server
...@@ -565,7 +565,7 @@ mariadb-connector-c Stretch upgrade: ...@@ -565,7 +565,7 @@ mariadb-connector-c Stretch upgrade:
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump. # Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh. # The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Sid to mariadb-10.7 upgrade: mysql-8.0 Sid to mariadb-10.8 upgrade:
stage: upgrade in Sid stage: upgrade in Sid
needs: needs:
- job: build - job: build
...@@ -592,7 +592,7 @@ mysql-8.0 Sid to mariadb-10.7 upgrade: ...@@ -592,7 +592,7 @@ mysql-8.0 Sid to mariadb-10.7 upgrade:
# Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump. # Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh. # The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Focal to mariadb-10.7 upgrade: mysql-8.0 Focal to mariadb-10.8 upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build buster-backports - job: build buster-backports
...@@ -626,7 +626,7 @@ mysql-8.0 Focal to mariadb-10.7 upgrade: ...@@ -626,7 +626,7 @@ mysql-8.0 Focal to mariadb-10.7 upgrade:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.5 to mariadb-10.7 upgrade: mariadb.org-10.5 to mariadb-10.8 upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
...@@ -664,7 +664,7 @@ mariadb.org-10.5 to mariadb-10.7 upgrade: ...@@ -664,7 +664,7 @@ mariadb.org-10.5 to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.4 to mariadb-10.7 upgrade: mariadb.org-10.4 to mariadb-10.8 upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
...@@ -696,7 +696,7 @@ mariadb.org-10.4 to mariadb-10.7 upgrade: ...@@ -696,7 +696,7 @@ mariadb.org-10.4 to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.3 to mariadb-10.7 upgrade: mariadb.org-10.3 to mariadb-10.8 upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
...@@ -731,7 +731,7 @@ mariadb.org-10.3 to mariadb-10.7 upgrade: ...@@ -731,7 +731,7 @@ mariadb.org-10.3 to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.2 to mariadb-10.7 upgrade: mariadb.org-10.2 to mariadb-10.8 upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
...@@ -766,7 +766,7 @@ mariadb.org-10.2 to mariadb-10.7 upgrade: ...@@ -766,7 +766,7 @@ mariadb.org-10.2 to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mysql.com-5.7 to mariadb-10.7 upgrade: mysql.com-5.7 to mariadb-10.8 upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build buster-backports - job: build buster-backports
...@@ -797,7 +797,7 @@ mysql.com-5.7 to mariadb-10.7 upgrade: ...@@ -797,7 +797,7 @@ mysql.com-5.7 to mariadb-10.7 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
percona-xtradb-5.7 to mariadb-10.7 upgrade (MDEV-22679): percona-xtradb-5.7 to mariadb-10.8 upgrade (MDEV-22679):
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build buster-backports - job: build buster-backports
......
# Necessary for drop-in-place-replacement upgrades on mysql-server/-client # Necessary for drop-in-place-replacement upgrades on mysql-server/-client
# since package breaks/replaces these but at the same time also provides them # since package breaks/replaces these but at the same time also provides them
version-substvar-for-external-package mariadb-client-core-10.7 -> mysql-client-5.5 version-substvar-for-external-package mariadb-client-core-10.8 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.7 -> mysql-server version-substvar-for-external-package mariadb-server-10.8 -> mysql-server
version-substvar-for-external-package mariadb-server-10.7 -> mysql-server version-substvar-for-external-package mariadb-server-10.8 -> mysql-server
version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev
version-substvar-for-external-package libmariadb-dev -> libmysqld-dev version-substvar-for-external-package libmariadb-dev -> libmysqld-dev
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-5.5 version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-5.6 version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-5.7 version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.7 -> mysql-client-8.0 version-substvar-for-external-package mariadb-server-10.8 -> mysql-client-8.0
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.1 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.1 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.1
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.5 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.5 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.5
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.6 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.6 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.6
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.7 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-5.7 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-5.7
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-8.0 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-8.0
version-substvar-for-external-package mariadb-client-10.7 -> mysql-client-core-8.0 version-substvar-for-external-package mariadb-client-10.8 -> mysql-client-core-8.0
version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev
# ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124 # ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124
source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2 source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2
......
...@@ -3,7 +3,7 @@ Tests: smoke ...@@ -3,7 +3,7 @@ Tests: smoke
# for its existence (see the list in debian/control), install it if available # for its existence (see the list in debian/control), install it if available
# and check in the test if it's functional when it should be. # and check in the test if it's functional when it should be.
# The plugin package also already depends on the other one. # The plugin package also already depends on the other one.
Depends: mariadb-plugin-rocksdb | mariadb-server-10.7 Depends: mariadb-plugin-rocksdb | mariadb-server-10.8
Restrictions: allow-stderr needs-root isolation-container Restrictions: allow-stderr needs-root isolation-container
Tests: upstream Tests: upstream
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# #
# This test should be declared in debian/tests/control with a dependency # This test should be declared in debian/tests/control with a dependency
# on the package that provides a configured MariaDB server (eg. # on the package that provides a configured MariaDB server (eg.
# mariadb-server-10.7). # mariadb-server-10.8).
# #
# This test should be declared in debian/tests/control with the # This test should be declared in debian/tests/control with the
# following restrictions: # following restrictions:
...@@ -88,7 +88,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] && ...@@ -88,7 +88,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] &&
LOG=/var/lib/mysql/#rocksdb/LOG LOG=/var/lib/mysql/#rocksdb/LOG
# XXX: The server may only be started during the install of # XXX: The server may only be started during the install of
# mariadb-server-10.7, which happens before that of the plugin. # mariadb-server-10.8, which happens before that of the plugin.
[ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';" [ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';"
# XXX: rocksdb_supported_compression_types variable does not report ZSTD. # XXX: rocksdb_supported_compression_types variable does not report ZSTD.
......
...@@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY ...@@ -60,7 +60,7 @@ VARIABLE_NAME PLUGIN_MATURITY
SESSION_VALUE NULL SESSION_VALUE NULL
GLOBAL_VALUE alpha GLOBAL_VALUE alpha
GLOBAL_VALUE_ORIGIN CONFIG GLOBAL_VALUE_ORIGIN CONFIG
DEFAULT_VALUE beta DEFAULT_VALUE experimental
VARIABLE_SCOPE GLOBAL VARIABLE_SCOPE GLOBAL
VARIABLE_TYPE ENUM VARIABLE_TYPE ENUM
VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded VARIABLE_COMMENT The lowest desirable plugin maturity. Plugins less mature than that will not be installed or loaded
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment