From 375b8f40ce1bb7e93bcb87145c3c00fa0fa5d87e Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Mon, 11 Apr 2022 11:32:26 +0300 Subject: [PATCH] MDEV-27033: Remove version suffix from Debian packages Remove version suffix from Debian packages (for example mariadb-server-10.9) because installing suffixed package removes older version of package even if it's suffixed (for example mariadb-server-10.7) This make also Debian package management easier in future MariaDB version iterations because there is no need for stacking Conlicts/Breaks/Replaces-parameters in every new major release --- ...urce_mariadb-10.9.py => source_mariadb.py} | 4 +- debian/autobake-deb.sh | 2 +- debian/control | 120 ++++++++---------- ....9.install => mariadb-client-core.install} | 0 ...e-10.9.links => mariadb-client-core.links} | 0 ...ME.Debian => mariadb-client.README.Debian} | 0 ...b-client-10.9.docs => mariadb-client.docs} | 0 ...nt-10.9.install => mariadb-client.install} | 0 ...client-10.9.links => mariadb-client.links} | 0 ...-10.9.manpages => mariadb-client.manpages} | 0 ...b-client-10.9.menu => mariadb-client.menu} | 2 +- ....9.install => mariadb-server-core.install} | 0 ...e-10.9.links => mariadb-server-core.links} | 0 ...ME.Debian => mariadb-server.README.Debian} | 0 ...rver-10.9.config => mariadb-server.config} | 2 +- ...b-server-10.9.dirs => mariadb-server.dirs} | 0 ...er-10.9.install => mariadb-server.install} | 2 +- ...server-10.9.links => mariadb-server.links} | 0 ...> mariadb-server.logcheck.ignore.paranoid} | 0 ... => mariadb-server.logcheck.ignore.server} | 0 ...ariadb-server.logcheck.ignore.workstation} | 0 ...riadb.init => mariadb-server.mariadb.init} | 2 +- ... => mariadb-server.mysql-server.logrotate} | 0 ...l.default => mariadb-server.mysql.default} | 0 ...-10.9.postinst => mariadb-server.postinst} | 4 +- ...rver-10.9.postrm => mariadb-server.postrm} | 4 +- ...er-10.9.preinst => mariadb-server.preinst} | 4 +- ...server-10.9.prerm => mariadb-server.prerm} | 0 ...0.9.templates => mariadb-server.templates} | 6 +- ...-10.9.triggers => mariadb-server.triggers} | 0 debian/po/POTFILES.in | 2 +- debian/po/ar.po | 22 ++-- debian/po/ca.po | 26 ++-- debian/po/cs.po | 24 ++-- debian/po/da.po | 30 ++--- debian/po/de.po | 24 ++-- debian/po/es.po | 22 ++-- debian/po/eu.po | 22 ++-- debian/po/fi.po | 28 ++-- debian/po/fr.po | 26 ++-- debian/po/gl.po | 22 ++-- debian/po/it.po | 28 ++-- debian/po/ja.po | 24 ++-- debian/po/nb.po | 22 ++-- debian/po/nl.po | 24 ++-- debian/po/pt.po | 24 ++-- debian/po/pt_BR.po | 28 ++-- debian/po/ro.po | 22 ++-- debian/po/ru.po | 24 ++-- debian/po/sv.po | 26 ++-- debian/po/templates.pot | 26 ++-- debian/po/tr.po | 24 ++-- debian/po/vi.po | 30 ++--- debian/rules | 18 ++- debian/salsa-ci.yml | 22 ++-- debian/source/lintian-overrides | 22 ++-- debian/tests/control | 2 +- debian/tests/smoke | 4 +- 58 files changed, 381 insertions(+), 389 deletions(-) rename debian/additions/{source_mariadb-10.9.py => source_mariadb.py} (94%) rename debian/{mariadb-client-core-10.9.install => mariadb-client-core.install} (100%) rename debian/{mariadb-client-core-10.9.links => mariadb-client-core.links} (100%) rename debian/{mariadb-client-10.9.README.Debian => mariadb-client.README.Debian} (100%) rename debian/{mariadb-client-10.9.docs => mariadb-client.docs} (100%) rename debian/{mariadb-client-10.9.install => mariadb-client.install} (100%) rename debian/{mariadb-client-10.9.links => mariadb-client.links} (100%) rename debian/{mariadb-client-10.9.manpages => mariadb-client.manpages} (100%) rename debian/{mariadb-client-10.9.menu => mariadb-client.menu} (59%) rename debian/{mariadb-server-core-10.9.install => mariadb-server-core.install} (100%) rename debian/{mariadb-server-core-10.9.links => mariadb-server-core.links} (100%) rename debian/{mariadb-server-10.9.README.Debian => mariadb-server.README.Debian} (100%) rename debian/{mariadb-server-10.9.config => mariadb-server.config} (86%) rename debian/{mariadb-server-10.9.dirs => mariadb-server.dirs} (100%) rename debian/{mariadb-server-10.9.install => mariadb-server.install} (97%) rename debian/{mariadb-server-10.9.links => mariadb-server.links} (100%) rename debian/{mariadb-server-10.9.logcheck.ignore.paranoid => mariadb-server.logcheck.ignore.paranoid} (100%) rename debian/{mariadb-server-10.9.logcheck.ignore.server => mariadb-server.logcheck.ignore.server} (100%) rename debian/{mariadb-server-10.9.logcheck.ignore.workstation => mariadb-server.logcheck.ignore.workstation} (100%) rename debian/{mariadb-server-10.9.mariadb.init => mariadb-server.mariadb.init} (99%) rename debian/{mariadb-server-10.9.mysql-server.logrotate => mariadb-server.mysql-server.logrotate} (100%) rename debian/{mariadb-server-10.9.mysql.default => mariadb-server.mysql.default} (100%) rename debian/{mariadb-server-10.9.postinst => mariadb-server.postinst} (99%) rename debian/{mariadb-server-10.9.postrm => mariadb-server.postrm} (96%) rename debian/{mariadb-server-10.9.preinst => mariadb-server.preinst} (98%) rename debian/{mariadb-server-10.9.prerm => mariadb-server.prerm} (100%) rename debian/{mariadb-server-10.9.templates => mariadb-server.templates} (90%) rename debian/{mariadb-server-10.9.triggers => mariadb-server.triggers} (100%) diff --git a/debian/additions/source_mariadb-10.9.py b/debian/additions/source_mariadb.py similarity index 94% rename from debian/additions/source_mariadb-10.9.py rename to debian/additions/source_mariadb.py index 5b63e51b1ff..74c3633512b 100644 --- a/debian/additions/source_mariadb-10.9.py +++ b/debian/additions/source_mariadb.py @@ -1,4 +1,4 @@ -'''apport package hook for mariadb-10.9 +'''apport package hook for mariadb (c) 2009 Canonical Ltd. Author: Mathias Gug @@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename): continue def add_info(report): - attach_conffiles(report, 'mariadb-server-10.9', conffiles=None) + attach_conffiles(report, 'mariadb-server', conffiles=None) key = 'Logs' + path_to_key('/var/log/daemon.log') report[key] = "" for line in read_file('/var/log/daemon.log').split('\n'): diff --git a/debian/autobake-deb.sh b/debian/autobake-deb.sh index b7e25abfb56..6031f954ad7 100755 --- a/debian/autobake-deb.sh +++ b/debian/autobake-deb.sh @@ -35,7 +35,7 @@ then then cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/ echo >> debian/control - sed "s/10.6/${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}/" > debian/control + sed "s/-10.6//" > debian/control fi fi diff --git a/debian/control b/debian/control index f297e6c5b27..0ded759a954 100644 --- a/debian/control +++ b/debian/control @@ -263,7 +263,7 @@ Description: MariaDB common configuration files . This package includes configuration files common to all MariaDB programs. -Package: mariadb-client-core-10.9 +Package: mariadb-client-core Architecture: any Depends: libmariadb3 (>= 10.5.4), mariadb-common (>= ${source:Version}), @@ -278,7 +278,7 @@ Conflicts: mariadb-client-10.0, mariadb-client-10.6, mariadb-client-10.7, mariadb-client-10.8, - mariadb-client-10.9 (<< ${source:Version}), + mariadb-client (<< ${source:Version}), mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -315,7 +315,7 @@ Breaks: mariadb-server-10.0, mariadb-server-core-10.6, mariadb-server-core-10.7, mariadb-server-core-10.8, - mariadb-server-core-10.9 (<< ${source:Version}), + mariadb-server-core (<< ${source:Version}), mysql-server-core-5.5, mysql-server-core-5.6, mysql-server-core-5.7, @@ -332,7 +332,8 @@ Replaces: mariadb-client-10.0, mariadb-client-10.6, mariadb-client-10.7, mariadb-client-10.8, - mariadb-client-10.9 (<< ${source:Version}), + mariadb-client-10.9, + mariadb-client (<< ${source:Version}), mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -359,7 +360,8 @@ Replaces: mariadb-client-10.0, mariadb-server-core-10.6, mariadb-server-core-10.7, mariadb-server-core-10.8, - mariadb-server-core-10.9 (<< ${source:Version}), + mariadb-server-core-10.9, + mariadb-server-core (<< ${source:Version}), mysql-client (<< 5.0.51), mysql-client-5.0, mysql-client-5.1, @@ -378,6 +380,7 @@ Replaces: mariadb-client-10.0, percona-xtradb-cluster-server-5.7, virtual-mysql-client-core Provides: default-mysql-client-core, + mariadb-client-core-10.9, virtual-mysql-client-core Description: MariaDB database core client binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database @@ -387,11 +390,11 @@ Description: MariaDB database core client binaries . This package includes the core client files, as used by Akonadi. -Package: mariadb-client-10.9 +Package: mariadb-client Architecture: any Depends: debianutils (>=1.6), libconfig-inifiles-perl, - mariadb-client-core-10.9 (>= ${source:Version}), + mariadb-client-core (>= ${source:Version}), mariadb-common, ${misc:Depends}, ${perl:Depends}, @@ -406,7 +409,7 @@ Conflicts: mariadb-client (<< ${source:Version}), mariadb-client-10.6, mariadb-client-10.7, mariadb-client-10.8, - mariadb-client-10.9 (<< ${source:Version}), + mariadb-client-10.9, mariadb-client-5.1, mariadb-client-5.2, mariadb-client-5.3, @@ -435,7 +438,7 @@ Breaks: mariadb-client-core-10.0, mariadb-client-core-10.6, mariadb-client-core-10.7, mariadb-client-core-10.8, - mariadb-client-core-10.9 (<< ${source:Version}), + mariadb-client-core (<< ${source:Version}), mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, @@ -445,7 +448,7 @@ Breaks: mariadb-client-core-10.0, mariadb-server-10.6, mariadb-server-10.7, mariadb-server-10.8, - mariadb-server-10.9 (<< ${source:Version}), + mariadb-server (<< ${source:Version}), mariadb-server-core-10.0, mariadb-server-core-10.1, mariadb-server-core-10.2, @@ -455,7 +458,7 @@ Breaks: mariadb-client-core-10.0, mariadb-server-core-10.6, mariadb-server-core-10.7, mariadb-server-core-10.8, - mariadb-server-core-10.9 (<< ${source:Version}), + mariadb-server-core (<< ${source:Version}), mysql-server-5.5, mysql-server-5.6, mysql-server-5.7, @@ -488,7 +491,8 @@ Replaces: mariadb-client (<< ${source:Version}), mariadb-client-core-10.6, mariadb-client-core-10.7, mariadb-client-core-10.8, - mariadb-client-core-10.9 (<< ${source:Version}), + mariadb-client-core-10.9, + mariadb-client-core (<< ${source:Version}), mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, @@ -498,7 +502,8 @@ Replaces: mariadb-client (<< ${source:Version}), mariadb-server-10.6, mariadb-server-10.7, mariadb-server-10.8, - mariadb-server-10.9 (<< ${source:Version}), + mariadb-server-10.9, + mariadb-server (<< ${source:Version}), mariadb-server-core-10.0, mariadb-server-core-10.1, mariadb-server-core-10.2, @@ -508,7 +513,8 @@ Replaces: mariadb-client (<< ${source:Version}), mariadb-server-core-10.6, mariadb-server-core-10.7, mariadb-server-core-10.8, - mariadb-server-core-10.9 (<< ${source:Version}), + mariadb-server-core-10.9, + mariadb-server-core (<< ${source:Version}), mysql-client (<< 5.0.51), mysql-client-5.0, mysql-client-5.1, @@ -536,6 +542,7 @@ Replaces: mariadb-client (<< ${source:Version}), percona-xtradb-cluster-server-5.7, virtual-mysql-client Provides: default-mysql-client, + mariadb-client-10.9, virtual-mysql-client Recommends: libdbd-mariadb-perl | libdbd-mysql-perl, libdbi-perl, @@ -549,7 +556,7 @@ Description: MariaDB database client binaries This package includes the client binaries and the additional tools innotop and mariadb-report (mysqlreport). -Package: mariadb-server-core-10.9 +Package: mariadb-server-core Architecture: any Depends: mariadb-common (>= ${source:Version}), ${misc:Depends}, @@ -582,7 +589,7 @@ Breaks: mariadb-client-10.0, mariadb-client-10.6, mariadb-client-10.7, mariadb-client-10.8, - mariadb-client-10.9 (<< ${source:Version}), + mariadb-client (<< ${source:Version}), mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.3, @@ -591,7 +598,7 @@ Breaks: mariadb-client-10.0, mariadb-server-10.6, mariadb-server-10.7, mariadb-server-10.8, - mariadb-server-10.9 (<< ${source:Version}), + mariadb-server (<< ${source:Version}), mysql-client-5.5, mysql-server-5.5, mysql-server-5.6, @@ -609,7 +616,8 @@ Replaces: mariadb-client-10.0, mariadb-client-10.6, mariadb-client-10.7, mariadb-client-10.8, - mariadb-client-10.9 (<< ${source:Version}), + mariadb-client-10.9, + mariadb-client (<< ${source:Version}), mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.3, @@ -618,7 +626,8 @@ Replaces: mariadb-client-10.0, mariadb-server-10.6, mariadb-server-10.7, mariadb-server-10.8, - mariadb-server-10.9 (<< ${source:Version}), + mariadb-server-10.9, + mariadb-server (<< ${source:Version}), mariadb-server-core-10.0, mariadb-server-core-10.1, mariadb-server-core-10.2, @@ -646,6 +655,7 @@ Replaces: mariadb-client-10.0, percona-xtradb-cluster-server-5.7, virtual-mysql-server-core Provides: default-mysql-server-core, + mariadb-server-core-10.9, virtual-mysql-server-core Description: MariaDB database core server files MariaDB is a fast, stable and true multi-user, multi-threaded SQL database @@ -655,7 +665,7 @@ Description: MariaDB database core server files . This package includes the core server files, as used by Akonadi. -Package: mariadb-server-10.9 +Package: mariadb-server Architecture: any Suggests: mailx, mariadb-test, @@ -671,8 +681,8 @@ Depends: galera-4 (>= 26.4), libdbi-perl, lsb-base (>= 3.0-10), lsof [linux-any], - mariadb-client-10.9 (>= ${source:Version}), - mariadb-server-core-10.9 (>= ${source:Version}), + mariadb-client (>= ${source:Version}), + mariadb-server-core (>= ${source:Version}), passwd, perl (>= 5.6), procps, @@ -723,8 +733,8 @@ Replaces: handlersocket-mysql-5.5, mariadb-client-10.6, mariadb-client-10.7, mariadb-client-10.8, - mariadb-client-10.9 (<< ${source:Version}), - mariadb-server (<< ${source:Version}), + mariadb-client-10.9, + mariadb-client (<< ${source:Version}), mariadb-server-10.0, mariadb-server-10.1, mariadb-server-10.2, @@ -732,6 +742,7 @@ Replaces: handlersocket-mysql-5.5, mariadb-server-10.4, mariadb-server-10.5, mariadb-server-10.6, + mariadb-server (<< ${source:Version}), mariadb-server-5.1, mariadb-server-5.2, mariadb-server-5.3, @@ -754,6 +765,7 @@ Replaces: handlersocket-mysql-5.5, percona-xtradb-cluster-server-5.7, virtual-mysql-server Provides: default-mysql-server, + mariadb-server-10.9, virtual-mysql-server Description: MariaDB database server binaries MariaDB is a fast, stable and true multi-user, multi-threaded SQL database @@ -763,32 +775,6 @@ Description: MariaDB database server binaries . This package includes the server binaries. -Package: mariadb-server -Architecture: all -Depends: mariadb-server-10.9 (>= ${source:Version}), - ${misc:Depends} -Description: MariaDB database server (metapackage depending on the latest version) - This is an empty package that depends on the current "best" version of - mariadb-server (currently mariadb-server-10.9), as determined by the MariaDB - maintainers. Install this package if in doubt about which MariaDB - version you need. That will install the version recommended by the - package maintainers. - . - MariaDB is a fast, stable and true multi-user, multi-threaded SQL database - server. SQL (Structured Query Language) is the most popular database query - language in the world. The main goals of MariaDB are speed, robustness and - ease of use. - -Package: mariadb-client -Architecture: all -Depends: mariadb-client-10.9 (>= ${source:Version}), - ${misc:Depends} -Description: MariaDB database client (metapackage depending on the latest version) - This is an empty package that depends on the current "best" version of - mariadb-client (currently mariadb-client-10.9), as determined by the MariaDB - maintainers. Install this package if in doubt about which MariaDB version - you want, as this is the one considered to be in the best shape. - Package: mariadb-backup Architecture: any Breaks: mariadb-backup-10.1, @@ -797,7 +783,7 @@ Breaks: mariadb-backup-10.1, Replaces: mariadb-backup-10.1, mariadb-backup-10.2, mariadb-client-10.1 -Depends: mariadb-client-core-10.9 (= ${binary:Version}), +Depends: mariadb-client-core (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Backup tool for MariaDB server @@ -810,7 +796,7 @@ Description: Backup tool for MariaDB server Package: mariadb-plugin-connect Architecture: any Depends: libxml2, - mariadb-server-10.9 (= ${server:Version}), + mariadb-server (= ${server:Version}), unixodbc, ${misc:Depends}, ${shlibs:Depends} @@ -833,7 +819,7 @@ Description: Connect storage engine for MariaDB Package: mariadb-plugin-s3 Architecture: any Depends: libcurl4, - mariadb-server-10.9 (= ${server:Version}), + mariadb-server (= ${server:Version}), ${misc:Depends}, ${shlibs:Depends} Description: Amazon S3 archival storage engine for MariaDB @@ -843,7 +829,7 @@ Description: Amazon S3 archival storage engine for MariaDB Package: mariadb-plugin-rocksdb Architecture: amd64 arm64 mips64el ppc64el -Depends: mariadb-server-10.9 (= ${server:Version}), +Depends: mariadb-server (= ${server:Version}), python3, rocksdb-tools, ${misc:Depends}, @@ -863,7 +849,7 @@ Description: RocksDB storage engine for MariaDB Package: mariadb-plugin-oqgraph Architecture: any Depends: libjudydebian1, - mariadb-server-10.9 (= ${server:Version}), + mariadb-server (= ${server:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-oqgraph-engine-10.0, @@ -883,7 +869,7 @@ Description: OQGraph storage engine for MariaDB Package: mariadb-plugin-mroonga Architecture: any-alpha any-amd64 any-arm any-arm64 any-i386 any-ia64 any-mips64el any-mips64r6el any-mipsel any-mipsr6el any-nios2 any-powerpcel any-ppc64el any-sh3 any-sh4 any-tilegx -Depends: mariadb-server-10.9 (= ${server:Version}), +Depends: mariadb-server (= ${server:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, @@ -903,7 +889,7 @@ Description: Mroonga storage engine for MariaDB Package: mariadb-plugin-spider Architecture: any -Depends: mariadb-server-10.9 (= ${server:Version}), +Depends: mariadb-server (= ${server:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-server-10.0, @@ -925,7 +911,7 @@ Description: Spider storage engine for MariaDB Package: mariadb-plugin-gssapi-server Architecture: any Depends: libgssapi-krb5-2, - mariadb-server-10.9, + mariadb-server, ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-gssapi-server-10.1, @@ -946,7 +932,7 @@ Package: mariadb-plugin-gssapi-client Architecture: any Multi-Arch: same Depends: libgssapi-krb5-2, - mariadb-client-10.9 (= ${binary:Version}), + mariadb-client (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Breaks: mariadb-gssapi-client-10.1, @@ -966,7 +952,7 @@ Description: GSSAPI authentication plugin for MariaDB client Package: mariadb-plugin-cracklib-password-check Architecture: any Depends: libcrack2 (>= 2.9.0), - mariadb-server-10.9, + mariadb-server, ${misc:Depends}, ${shlibs:Depends} Description: CrackLib Password Validation Plugin for MariaDB @@ -977,7 +963,7 @@ Description: CrackLib Password Validation Plugin for MariaDB Package: mariadb-plugin-provider-bzip2 Architecture: any -Depends: mariadb-server-10.9, +Depends: mariadb-server, ${misc:Depends}, ${shlibs:Depends} Description: BZip2 compression support in the server and storage engines @@ -991,7 +977,7 @@ Description: BZip2 compression support in the server and storage engines Package: mariadb-plugin-provider-lz4 Architecture: any -Depends: mariadb-server-10.9, +Depends: mariadb-server, ${misc:Depends}, ${shlibs:Depends} Description: LZ4 compression support in the server and storage engines @@ -1005,7 +991,7 @@ Description: LZ4 compression support in the server and storage engines Package: mariadb-plugin-provider-lzma Architecture: any -Depends: mariadb-server-10.9, +Depends: mariadb-server, ${misc:Depends}, ${shlibs:Depends} Description: LZMA compression support in the server and storage engines @@ -1019,7 +1005,7 @@ Description: LZMA compression support in the server and storage engines Package: mariadb-plugin-provider-lzo Architecture: any -Depends: mariadb-server-10.9, +Depends: mariadb-server, ${misc:Depends}, ${shlibs:Depends} Description: LZO compression support in the server and storage engines @@ -1033,7 +1019,7 @@ Description: LZO compression support in the server and storage engines Package: mariadb-plugin-provider-snappy Architecture: any -Depends: mariadb-server-10.9, +Depends: mariadb-server, ${misc:Depends}, ${shlibs:Depends} Description: Snappy compression support in the server and storage engines @@ -1047,8 +1033,8 @@ Description: Snappy compression support in the server and storage engines Package: mariadb-test Architecture: any -Depends: mariadb-client-10.9 (= ${binary:Version}), - mariadb-server-10.9 (= ${server:Version}), +Depends: mariadb-client (= ${binary:Version}), + mariadb-server (= ${server:Version}), mariadb-test-data (= ${source:Version}), virtual-mysql-testsuite, ${misc:Depends}, diff --git a/debian/mariadb-client-core-10.9.install b/debian/mariadb-client-core.install similarity index 100% rename from debian/mariadb-client-core-10.9.install rename to debian/mariadb-client-core.install diff --git a/debian/mariadb-client-core-10.9.links b/debian/mariadb-client-core.links similarity index 100% rename from debian/mariadb-client-core-10.9.links rename to debian/mariadb-client-core.links diff --git a/debian/mariadb-client-10.9.README.Debian b/debian/mariadb-client.README.Debian similarity index 100% rename from debian/mariadb-client-10.9.README.Debian rename to debian/mariadb-client.README.Debian diff --git a/debian/mariadb-client-10.9.docs b/debian/mariadb-client.docs similarity index 100% rename from debian/mariadb-client-10.9.docs rename to debian/mariadb-client.docs diff --git a/debian/mariadb-client-10.9.install b/debian/mariadb-client.install similarity index 100% rename from debian/mariadb-client-10.9.install rename to debian/mariadb-client.install diff --git a/debian/mariadb-client-10.9.links b/debian/mariadb-client.links similarity index 100% rename from debian/mariadb-client-10.9.links rename to debian/mariadb-client.links diff --git a/debian/mariadb-client-10.9.manpages b/debian/mariadb-client.manpages similarity index 100% rename from debian/mariadb-client-10.9.manpages rename to debian/mariadb-client.manpages diff --git a/debian/mariadb-client-10.9.menu b/debian/mariadb-client.menu similarity index 59% rename from debian/mariadb-client-10.9.menu rename to debian/mariadb-client.menu index 6d2d8280448..b452218bfe7 100644 --- a/debian/mariadb-client-10.9.menu +++ b/debian/mariadb-client.menu @@ -1,3 +1,3 @@ # According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/ -?package(mariadb-client-10.9):needs="text" section="Applications/Data Management"\ +?package(mariadb-client):needs="text" section="Applications/Data Management"\ title="Innotop" command="/usr/bin/innotop" diff --git a/debian/mariadb-server-core-10.9.install b/debian/mariadb-server-core.install similarity index 100% rename from debian/mariadb-server-core-10.9.install rename to debian/mariadb-server-core.install diff --git a/debian/mariadb-server-core-10.9.links b/debian/mariadb-server-core.links similarity index 100% rename from debian/mariadb-server-core-10.9.links rename to debian/mariadb-server-core.links diff --git a/debian/mariadb-server-10.9.README.Debian b/debian/mariadb-server.README.Debian similarity index 100% rename from debian/mariadb-server-10.9.README.Debian rename to debian/mariadb-server.README.Debian diff --git a/debian/mariadb-server-10.9.config b/debian/mariadb-server.config similarity index 86% rename from debian/mariadb-server-10.9.config rename to debian/mariadb-server.config index fdfaed8bb0f..7875b1843ac 100644 --- a/debian/mariadb-server-10.9.config +++ b/debian/mariadb-server.config @@ -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! if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then - db_input high mariadb-server-10.9/nis_warning || true + db_input high mariadb-server/nis_warning || true db_go fi diff --git a/debian/mariadb-server-10.9.dirs b/debian/mariadb-server.dirs similarity index 100% rename from debian/mariadb-server-10.9.dirs rename to debian/mariadb-server.dirs diff --git a/debian/mariadb-server-10.9.install b/debian/mariadb-server.install similarity index 97% rename from debian/mariadb-server-10.9.install rename to debian/mariadb-server.install index 7910f2b7224..d342e96b774 100644 --- a/debian/mariadb-server-10.9.install +++ b/debian/mariadb-server.install @@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh 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-server.cnf etc/mysql/mariadb.conf.d -debian/additions/source_mariadb-10.9.py usr/share/apport/package-hooks +debian/additions/source_mariadb.py usr/share/apport/package-hooks etc/apparmor.d/usr.sbin.mariadbd etc/security/user_map.conf lib/*/security/pam_user_map.so diff --git a/debian/mariadb-server-10.9.links b/debian/mariadb-server.links similarity index 100% rename from debian/mariadb-server-10.9.links rename to debian/mariadb-server.links diff --git a/debian/mariadb-server-10.9.logcheck.ignore.paranoid b/debian/mariadb-server.logcheck.ignore.paranoid similarity index 100% rename from debian/mariadb-server-10.9.logcheck.ignore.paranoid rename to debian/mariadb-server.logcheck.ignore.paranoid diff --git a/debian/mariadb-server-10.9.logcheck.ignore.server b/debian/mariadb-server.logcheck.ignore.server similarity index 100% rename from debian/mariadb-server-10.9.logcheck.ignore.server rename to debian/mariadb-server.logcheck.ignore.server diff --git a/debian/mariadb-server-10.9.logcheck.ignore.workstation b/debian/mariadb-server.logcheck.ignore.workstation similarity index 100% rename from debian/mariadb-server-10.9.logcheck.ignore.workstation rename to debian/mariadb-server.logcheck.ignore.workstation diff --git a/debian/mariadb-server-10.9.mariadb.init b/debian/mariadb-server.mariadb.init similarity index 99% rename from debian/mariadb-server-10.9.mariadb.init rename to debian/mariadb-server.mariadb.init index d2baa8ba14e..7e5621ef636 100644 --- a/debian/mariadb-server-10.9.mariadb.init +++ b/debian/mariadb-server.mariadb.init @@ -165,7 +165,7 @@ case "${1:-''}" in if ! mariadbd_status check_dead warn; then log_end_msg 1 - log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.9/README.Debian.gz!" + log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server/README.Debian.gz!" exit -1 else log_end_msg 0 diff --git a/debian/mariadb-server-10.9.mysql-server.logrotate b/debian/mariadb-server.mysql-server.logrotate similarity index 100% rename from debian/mariadb-server-10.9.mysql-server.logrotate rename to debian/mariadb-server.mysql-server.logrotate diff --git a/debian/mariadb-server-10.9.mysql.default b/debian/mariadb-server.mysql.default similarity index 100% rename from debian/mariadb-server-10.9.mysql.default rename to debian/mariadb-server.mysql.default diff --git a/debian/mariadb-server-10.9.postinst b/debian/mariadb-server.postinst similarity index 99% rename from debian/mariadb-server-10.9.postinst rename to debian/mariadb-server.postinst index 93a1e4e8b87..da09a0abde1 100644 --- a/debian/mariadb-server-10.9.postinst +++ b/debian/mariadb-server.postinst @@ -3,8 +3,8 @@ set -e . /usr/share/debconf/confmodule -# Automatically set version to ease maintenance of this file -MAJOR_VER="${DPKG_MAINTSCRIPT_PACKAGE#mariadb-server-}" +# This set by debian/rules during 'override_dh_auto_configure' +MAJOR_VER="__MARIADB_MAJOR_VER__" if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } diff --git a/debian/mariadb-server-10.9.postrm b/debian/mariadb-server.postrm similarity index 96% rename from debian/mariadb-server-10.9.postrm rename to debian/mariadb-server.postrm index 97789a038df..043e4ee0821 100644 --- a/debian/mariadb-server-10.9.postrm +++ b/debian/mariadb-server.postrm @@ -3,8 +3,8 @@ set -e . /usr/share/debconf/confmodule -# Automatically set version to ease maintenance of this file -MAJOR_VER="${DPKG_MAINTSCRIPT_PACKAGE#mariadb-server-}" +# This set by debian/rules during 'override_dh_auto_configure' +MAJOR_VER="__MARIADB_MAJOR_VER__" if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } diff --git a/debian/mariadb-server-10.9.preinst b/debian/mariadb-server.preinst similarity index 98% rename from debian/mariadb-server-10.9.preinst rename to debian/mariadb-server.preinst index 919031066c9..de123df7ee8 100644 --- a/debian/mariadb-server-10.9.preinst +++ b/debian/mariadb-server.preinst @@ -9,8 +9,8 @@ . /usr/share/debconf/confmodule -# Automatically set version to ease maintenance of this file -MAJOR_VER="${DPKG_MAINTSCRIPT_PACKAGE#mariadb-server-}" +# This set by debian/rules during 'override_dh_auto_configure' +MAJOR_VER="__MARIADB_MAJOR_VER__" # Just kill the invalid insserv.conf.d directory without fallback if [ -d "/etc/insserv.conf.d/mariadb/" ]; then diff --git a/debian/mariadb-server-10.9.prerm b/debian/mariadb-server.prerm similarity index 100% rename from debian/mariadb-server-10.9.prerm rename to debian/mariadb-server.prerm diff --git a/debian/mariadb-server-10.9.templates b/debian/mariadb-server.templates similarity index 90% rename from debian/mariadb-server-10.9.templates rename to debian/mariadb-server.templates index 28360d45326..3f790bcd250 100644 --- a/debian/mariadb-server-10.9.templates +++ b/debian/mariadb-server.templates @@ -7,7 +7,7 @@ # Even minor modifications require translation updates and such # changes should be coordinated with translators and reviewers. -Template: mariadb-server-10.9/old_data_directory_saved +Template: mariadb-server/old_data_directory_saved Type: note _Description: The old data directory will be saved at new location 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 . Please manually export/import your data (e.g. with mysqldump) if needed. -Template: mariadb-server-10.9/nis_warning +Template: mariadb-server/nis_warning Type: note #flag:translate!:3,5 _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 -Template: mariadb-server-10.9/postrm_remove_databases +Template: mariadb-server/postrm_remove_databases Type: boolean Default: false _Description: Remove all MariaDB databases? diff --git a/debian/mariadb-server-10.9.triggers b/debian/mariadb-server.triggers similarity index 100% rename from debian/mariadb-server-10.9.triggers rename to debian/mariadb-server.triggers diff --git a/debian/po/POTFILES.in b/debian/po/POTFILES.in index 786747e1a52..460c8f7c4de 100644 --- a/debian/po/POTFILES.in +++ b/debian/po/POTFILES.in @@ -1 +1 @@ -[type: gettext/rfc822deb] mariadb-server-10.9.templates +[type: gettext/rfc822deb] mariadb-server.templates diff --git a/debian/po/ar.po b/debian/po/ar.po index 35747cb8476..171200593c4 100644 --- a/debian/po/ar.po +++ b/debian/po/ar.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: templates\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2007-05-01 13:04+0300\n" "Last-Translator: Ossama M. Khayat \n" @@ -27,13 +27,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -42,7 +42,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -50,20 +50,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "ملاحظة هامة لمستخدمي NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -71,7 +71,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "إزالة جميع قواعد بيانات MariaDB؟" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/ca.po b/debian/po/ca.po index 1c395060159..5eb310971d1 100644 --- a/debian/po/ca.po +++ b/debian/po/ca.po @@ -1,12 +1,12 @@ # mariadb (debconf) translation to Catalan. -# his file is distributed under the same license as the mariadb-10.9 package. +# his file is distributed under the same license as the mariadb package. # Aleix Badia i Bosch 2004 # Innocent De Marchi 2017 # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-03-20 17:55+0100\n" "Last-Translator: Innocent De Marchi \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "El directori de dades antigues es desarà a una nova localització" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -37,7 +37,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -47,7 +47,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -56,13 +56,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota important pels usuaris de «NIS/YP»" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -72,7 +72,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -82,13 +82,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Eliminar totes les bases de dades MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -98,7 +98,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/cs.po b/debian/po/cs.po index dbdec91e429..67619ca1c6c 100644 --- a/debian/po/cs.po +++ b/debian/po/cs.po @@ -13,8 +13,8 @@ # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2020-10-18 17:13+0200\n" "Last-Translator: Miroslav Kure \n" @@ -26,13 +26,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Starý adresář s daty bude uložen na novém místě." #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -44,7 +44,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -54,7 +54,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -63,13 +63,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Důležitá poznámka pro uživatele NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -79,7 +79,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -88,13 +88,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Odstranit všechny MariaDB databáze?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -104,7 +104,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/da.po b/debian/po/da.po index d177af61f52..c639f03a938 100644 --- a/debian/po/da.po +++ b/debian/po/da.po @@ -1,13 +1,13 @@ -# Danish translation mariadb-10.9. -# Copyright (C) 2014 mariadb-10.9 og nedenstående oversættere. -# This file is distributed under the same license as the mariadb-10.9 package. +# Danish translation mariadb. +# Copyright (C) 2014 mariadb og nedenstående oversættere. +# This file is distributed under the same license as the mariadb package. # Claus Hindsgaul , 2005, 2006, 2007. # Joe Hansen , 2014, 2016. # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-07-09 22:41+0200\n" "Last-Translator: Joe Hansen \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Den gamle datamappe vil blive gemt på en ny placering" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -37,7 +37,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -47,7 +47,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -56,13 +56,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Vigtig oplysning til NIS/YP-brugere" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -72,7 +72,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -82,13 +82,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Fjern alle MariaDB-databaser?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -98,7 +98,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/de.po b/debian/po/de.po index fd38bafd1c2..9d305601355 100644 --- a/debian/po/de.po +++ b/debian/po/de.po @@ -1,4 +1,4 @@ -# German translation of mariadb-10.9 10.0.13-1 +# German translation of mariadb 10.0.13-1 # Alwin Meschede , 2006, 2007. # Thomas Mueller , 2009. # Chris Leick , 2014-2016. @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mariadb 10.0.25-1\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-05-12 22:39+0100\n" "Last-Translator: Chris Leick \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -37,7 +37,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -47,7 +47,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -56,13 +56,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -72,7 +72,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -82,13 +82,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Alle MariaDB-Datenbanken entfernen?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -98,7 +98,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/es.po b/debian/po/es.po index 2863c901ab0..1dd0877822b 100644 --- a/debian/po/es.po +++ b/debian/po/es.po @@ -40,7 +40,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-04-30 21:26+0200\n" "Last-Translator: Javier Fernández-Sanguino \n" @@ -54,13 +54,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -72,7 +72,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -82,7 +82,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -91,13 +91,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante para los usuarios de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -107,7 +107,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -117,13 +117,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "¿Desea eliminar todas las bases de datos MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -133,7 +133,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/eu.po b/debian/po/eu.po index 5f7a2ebac52..ee7191356e0 100644 --- a/debian/po/eu.po +++ b/debian/po/eu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: eu\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2009-07-29 11:59+0200\n" "Last-Translator: Piarres Beobide \n" @@ -20,13 +20,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -35,7 +35,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -43,20 +43,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -64,7 +64,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -78,13 +78,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Ezabatu MariaDB datubase guztiak?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -93,7 +93,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/fi.po b/debian/po/fi.po index f6ba9fc9a80..d5a1b6d7b5e 100644 --- a/debian/po/fi.po +++ b/debian/po/fi.po @@ -1,11 +1,11 @@ -# Finnish translations for mariadb-10.9 package -# This file is distributed under the same license as the mariadb-10.9 package. +# Finnish translations for mariadb package +# This file is distributed under the same license as the mariadb package. # Antti Järvinen , 2017. # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-03-15 22:36+0200\n" "Last-Translator: antti.jarvinen@katiska.org\n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -37,7 +37,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -47,7 +47,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -56,13 +56,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Merkittävä huomio NIS/YP -käyttäjille" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -72,7 +72,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -80,13 +80,13 @@ msgstr "Tarkista myös hakemiston /var/lib/mysql omistaja ja oikeudet:" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Poistetaanko kaikki MariaDB-tietokannat?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -95,7 +95,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/fr.po b/debian/po/fr.po index f2e6bb8e706..14b4c84a156 100644 --- a/debian/po/fr.po +++ b/debian/po/fr.po @@ -1,6 +1,6 @@ -# Translation of mariadb-10.9 debconf templates to French +# Translation of mariadb debconf templates to French # Copyright (C) 2004-2016 Debian French l10n team -# This file is distributed under the same license as the mariadb-10.9 packages. +# This file is distributed under the same license as the mariadb packages. # # Translators: # Christian Perrier , 2004, 2006, 2007, 2009, 2013. @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-12-31 18:35+0100\n" "Last-Translator: Baptiste Jammet \n" @@ -23,13 +23,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -41,7 +41,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -51,7 +51,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -60,13 +60,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Note importante pour les utilisateurs NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -76,7 +76,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -86,13 +86,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Faut-il supprimer toutes les bases de données MariaDB ?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -102,7 +102,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/gl.po b/debian/po/gl.po index da6575806a3..5567c609829 100644 --- a/debian/po/gl.po +++ b/debian/po/gl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2007-04-20 09:44+0200\n" "Last-Translator: Jacobo Tarrio \n" @@ -17,13 +17,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -32,7 +32,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -40,20 +40,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante para os usuarios de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -61,7 +61,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 #, fuzzy #| msgid "" #| "You should also check the permissions and the owner of the /var/lib/mysql " @@ -75,13 +75,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "¿Eliminar tódalas bases de datos de MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -91,7 +91,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/it.po b/debian/po/it.po index 7b4cab78784..56f134fd50e 100644 --- a/debian/po/it.po +++ b/debian/po/it.po @@ -1,11 +1,11 @@ -# Italian (it) translation of debconf templates for mariadb-10.9 -# This file is distributed under the same license as the mariadb-10.9 package. +# Italian (it) translation of debconf templates for mariadb +# This file is distributed under the same license as the mariadb package. # Luca Monducci , 2006-2017. # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9 10.0.13 Italian debconf templates\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb 10.0.13 Italian debconf templates\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-083-20 20:29+0100\n" "Last-Translator: Luca Monducci \n" @@ -17,13 +17,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "La vecchia directory data verrà salvata in una nuova posizione" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -35,7 +35,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -45,7 +45,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -54,13 +54,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante per gli utenti NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -70,7 +70,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -80,13 +80,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Eliminare tutti i database MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -96,7 +96,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/ja.po b/debian/po/ja.po index 4a3640b3d28..a8b2a0a9685 100644 --- a/debian/po/ja.po +++ b/debian/po/ja.po @@ -15,8 +15,8 @@ # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9 10.0.32-1\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb 10.0.32-1\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-05-01 11:27+0900\n" "Last-Translator: Takuma Yamada \n" @@ -30,13 +30,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "古いデータディレクトリは、新しい場所に保存されます" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -48,7 +48,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -58,7 +58,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -67,13 +67,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "NIS/YP ユーザへの重要な注意" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -83,7 +83,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -91,13 +91,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "すべての MariaDB データベースを削除しますか?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -107,7 +107,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/nb.po b/debian/po/nb.po index f2066ca8bcd..e4255bdea50 100644 --- a/debian/po/nb.po +++ b/debian/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: mysql_nb\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2007-02-18 12:13+0100\n" "Last-Translator: Bjørn Steensrud \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -34,7 +34,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -42,14 +42,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 #, fuzzy #| 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!" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -65,7 +65,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -73,13 +73,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -87,7 +87,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 #, fuzzy #| msgid "" #| "The script is about to remove the data directory /var/lib/mysql. If it is " diff --git a/debian/po/nl.po b/debian/po/nl.po index be93fe984cf..2cf0a2b1fe8 100644 --- a/debian/po/nl.po +++ b/debian/po/nl.po @@ -1,13 +1,13 @@ # Dutch mariadb-10 po-debconf translation, # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the mariadb-10.9 package. +# This file is distributed under the same license as the mariadb package. # Vincent Zweije , 2006. # Frans Spiesschaert , 2014, 2016, 2018. # msgid "" msgstr "" "Project-Id-Version: mariadb-10.2.7-1\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2018-03-29 21:25+0200\n" "Last-Translator: Frans Spiesschaert \n" @@ -21,13 +21,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "De oude data-map zal op een nieuwe locatie bewaard worden" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -39,7 +39,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -49,7 +49,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -58,13 +58,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Belangrijke opmerking voor gebruikers van NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -74,7 +74,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -84,13 +84,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Wilt u alle MariaDB-databases verwijderen?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -100,7 +100,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/pt.po b/debian/po/pt.po index 913f0fe201c..fae123972cc 100644 --- a/debian/po/pt.po +++ b/debian/po/pt.po @@ -6,8 +6,8 @@ # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-08-06 10:00+0100\n" "Last-Translator: Rui Branco \n" @@ -20,13 +20,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "O antigo directório de data será guardado num novo local" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -38,7 +38,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -48,7 +48,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -57,13 +57,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Nota importante para os utilizadores de NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -73,7 +73,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -82,13 +82,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Remover todas as bases de dados MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -98,7 +98,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/pt_BR.po b/debian/po/pt_BR.po index c57aa56f1b2..0249342c54b 100644 --- a/debian/po/pt_BR.po +++ b/debian/po/pt_BR.po @@ -1,12 +1,12 @@ -# Debconf translations for mariadb-10.9. -# This file is distributed under the same license as the mariadb-10.9 package. +# Debconf translations for mariadb. +# This file is distributed under the same license as the mariadb package. # André Luís Lopes, , 2005-2007. # Adriano Rafael Gomes , 2015-2016. # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-04-30 16:16-0300\n" "Last-Translator: Adriano Rafael Gomes \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "O diretório de dados antigo será salvo em novo local" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -37,7 +37,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -47,7 +47,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -56,13 +56,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Aviso importante para usuários NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -72,7 +72,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -82,13 +82,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Remover todas as bases de dados do MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -98,7 +98,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/ro.po b/debian/po/ro.po index 44de7788278..66ea63ef766 100644 --- a/debian/po/ro.po +++ b/debian/po/ro.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: po-debconf://mysql-dfsg\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2006-12-20 21:27+0200\n" "Last-Translator: stan ioan-eugen \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -34,7 +34,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -42,14 +42,14 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 #, fuzzy #| 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!" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -65,7 +65,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -73,13 +73,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -87,7 +87,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 #, fuzzy #| msgid "" #| "The script is about to remove the data directory /var/lib/mysql. If it is " diff --git a/debian/po/ru.po b/debian/po/ru.po index 030ea098206..9b36c68fd92 100644 --- a/debian/po/ru.po +++ b/debian/po/ru.po @@ -6,8 +6,8 @@ # Yuri Kozlov , 2009, 2014, 2016. msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9 10.0.25-1\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb 10.0.25-1\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2016-05-04 18:56+0300\n" "Last-Translator: Yuri Kozlov \n" @@ -22,13 +22,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Каталог со старыми данными будет сохранён в новом месте" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -40,7 +40,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -51,7 +51,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -60,13 +60,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Важное замечание для пользователей NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -76,7 +76,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -84,13 +84,13 @@ msgstr "Также проверьте права доступа и владел #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Удалить все базы данных MariaDB?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -99,7 +99,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/sv.po b/debian/po/sv.po index e7700d65849..4cd09734e10 100644 --- a/debian/po/sv.po +++ b/debian/po/sv.po @@ -1,13 +1,13 @@ -# Translation of mariadb-10.9 debconf template to Swedish +# Translation of mariadb debconf template to Swedish # Copyright (C) 2017 Martin Bagge -# This file is distributed under the same license as the mariadb-10.9 package. +# This file is distributed under the same license as the mariadb package. # # Andreas Henriksson , 2007 # Martin Bagge , 2009, 2015, 2017 msgid "" msgstr "" "Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-03-23 09:20+0100\n" "Last-Translator: Martin Bagge / brother \n" @@ -20,13 +20,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Den gamla data-katalogen kommer att sparas till en ny plats" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -38,7 +38,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -48,7 +48,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -57,13 +57,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Viktig information för NIS/YP-användare" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -73,7 +73,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -83,13 +83,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Ta bort alla MariaDB-databaser?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -99,7 +99,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/templates.pot b/debian/po/templates.pot index dbdb7102b3d..102b6214c73 100644 --- a/debian/po/templates.pot +++ b/debian/po/templates.pot @@ -1,13 +1,13 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the mariadb-10.9 package. +# This file is distributed under the same license as the mariadb package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" @@ -19,13 +19,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -34,7 +34,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -42,20 +42,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -63,7 +63,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -71,13 +71,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -85,7 +85,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/tr.po b/debian/po/tr.po index 2993fc093bc..74320c147a0 100644 --- a/debian/po/tr.po +++ b/debian/po/tr.po @@ -5,8 +5,8 @@ # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-03-16 13:16+0300\n" "Last-Translator: Atila KOÇ \n" @@ -20,13 +20,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "The old data directory will be saved at new location" msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -38,7 +38,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -48,20 +48,20 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "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." #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "NIS/YP kullanıcıları için önemli not" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -71,7 +71,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -81,13 +81,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Tüm MariaDB veritabanları kaldırılsın mı?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -96,7 +96,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/po/vi.po b/debian/po/vi.po index 2eac9257ec9..bd048b56b5a 100644 --- a/debian/po/vi.po +++ b/debian/po/vi.po @@ -1,12 +1,12 @@ -# Vietnamese translations for mariadb-10.9 package -# Bản dịch Tiếng Việt dành cho gói mariadb-10.9. -# This file is distributed under the same license as the mariadb-10.9 package. +# Vietnamese translations for mariadb package +# Bản dịch Tiếng Việt dành cho gói mariadb. +# This file is distributed under the same license as the mariadb package. # Trần Ngọc Quân , 2017. # msgid "" msgstr "" -"Project-Id-Version: mariadb-10.9\n" -"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" +"Project-Id-Version: mariadb\n" +"Report-Msgid-Bugs-To: mariadb@packages.debian.org\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n" "PO-Revision-Date: 2017-03-18 13:32+0700\n" "Last-Translator: Trần Ngọc Quân \n" @@ -20,13 +20,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 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" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "indicates a database binary format version that cannot automatically be " @@ -38,7 +38,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Therefore the previous data directory will be renamed to /var/lib/mysql-* " "and a new data directory will be initialized at /var/lib/mysql." @@ -48,7 +48,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:2001 +#: ../mariadb-server.templates:2001 msgid "" "Please manually export/import your data (e.g. with mysqldump) if needed." msgstr "" @@ -57,13 +57,13 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "Important note for NIS/YP users" msgstr "Chú ý quan trọng cho người dùng NIS/YP" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "Using MariaDB under NIS/YP requires a mysql user account to be added on the " "local system with:" @@ -73,7 +73,7 @@ msgstr "" #. Type: note #. Description -#: ../mariadb-server-10.9.templates:3001 +#: ../mariadb-server.templates:3001 msgid "" "You should also check the permissions and ownership of the /var/lib/mysql " "directory:" @@ -82,13 +82,13 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "Remove all MariaDB databases?" msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "The /var/lib/mysql directory which contains the MariaDB databases is about " "to be removed." @@ -98,7 +98,7 @@ msgstr "" #. Type: boolean #. Description -#: ../mariadb-server-10.9.templates:4001 +#: ../mariadb-server.templates:4001 msgid "" "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, " diff --git a/debian/rules b/debian/rules index 0f3f2f01c8a..b690a7ad5b0 100755 --- a/debian/rules +++ b/debian/rules @@ -19,6 +19,8 @@ endif BUILDDIR := builddir DEB_VERSION_REVISION := $(shell echo $(DEB_VERSION) | sed -e 's/^.*-//') +DEB_VERSION_VERSION := $(shell echo $(DEB_VERSION) | sed -e 's/^.*:\(.*\)\(-\|+\).*/\1/') +DEB_VERSION_MAJOR := $(shell echo $(DEB_VERSION_VERSION) | sed -e 's/^\(.*\)\..*$$/\1/') RELEASE := $(shell lsb_release -r -s) # Use changelog based DEB_DISTRIBUTION instead? TMP:=$(CURDIR)/debian/tmp @@ -85,6 +87,10 @@ endif echo "server:Version=$(DEB_VERSION)" >> debian/substvars + # As packages does not have major version any more on package name there is no way as it not set by dpkg + # to use this on postinst script. Use sed to determine major version + sed -i 's/__MARIADB_MAJOR_VER__/$(DEB_VERSION_MAJOR)/g' debian/mariadb-server.post* debian/mariadb-server.preinst + # Don't build ColumnStore as part of the native build as it does not meet the # quality standards in Debian. Also building it requires an extra 4 GB of disk # space which makes native Debian builds fail as the total disk space needed @@ -134,12 +140,12 @@ override_dh_auto_install: ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS))) # Copy systemd files to a location available for dh_installinit - cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.9.mariadb.service - cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.9.mariadb.socket - cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.9.mariadb-extra.socket - cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.9.mariadb@.service - cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.9.mariadb@.socket - cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.9.mariadb-extra@.socket + cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server.mariadb.service + cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server.mariadb.socket + cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server.mariadb-extra.socket + cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server.mariadb@.service + cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server.mariadb@.socket + cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server.mariadb-extra@.socket endif # Run 'make install' without output since it is uninteresting and diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml index 304f81b84db..395a82e1b2a 100644 --- a/debian/salsa-ci.yml +++ b/debian/salsa-ci.yml @@ -223,7 +223,7 @@ fresh install: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb-10.9 Sid upgrade: +mariadb Sid upgrade: stage: upgrade in Sid needs: - job: build @@ -244,7 +244,7 @@ mariadb-10.9 Sid upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb-10.5 Bullseye to mariadb-10.9 upgrade: +mariadb-10.5 Bullseye to mariadb upgrade: stage: upgrade from Bullseye/Buster needs: - job: build @@ -270,7 +270,7 @@ mariadb-10.5 Bullseye to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb-10.3 Buster to mariadb-10.9 upgrade: +mariadb-10.3 Buster to mariadb upgrade: stage: upgrade from Bullseye/Buster needs: - job: build @@ -497,7 +497,7 @@ default-libmysqlclient-dev Buster upgrade: # 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. -mysql-8.0 Sid to mariadb-10.9 upgrade: +mysql-8.0 Sid to mariadb upgrade: stage: upgrade in Sid needs: - job: build @@ -524,7 +524,7 @@ mysql-8.0 Sid to mariadb-10.9 upgrade: # 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. -mysql-8.0 Focal to mariadb-10.9 upgrade: +mysql-8.0 Focal to mariadb upgrade: stage: upgrade extras needs: - job: build buster-backports @@ -557,7 +557,7 @@ mysql-8.0 Focal to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb.org-10.6 to mariadb-10.9 upgrade: +mariadb.org-10.6 to mariadb upgrade: stage: upgrade extras needs: - job: build @@ -627,7 +627,7 @@ mariadb.org-10.5 to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb.org-10.4 to mariadb-10.9 upgrade: +mariadb.org-10.4 to mariadb upgrade: stage: upgrade extras needs: - job: build @@ -660,7 +660,7 @@ mariadb.org-10.4 to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb.org-10.3 to mariadb-10.9 upgrade: +mariadb.org-10.3 to mariadb upgrade: stage: upgrade extras needs: - job: build @@ -691,7 +691,7 @@ mariadb.org-10.3 to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mariadb.org-10.2 to mariadb-10.9 upgrade: +mariadb.org-10.2 to mariadb upgrade: stage: upgrade extras needs: - job: build @@ -730,7 +730,7 @@ mariadb.org-10.2 to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -mysql.com-5.7 to mariadb-10.9 upgrade: +mysql.com-5.7 to mariadb upgrade: stage: upgrade extras needs: - job: build buster-backports @@ -761,7 +761,7 @@ mysql.com-5.7 to mariadb-10.9 upgrade: variables: - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ -percona-xtradb-5.7 to mariadb-10.9 upgrade (MDEV-22679): +percona-xtradb-5.7 to mariadb upgrade (MDEV-22679): stage: upgrade extras needs: - job: build buster-backports diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 4211da96f9c..9075365c517 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -1,18 +1,18 @@ # Necessary for drop-in-place-replacement upgrades on mysql-server/-client # since package breaks/replaces these but at the same time also provides them -version-substvar-for-external-package mariadb-client-core-10.9 -> mysql-client-5.5 -version-substvar-for-external-package mariadb-server-10.9 -> mysql-server +version-substvar-for-external-package mariadb-client-core -> mysql-client-5.5 +version-substvar-for-external-package mariadb-server -> mysql-server version-substvar-for-external-package libmariadb-dev -> libmysqlclient-dev version-substvar-for-external-package libmariadb-dev -> libmysqld-dev -version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.5 -version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.6 -version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.7 -version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-8.0 -version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.1 -version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.5 -version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.6 -version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-5.7 -version-substvar-for-external-package mariadb-client-10.9 -> mysql-client-core-8.0 +version-substvar-for-external-package mariadb-server -> mysql-client-5.5 +version-substvar-for-external-package mariadb-server -> mysql-client-5.6 +version-substvar-for-external-package mariadb-server -> mysql-client-5.7 +version-substvar-for-external-package mariadb-server -> mysql-client-8.0 +version-substvar-for-external-package mariadb-client -> mysql-client-core-5.1 +version-substvar-for-external-package mariadb-client -> mysql-client-core-5.5 +version-substvar-for-external-package mariadb-client -> mysql-client-core-5.6 +version-substvar-for-external-package mariadb-client -> mysql-client-core-5.7 +version-substvar-for-external-package mariadb-client -> mysql-client-core-8.0 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 source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2 diff --git a/debian/tests/control b/debian/tests/control index dbf5d2dc9d9..bc9c7d91874 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -3,7 +3,7 @@ Tests: smoke # 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. # The plugin package also already depends on the other one. -Depends: mariadb-plugin-rocksdb | mariadb-server-10.9, +Depends: mariadb-plugin-rocksdb | mariadb-server, mariadb-plugin-provider-bzip2, mariadb-plugin-provider-lz4, mariadb-plugin-provider-lzma, diff --git a/debian/tests/smoke b/debian/tests/smoke index 186a832523c..8b384c80c2f 100644 --- a/debian/tests/smoke +++ b/debian/tests/smoke @@ -4,7 +4,7 @@ # # This test should be declared in debian/tests/control with a dependency # on the package that provides a configured MariaDB server (eg. -# mariadb-server-10.9). +# mariadb-server). # # This test should be declared in debian/tests/control with the # following restrictions: @@ -93,7 +93,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] && LOG=/var/lib/mysql/#rocksdb/LOG # XXX: The server may only be started during the install of - # mariadb-server-10.9, which happens before that of the plugin. + # mariadb-server, which happens before that of the plugin. [ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';" # XXX: rocksdb_supported_compression_types variable does not report ZSTD.