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
This commit is contained in:
Tuukka Pasanen 2022-04-11 11:32:26 +03:00 committed by Daniel Black
parent 72a1250585
commit 375b8f40ce
58 changed files with 381 additions and 389 deletions

View file

@ -1,4 +1,4 @@
'''apport package hook for mariadb-10.9 '''apport package hook for mariadb
(c) 2009 Canonical Ltd. (c) 2009 Canonical Ltd.
Author: Mathias Gug <mathias.gug@canonical.com> Author: Mathias Gug <mathias.gug@canonical.com>
@ -21,7 +21,7 @@ def _add_my_conf_files(report, filename):
continue continue
def add_info(report): 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') key = 'Logs' + path_to_key('/var/log/daemon.log')
report[key] = "" report[key] = ""
for line in read_file('/var/log/daemon.log').split('\n'): for line in read_file('/var/log/daemon.log').split('\n'):

View file

@ -35,7 +35,7 @@ then
then then
cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/ cp -v storage/columnstore/columnstore/debian/mariadb-plugin-columnstore.* debian/
echo >> debian/control echo >> debian/control
sed "s/10.6/${MYSQL_VERSION_MAJOR}.${MYSQL_VERSION_MINOR}/" <storage/columnstore/columnstore/debian/control >> debian/control sed "s/-10.6//" <storage/columnstore/columnstore/debian/control >> debian/control
fi fi
fi fi

120
debian/control vendored
View file

@ -263,7 +263,7 @@ Description: MariaDB common configuration files
. .
This package includes configuration files common to all MariaDB programs. This package includes configuration files common to all MariaDB programs.
Package: mariadb-client-core-10.9 Package: mariadb-client-core
Architecture: any Architecture: any
Depends: libmariadb3 (>= 10.5.4), Depends: libmariadb3 (>= 10.5.4),
mariadb-common (>= ${source:Version}), mariadb-common (>= ${source:Version}),
@ -278,7 +278,7 @@ Conflicts: mariadb-client-10.0,
mariadb-client-10.6, mariadb-client-10.6,
mariadb-client-10.7, mariadb-client-10.7,
mariadb-client-10.8, mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}), mariadb-client (<< ${source:Version}),
mariadb-client-5.1, mariadb-client-5.1,
mariadb-client-5.2, mariadb-client-5.2,
mariadb-client-5.3, mariadb-client-5.3,
@ -315,7 +315,7 @@ Breaks: mariadb-server-10.0,
mariadb-server-core-10.6, mariadb-server-core-10.6,
mariadb-server-core-10.7, mariadb-server-core-10.7,
mariadb-server-core-10.8, 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.5,
mysql-server-core-5.6, mysql-server-core-5.6,
mysql-server-core-5.7, mysql-server-core-5.7,
@ -332,7 +332,8 @@ Replaces: mariadb-client-10.0,
mariadb-client-10.6, mariadb-client-10.6,
mariadb-client-10.7, mariadb-client-10.7,
mariadb-client-10.8, 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.1,
mariadb-client-5.2, mariadb-client-5.2,
mariadb-client-5.3, mariadb-client-5.3,
@ -359,7 +360,8 @@ Replaces: mariadb-client-10.0,
mariadb-server-core-10.6, mariadb-server-core-10.6,
mariadb-server-core-10.7, mariadb-server-core-10.7,
mariadb-server-core-10.8, 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.51),
mysql-client-5.0, mysql-client-5.0,
mysql-client-5.1, mysql-client-5.1,
@ -378,6 +380,7 @@ Replaces: mariadb-client-10.0,
percona-xtradb-cluster-server-5.7, percona-xtradb-cluster-server-5.7,
virtual-mysql-client-core virtual-mysql-client-core
Provides: default-mysql-client-core, Provides: default-mysql-client-core,
mariadb-client-core-10.9,
virtual-mysql-client-core virtual-mysql-client-core
Description: MariaDB database core client binaries Description: MariaDB database core client binaries
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database 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. This package includes the core client files, as used by Akonadi.
Package: mariadb-client-10.9 Package: mariadb-client
Architecture: any Architecture: any
Depends: debianutils (>=1.6), Depends: debianutils (>=1.6),
libconfig-inifiles-perl, libconfig-inifiles-perl,
mariadb-client-core-10.9 (>= ${source:Version}), mariadb-client-core (>= ${source:Version}),
mariadb-common, mariadb-common,
${misc:Depends}, ${misc:Depends},
${perl:Depends}, ${perl:Depends},
@ -406,7 +409,7 @@ Conflicts: mariadb-client (<< ${source:Version}),
mariadb-client-10.6, mariadb-client-10.6,
mariadb-client-10.7, mariadb-client-10.7,
mariadb-client-10.8, mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}), mariadb-client-10.9,
mariadb-client-5.1, mariadb-client-5.1,
mariadb-client-5.2, mariadb-client-5.2,
mariadb-client-5.3, mariadb-client-5.3,
@ -435,7 +438,7 @@ Breaks: mariadb-client-core-10.0,
mariadb-client-core-10.6, mariadb-client-core-10.6,
mariadb-client-core-10.7, mariadb-client-core-10.7,
mariadb-client-core-10.8, mariadb-client-core-10.8,
mariadb-client-core-10.9 (<< ${source:Version}), mariadb-client-core (<< ${source:Version}),
mariadb-server-10.0, mariadb-server-10.0,
mariadb-server-10.1, mariadb-server-10.1,
mariadb-server-10.2, mariadb-server-10.2,
@ -445,7 +448,7 @@ Breaks: mariadb-client-core-10.0,
mariadb-server-10.6, mariadb-server-10.6,
mariadb-server-10.7, mariadb-server-10.7,
mariadb-server-10.8, mariadb-server-10.8,
mariadb-server-10.9 (<< ${source:Version}), mariadb-server (<< ${source:Version}),
mariadb-server-core-10.0, mariadb-server-core-10.0,
mariadb-server-core-10.1, mariadb-server-core-10.1,
mariadb-server-core-10.2, mariadb-server-core-10.2,
@ -455,7 +458,7 @@ Breaks: mariadb-client-core-10.0,
mariadb-server-core-10.6, mariadb-server-core-10.6,
mariadb-server-core-10.7, mariadb-server-core-10.7,
mariadb-server-core-10.8, mariadb-server-core-10.8,
mariadb-server-core-10.9 (<< ${source:Version}), mariadb-server-core (<< ${source:Version}),
mysql-server-5.5, mysql-server-5.5,
mysql-server-5.6, mysql-server-5.6,
mysql-server-5.7, mysql-server-5.7,
@ -488,7 +491,8 @@ Replaces: mariadb-client (<< ${source:Version}),
mariadb-client-core-10.6, mariadb-client-core-10.6,
mariadb-client-core-10.7, mariadb-client-core-10.7,
mariadb-client-core-10.8, 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.0,
mariadb-server-10.1, mariadb-server-10.1,
mariadb-server-10.2, mariadb-server-10.2,
@ -498,7 +502,8 @@ Replaces: mariadb-client (<< ${source:Version}),
mariadb-server-10.6, mariadb-server-10.6,
mariadb-server-10.7, mariadb-server-10.7,
mariadb-server-10.8, 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.0,
mariadb-server-core-10.1, mariadb-server-core-10.1,
mariadb-server-core-10.2, mariadb-server-core-10.2,
@ -508,7 +513,8 @@ Replaces: mariadb-client (<< ${source:Version}),
mariadb-server-core-10.6, mariadb-server-core-10.6,
mariadb-server-core-10.7, mariadb-server-core-10.7,
mariadb-server-core-10.8, 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.51),
mysql-client-5.0, mysql-client-5.0,
mysql-client-5.1, mysql-client-5.1,
@ -536,6 +542,7 @@ Replaces: mariadb-client (<< ${source:Version}),
percona-xtradb-cluster-server-5.7, percona-xtradb-cluster-server-5.7,
virtual-mysql-client virtual-mysql-client
Provides: default-mysql-client, Provides: default-mysql-client,
mariadb-client-10.9,
virtual-mysql-client virtual-mysql-client
Recommends: libdbd-mariadb-perl | libdbd-mysql-perl, Recommends: libdbd-mariadb-perl | libdbd-mysql-perl,
libdbi-perl, libdbi-perl,
@ -549,7 +556,7 @@ Description: MariaDB database client binaries
This package includes the client binaries and the additional tools This package includes the client binaries and the additional tools
innotop and mariadb-report (mysqlreport). innotop and mariadb-report (mysqlreport).
Package: mariadb-server-core-10.9 Package: mariadb-server-core
Architecture: any Architecture: any
Depends: mariadb-common (>= ${source:Version}), Depends: mariadb-common (>= ${source:Version}),
${misc:Depends}, ${misc:Depends},
@ -582,7 +589,7 @@ Breaks: mariadb-client-10.0,
mariadb-client-10.6, mariadb-client-10.6,
mariadb-client-10.7, mariadb-client-10.7,
mariadb-client-10.8, mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}), mariadb-client (<< ${source:Version}),
mariadb-server-10.0, mariadb-server-10.0,
mariadb-server-10.1, mariadb-server-10.1,
mariadb-server-10.3, mariadb-server-10.3,
@ -591,7 +598,7 @@ Breaks: mariadb-client-10.0,
mariadb-server-10.6, mariadb-server-10.6,
mariadb-server-10.7, mariadb-server-10.7,
mariadb-server-10.8, mariadb-server-10.8,
mariadb-server-10.9 (<< ${source:Version}), mariadb-server (<< ${source:Version}),
mysql-client-5.5, mysql-client-5.5,
mysql-server-5.5, mysql-server-5.5,
mysql-server-5.6, mysql-server-5.6,
@ -609,7 +616,8 @@ Replaces: mariadb-client-10.0,
mariadb-client-10.6, mariadb-client-10.6,
mariadb-client-10.7, mariadb-client-10.7,
mariadb-client-10.8, 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.0,
mariadb-server-10.1, mariadb-server-10.1,
mariadb-server-10.3, mariadb-server-10.3,
@ -618,7 +626,8 @@ Replaces: mariadb-client-10.0,
mariadb-server-10.6, mariadb-server-10.6,
mariadb-server-10.7, mariadb-server-10.7,
mariadb-server-10.8, 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.0,
mariadb-server-core-10.1, mariadb-server-core-10.1,
mariadb-server-core-10.2, mariadb-server-core-10.2,
@ -646,6 +655,7 @@ Replaces: mariadb-client-10.0,
percona-xtradb-cluster-server-5.7, percona-xtradb-cluster-server-5.7,
virtual-mysql-server-core virtual-mysql-server-core
Provides: default-mysql-server-core, Provides: default-mysql-server-core,
mariadb-server-core-10.9,
virtual-mysql-server-core virtual-mysql-server-core
Description: MariaDB database core server files Description: MariaDB database core server files
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database 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. This package includes the core server files, as used by Akonadi.
Package: mariadb-server-10.9 Package: mariadb-server
Architecture: any Architecture: any
Suggests: mailx, Suggests: mailx,
mariadb-test, mariadb-test,
@ -671,8 +681,8 @@ Depends: galera-4 (>= 26.4),
libdbi-perl, libdbi-perl,
lsb-base (>= 3.0-10), lsb-base (>= 3.0-10),
lsof [linux-any], lsof [linux-any],
mariadb-client-10.9 (>= ${source:Version}), mariadb-client (>= ${source:Version}),
mariadb-server-core-10.9 (>= ${source:Version}), mariadb-server-core (>= ${source:Version}),
passwd, passwd,
perl (>= 5.6), perl (>= 5.6),
procps, procps,
@ -723,8 +733,8 @@ Replaces: handlersocket-mysql-5.5,
mariadb-client-10.6, mariadb-client-10.6,
mariadb-client-10.7, mariadb-client-10.7,
mariadb-client-10.8, mariadb-client-10.8,
mariadb-client-10.9 (<< ${source:Version}), mariadb-client-10.9,
mariadb-server (<< ${source:Version}), mariadb-client (<< ${source:Version}),
mariadb-server-10.0, mariadb-server-10.0,
mariadb-server-10.1, mariadb-server-10.1,
mariadb-server-10.2, mariadb-server-10.2,
@ -732,6 +742,7 @@ Replaces: handlersocket-mysql-5.5,
mariadb-server-10.4, mariadb-server-10.4,
mariadb-server-10.5, mariadb-server-10.5,
mariadb-server-10.6, mariadb-server-10.6,
mariadb-server (<< ${source:Version}),
mariadb-server-5.1, mariadb-server-5.1,
mariadb-server-5.2, mariadb-server-5.2,
mariadb-server-5.3, mariadb-server-5.3,
@ -754,6 +765,7 @@ Replaces: handlersocket-mysql-5.5,
percona-xtradb-cluster-server-5.7, percona-xtradb-cluster-server-5.7,
virtual-mysql-server virtual-mysql-server
Provides: default-mysql-server, Provides: default-mysql-server,
mariadb-server-10.9,
virtual-mysql-server virtual-mysql-server
Description: MariaDB database server binaries Description: MariaDB database server binaries
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database 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. 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 Package: mariadb-backup
Architecture: any Architecture: any
Breaks: mariadb-backup-10.1, Breaks: mariadb-backup-10.1,
@ -797,7 +783,7 @@ Breaks: mariadb-backup-10.1,
Replaces: mariadb-backup-10.1, Replaces: mariadb-backup-10.1,
mariadb-backup-10.2, mariadb-backup-10.2,
mariadb-client-10.1 mariadb-client-10.1
Depends: mariadb-client-core-10.9 (= ${binary:Version}), Depends: mariadb-client-core (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Backup tool for MariaDB server Description: Backup tool for MariaDB server
@ -810,7 +796,7 @@ Description: Backup tool for MariaDB server
Package: mariadb-plugin-connect Package: mariadb-plugin-connect
Architecture: any Architecture: any
Depends: libxml2, Depends: libxml2,
mariadb-server-10.9 (= ${server:Version}), mariadb-server (= ${server:Version}),
unixodbc, unixodbc,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
@ -833,7 +819,7 @@ Description: Connect storage engine for MariaDB
Package: mariadb-plugin-s3 Package: mariadb-plugin-s3
Architecture: any Architecture: any
Depends: libcurl4, Depends: libcurl4,
mariadb-server-10.9 (= ${server:Version}), mariadb-server (= ${server:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Amazon S3 archival storage engine for MariaDB Description: Amazon S3 archival storage engine for MariaDB
@ -843,7 +829,7 @@ Description: Amazon S3 archival storage engine for MariaDB
Package: mariadb-plugin-rocksdb Package: mariadb-plugin-rocksdb
Architecture: amd64 arm64 mips64el ppc64el Architecture: amd64 arm64 mips64el ppc64el
Depends: mariadb-server-10.9 (= ${server:Version}), Depends: mariadb-server (= ${server:Version}),
python3, python3,
rocksdb-tools, rocksdb-tools,
${misc:Depends}, ${misc:Depends},
@ -863,7 +849,7 @@ Description: RocksDB storage engine for MariaDB
Package: mariadb-plugin-oqgraph Package: mariadb-plugin-oqgraph
Architecture: any Architecture: any
Depends: libjudydebian1, Depends: libjudydebian1,
mariadb-server-10.9 (= ${server:Version}), mariadb-server (= ${server:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Breaks: mariadb-oqgraph-engine-10.0, Breaks: mariadb-oqgraph-engine-10.0,
@ -883,7 +869,7 @@ Description: OQGraph storage engine for MariaDB
Package: mariadb-plugin-mroonga 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 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}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Breaks: mariadb-server-10.0, Breaks: mariadb-server-10.0,
@ -903,7 +889,7 @@ Description: Mroonga storage engine for MariaDB
Package: mariadb-plugin-spider Package: mariadb-plugin-spider
Architecture: any Architecture: any
Depends: mariadb-server-10.9 (= ${server:Version}), Depends: mariadb-server (= ${server:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Breaks: mariadb-server-10.0, Breaks: mariadb-server-10.0,
@ -925,7 +911,7 @@ Description: Spider storage engine for MariaDB
Package: mariadb-plugin-gssapi-server Package: mariadb-plugin-gssapi-server
Architecture: any Architecture: any
Depends: libgssapi-krb5-2, Depends: libgssapi-krb5-2,
mariadb-server-10.9, mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Breaks: mariadb-gssapi-server-10.1, Breaks: mariadb-gssapi-server-10.1,
@ -946,7 +932,7 @@ Package: mariadb-plugin-gssapi-client
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Depends: libgssapi-krb5-2, Depends: libgssapi-krb5-2,
mariadb-client-10.9 (= ${binary:Version}), mariadb-client (= ${binary:Version}),
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Breaks: mariadb-gssapi-client-10.1, Breaks: mariadb-gssapi-client-10.1,
@ -966,7 +952,7 @@ Description: GSSAPI authentication plugin for MariaDB client
Package: mariadb-plugin-cracklib-password-check Package: mariadb-plugin-cracklib-password-check
Architecture: any Architecture: any
Depends: libcrack2 (>= 2.9.0), Depends: libcrack2 (>= 2.9.0),
mariadb-server-10.9, mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: CrackLib Password Validation Plugin for MariaDB Description: CrackLib Password Validation Plugin for MariaDB
@ -977,7 +963,7 @@ Description: CrackLib Password Validation Plugin for MariaDB
Package: mariadb-plugin-provider-bzip2 Package: mariadb-plugin-provider-bzip2
Architecture: any Architecture: any
Depends: mariadb-server-10.9, Depends: mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: BZip2 compression support in the server and storage engines 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 Package: mariadb-plugin-provider-lz4
Architecture: any Architecture: any
Depends: mariadb-server-10.9, Depends: mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: LZ4 compression support in the server and storage engines 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 Package: mariadb-plugin-provider-lzma
Architecture: any Architecture: any
Depends: mariadb-server-10.9, Depends: mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: LZMA compression support in the server and storage engines 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 Package: mariadb-plugin-provider-lzo
Architecture: any Architecture: any
Depends: mariadb-server-10.9, Depends: mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: LZO compression support in the server and storage engines 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 Package: mariadb-plugin-provider-snappy
Architecture: any Architecture: any
Depends: mariadb-server-10.9, Depends: mariadb-server,
${misc:Depends}, ${misc:Depends},
${shlibs:Depends} ${shlibs:Depends}
Description: Snappy compression support in the server and storage engines 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 Package: mariadb-test
Architecture: any Architecture: any
Depends: mariadb-client-10.9 (= ${binary:Version}), Depends: mariadb-client (= ${binary:Version}),
mariadb-server-10.9 (= ${server:Version}), mariadb-server (= ${server:Version}),
mariadb-test-data (= ${source:Version}), mariadb-test-data (= ${source:Version}),
virtual-mysql-testsuite, virtual-mysql-testsuite,
${misc:Depends}, ${misc:Depends},

View file

@ -1,3 +1,3 @@
# According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/ # According to /usr/share/menu/ policy 1.4, not /usr/share/doc/debian-policy/
?package(mariadb-client-10.9):needs="text" section="Applications/Data Management"\ ?package(mariadb-client):needs="text" section="Applications/Data Management"\
title="Innotop" command="/usr/bin/innotop" title="Innotop" command="/usr/bin/innotop"

View file

@ -9,6 +9,6 @@ ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }
# Beware that there are two ypwhich one of them needs the 2>/dev/null! # Beware that there are two ypwhich one of them needs the 2>/dev/null!
if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then if test -n "`which ypwhich 2>/dev/null`" && ypwhich >/dev/null 2>&1; then
db_input high mariadb-server-10.9/nis_warning || true db_input high mariadb-server/nis_warning || true
db_go db_go
fi fi

View file

@ -3,7 +3,7 @@ debian/additions/debian-start.inc.sh usr/share/mysql
debian/additions/echo_stderr usr/share/mysql debian/additions/echo_stderr usr/share/mysql
debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d debian/additions/mariadb.conf.d/50-mysqld_safe.cnf etc/mysql/mariadb.conf.d
debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d debian/additions/mariadb.conf.d/50-server.cnf etc/mysql/mariadb.conf.d
debian/additions/source_mariadb-10.9.py usr/share/apport/package-hooks debian/additions/source_mariadb.py usr/share/apport/package-hooks
etc/apparmor.d/usr.sbin.mariadbd etc/apparmor.d/usr.sbin.mariadbd
etc/security/user_map.conf etc/security/user_map.conf
lib/*/security/pam_user_map.so lib/*/security/pam_user_map.so

View file

@ -165,7 +165,7 @@ case "${1:-''}" in
if ! mariadbd_status check_dead warn; then if ! mariadbd_status check_dead warn; then
log_end_msg 1 log_end_msg 1
log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server-10.9/README.Debian.gz!" log_failure_msg "Please stop MariaDB manually and read /usr/share/doc/mariadb-server/README.Debian.gz!"
exit -1 exit -1
else else
log_end_msg 0 log_end_msg 0

View file

@ -3,8 +3,8 @@ set -e
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
# Automatically set version to ease maintenance of this file # This set by debian/rules during 'override_dh_auto_configure'
MAJOR_VER="${DPKG_MAINTSCRIPT_PACKAGE#mariadb-server-}" MAJOR_VER="__MARIADB_MAJOR_VER__"
if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }

View file

@ -3,8 +3,8 @@ set -e
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
# Automatically set version to ease maintenance of this file # This set by debian/rules during 'override_dh_auto_configure'
MAJOR_VER="${DPKG_MAINTSCRIPT_PACKAGE#mariadb-server-}" MAJOR_VER="__MARIADB_MAJOR_VER__"
if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi if [ -n "$DEBIAN_SCRIPT_DEBUG" ]; then set -v -x; DEBIAN_SCRIPT_TRACE=1; fi
${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 } ${DEBIAN_SCRIPT_TRACE:+ echo "#42#DEBUG# RUNNING $0 $*" 1>&2 }

View file

@ -9,8 +9,8 @@
. /usr/share/debconf/confmodule . /usr/share/debconf/confmodule
# Automatically set version to ease maintenance of this file # This set by debian/rules during 'override_dh_auto_configure'
MAJOR_VER="${DPKG_MAINTSCRIPT_PACKAGE#mariadb-server-}" MAJOR_VER="__MARIADB_MAJOR_VER__"
# Just kill the invalid insserv.conf.d directory without fallback # Just kill the invalid insserv.conf.d directory without fallback
if [ -d "/etc/insserv.conf.d/mariadb/" ]; then if [ -d "/etc/insserv.conf.d/mariadb/" ]; then

View file

@ -7,7 +7,7 @@
# Even minor modifications require translation updates and such # Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers. # changes should be coordinated with translators and reviewers.
Template: mariadb-server-10.9/old_data_directory_saved Template: mariadb-server/old_data_directory_saved
Type: note Type: note
_Description: The old data directory will be saved at new location _Description: The old data directory will be saved at new location
A file named /var/lib/mysql/debian-*.flag exists on this system. A file named /var/lib/mysql/debian-*.flag exists on this system.
@ -19,7 +19,7 @@ _Description: The old data directory will be saved at new location
. .
Please manually export/import your data (e.g. with mysqldump) if needed. Please manually export/import your data (e.g. with mysqldump) if needed.
Template: mariadb-server-10.9/nis_warning Template: mariadb-server/nis_warning
Type: note Type: note
#flag:translate!:3,5 #flag:translate!:3,5
_Description: Important note for NIS/YP users _Description: Important note for NIS/YP users
@ -33,7 +33,7 @@ _Description: Important note for NIS/YP users
. .
/var/lib/mysql: drwxr-xr-x mysql mysql /var/lib/mysql: drwxr-xr-x mysql mysql
Template: mariadb-server-10.9/postrm_remove_databases Template: mariadb-server/postrm_remove_databases
Type: boolean Type: boolean
Default: false Default: false
_Description: Remove all MariaDB databases? _Description: Remove all MariaDB databases?

View file

@ -1 +1 @@
[type: gettext/rfc822deb] mariadb-server-10.9.templates [type: gettext/rfc822deb] mariadb-server.templates

22
debian/po/ar.po vendored
View file

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: templates\n" "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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-05-01 13:04+0300\n" "PO-Revision-Date: 2007-05-01 13:04+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n" "Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
@ -27,13 +27,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -42,7 +42,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -50,20 +50,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "ملاحظة هامة لمستخدمي NIS/YP" msgstr "ملاحظة هامة لمستخدمي NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -71,7 +71,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
@ -83,13 +83,13 @@ msgstr "عليك أيضاً أن تقوم بالتأكد من صلاحيات م
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "إزالة جميع قواعد بيانات MariaDB؟" msgstr "إزالة جميع قواعد بيانات MariaDB؟"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -97,7 +97,7 @@ msgstr "الدليل /var/lib/mysql الذي يحتوي قواعد بيانات
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

26
debian/po/ca.po vendored
View file

@ -1,12 +1,12 @@
# mariadb (debconf) translation to Catalan. # 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 <abadia@ica.es> 2004 # Aleix Badia i Bosch <abadia@ica.es> 2004
# Innocent De Marchi <tangram.peces@gmail.com> 2017 # Innocent De Marchi <tangram.peces@gmail.com> 2017
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-20 17:55+0100\n" "PO-Revision-Date: 2017-03-20 17:55+0100\n"
"Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n" "Last-Translator: Innocent De Marchi <tangram.peces@gmail.com>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "El directori de dades antigues es desarà a una nova localització" msgstr "El directori de dades antigues es desarà a una nova localització"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota important pels usuaris de «NIS/YP»" msgstr "Nota important pels usuaris de «NIS/YP»"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Eliminar totes les bases de dades MariaDB?" msgstr "Eliminar totes les bases de dades MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

24
debian/po/cs.po vendored
View file

@ -13,8 +13,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2020-10-18 17:13+0200\n" "PO-Revision-Date: 2020-10-18 17:13+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n" "Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
@ -26,13 +26,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Starý adresář s daty bude uložen na novém místě." msgstr "Starý adresář s daty bude uložen na novém místě."
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -44,7 +44,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -54,7 +54,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -63,13 +63,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Důležitá poznámka pro uživatele NIS/YP" msgstr "Důležitá poznámka pro uživatele NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -79,7 +79,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -88,13 +88,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Odstranit všechny MariaDB databáze?" msgstr "Odstranit všechny MariaDB databáze?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -104,7 +104,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

30
debian/po/da.po vendored
View file

@ -1,13 +1,13 @@
# Danish translation mariadb-10.9. # Danish translation mariadb.
# Copyright (C) 2014 mariadb-10.9 og nedenstående oversættere. # Copyright (C) 2014 mariadb og nedenstående oversættere.
# 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.
# Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007. # Claus Hindsgaul <claus.hindsgaul@gmail.com>, 2005, 2006, 2007.
# Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016. # Joe Hansen <joedalton2@yahoo.dk>, 2014, 2016.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-07-09 22:41+0200\n" "PO-Revision-Date: 2016-07-09 22:41+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Den gamle datamappe vil blive gemt på en ny placering" msgstr "Den gamle datamappe vil blive gemt på en ny placering"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Vigtig oplysning til NIS/YP-brugere" msgstr "Vigtig oplysning til NIS/YP-brugere"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Fjern alle MariaDB-databaser?" msgstr "Fjern alle MariaDB-databaser?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

24
debian/po/de.po vendored
View file

@ -1,4 +1,4 @@
# German translation of mariadb-10.9 10.0.13-1 # German translation of mariadb 10.0.13-1
# Alwin Meschede <ameschede@gmx.de>, 2006, 2007. # Alwin Meschede <ameschede@gmx.de>, 2006, 2007.
# Thomas Mueller <thomas.mueller@tmit.eu>, 2009. # Thomas Mueller <thomas.mueller@tmit.eu>, 2009.
# Chris Leick <c.leick@vollbio.de>, 2014-2016. # Chris Leick <c.leick@vollbio.de>, 2014-2016.
@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb 10.0.25-1\n" "Project-Id-Version: mariadb 10.0.25-1\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-12 22:39+0100\n" "PO-Revision-Date: 2016-05-12 22:39+0100\n"
"Last-Translator: Chris Leick <c.leick@vollbio.de>\n" "Last-Translator: Chris Leick <c.leick@vollbio.de>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert" msgstr "Das alte Datenverzeichnis wird an einer neuen Stelle gespeichert"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!" msgstr "Wichtige Anmerkung für NIS/YP-Benutzer!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Alle MariaDB-Datenbanken entfernen?" msgstr "Alle MariaDB-Datenbanken entfernen?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

22
debian/po/es.po vendored
View file

@ -40,7 +40,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n" "Project-Id-Version: mysql-dfsg-5.1_5.0.24-3\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 21:26+0200\n" "PO-Revision-Date: 2016-04-30 21:26+0200\n"
"Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n" "Last-Translator: Javier Fernández-Sanguino <jfs@debian.org>\n"
@ -54,13 +54,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación" msgstr "Se guardará el directorio antiguo de datos a la nueva ubicación"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -82,7 +82,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -91,13 +91,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para los usuarios de NIS/YP" msgstr "Nota importante para los usuarios de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -107,7 +107,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -117,13 +117,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "¿Desea eliminar todas las bases de datos MariaDB?" msgstr "¿Desea eliminar todas las bases de datos MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -133,7 +133,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

22
debian/po/eu.po vendored
View file

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: eu\n" "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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2009-07-29 11:59+0200\n" "PO-Revision-Date: 2009-07-29 11:59+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n" "Last-Translator: Piarres Beobide <pi@beobide.net>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -35,7 +35,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -43,20 +43,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua" msgstr "NIS/YP erabiltzaileentzat ohar garrantzitsua"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -64,7 +64,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
@ -78,13 +78,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Ezabatu MariaDB datubase guztiak?" msgstr "Ezabatu MariaDB datubase guztiak?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -93,7 +93,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

28
debian/po/fi.po vendored
View file

@ -1,11 +1,11 @@
# Finnish translations for mariadb-10.9 package # Finnish translations for mariadb package
# 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.
# Antti Järvinen <antti.jarvinen@katiska.org>, 2017. # Antti Järvinen <antti.jarvinen@katiska.org>, 2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-15 22:36+0200\n" "PO-Revision-Date: 2017-03-15 22:36+0200\n"
"Last-Translator: antti.jarvinen@katiska.org\n" "Last-Translator: antti.jarvinen@katiska.org\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan" msgstr "Vanha datahakemisto tullaan tallentamaan uuteen paikkaan"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Merkittävä huomio NIS/YP -käyttäjille" msgstr "Merkittävä huomio NIS/YP -käyttäjille"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -80,13 +80,13 @@ msgstr "Tarkista myös hakemiston /var/lib/mysql omistaja ja oikeudet:"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Poistetaanko kaikki MariaDB-tietokannat?" msgstr "Poistetaanko kaikki MariaDB-tietokannat?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -95,7 +95,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

26
debian/po/fr.po vendored
View file

@ -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 <debian-l10n-french@lists.debian.org> # Copyright (C) 2004-2016 Debian French l10n team <debian-l10n-french@lists.debian.org>
# This file is distributed under the same license as the mariadb-10.9 packages. # This file is distributed under the same license as the mariadb packages.
# #
# Translators: # Translators:
# Christian Perrier <bubulle@debian.org>, 2004, 2006, 2007, 2009, 2013. # Christian Perrier <bubulle@debian.org>, 2004, 2006, 2007, 2009, 2013.
@ -8,7 +8,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: fr\n" "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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-12-31 18:35+0100\n" "PO-Revision-Date: 2016-12-31 18:35+0100\n"
"Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n" "Last-Translator: Baptiste Jammet <baptiste@mailoo.org>\n"
@ -23,13 +23,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement" msgstr "L'ancien répertoire de données sera sauvegardé à un nouvel emplacement"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -41,7 +41,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -51,7 +51,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -60,13 +60,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Note importante pour les utilisateurs NIS/YP" msgstr "Note importante pour les utilisateurs NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -76,7 +76,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -86,13 +86,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Faut-il supprimer toutes les bases de données MariaDB ?" msgstr "Faut-il supprimer toutes les bases de données MariaDB ?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -102,7 +102,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

22
debian/po/gl.po vendored
View file

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1\n" "Project-Id-Version: mysql-dfsg-5.1\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-04-20 09:44+0200\n" "PO-Revision-Date: 2007-04-20 09:44+0200\n"
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n" "Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
@ -17,13 +17,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -32,7 +32,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -40,20 +40,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para os usuarios de NIS/YP" msgstr "Nota importante para os usuarios de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -61,7 +61,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "You should also check the permissions and the owner of the /var/lib/mysql " #| "You should also check the permissions and the owner of the /var/lib/mysql "
@ -75,13 +75,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "¿Eliminar tódalas bases de datos de MariaDB?" msgstr "¿Eliminar tódalas bases de datos de MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -91,7 +91,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

28
debian/po/it.po vendored
View file

@ -1,11 +1,11 @@
# Italian (it) translation of debconf templates for mariadb-10.9 # Italian (it) translation of debconf templates for mariadb
# 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.
# Luca Monducci <luca.mo@tiscali.it>, 2006-2017. # Luca Monducci <luca.mo@tiscali.it>, 2006-2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9 10.0.13 Italian debconf templates\n" "Project-Id-Version: mariadb 10.0.13 Italian debconf 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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-083-20 20:29+0100\n" "PO-Revision-Date: 2017-083-20 20:29+0100\n"
"Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n" "Last-Translator: Luca Monducci <luca.mo@tiscali.it>\n"
@ -17,13 +17,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "La vecchia directory data verrà salvata in una nuova posizione" msgstr "La vecchia directory data verrà salvata in una nuova posizione"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -35,7 +35,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -45,7 +45,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -54,13 +54,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante per gli utenti NIS/YP" msgstr "Nota importante per gli utenti NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -70,7 +70,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -80,13 +80,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Eliminare tutti i database MariaDB?" msgstr "Eliminare tutti i database MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

24
debian/po/ja.po vendored
View file

@ -15,8 +15,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9 10.0.32-1\n" "Project-Id-Version: mariadb 10.0.32-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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-01 11:27+0900\n" "PO-Revision-Date: 2016-05-01 11:27+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n" "Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
@ -30,13 +30,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "古いデータディレクトリは、新しい場所に保存されます" msgstr "古いデータディレクトリは、新しい場所に保存されます"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -58,7 +58,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -67,13 +67,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP ユーザへの重要な注意" msgstr "NIS/YP ユーザへの重要な注意"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -83,7 +83,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -91,13 +91,13 @@ msgstr "/var/lib/mysql の所有者権限をチェックする必要もありま
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "すべての MariaDB データベースを削除しますか?" msgstr "すべての MariaDB データベースを削除しますか?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -107,7 +107,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

22
debian/po/nb.po vendored
View file

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql_nb\n" "Project-Id-Version: mysql_nb\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2007-02-18 12:13+0100\n" "PO-Revision-Date: 2007-02-18 12:13+0100\n"
"Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n" "Last-Translator: Bjørn Steensrud <bjornst@powertech.no>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -42,14 +42,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
@ -57,7 +57,7 @@ msgstr "Viktig merknad for NIS/YP-brukere!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "

24
debian/po/nl.po vendored
View file

@ -1,13 +1,13 @@
# Dutch mariadb-10 po-debconf translation, # Dutch mariadb-10 po-debconf translation,
# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.9 package. # This file is distributed under the same license as the mariadb package.
# Vincent Zweije <zweije@xs4all.nl>, 2006. # Vincent Zweije <zweije@xs4all.nl>, 2006.
# Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2016, 2018. # Frans Spiesschaert <Frans.Spiesschaert@yucom.be>, 2014, 2016, 2018.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.2.7-1\n" "Project-Id-Version: mariadb-10.2.7-1\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2018-03-29 21:25+0200\n" "PO-Revision-Date: 2018-03-29 21:25+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n" "Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
@ -21,13 +21,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "De oude data-map zal op een nieuwe locatie bewaard worden" msgstr "De oude data-map zal op een nieuwe locatie bewaard worden"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -39,7 +39,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -49,7 +49,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -58,13 +58,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Belangrijke opmerking voor gebruikers van NIS/YP" msgstr "Belangrijke opmerking voor gebruikers van NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -74,7 +74,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -84,13 +84,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Wilt u alle MariaDB-databases verwijderen?" msgstr "Wilt u alle MariaDB-databases verwijderen?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -100,7 +100,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

24
debian/po/pt.po vendored
View file

@ -6,8 +6,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-08-06 10:00+0100\n" "PO-Revision-Date: 2017-08-06 10:00+0100\n"
"Last-Translator: Rui Branco <ruipb@debianpt.org>\n" "Last-Translator: Rui Branco <ruipb@debianpt.org>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "O antigo directório de data será guardado num novo local" msgstr "O antigo directório de data será guardado num novo local"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Nota importante para os utilizadores de NIS/YP" msgstr "Nota importante para os utilizadores de NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados MariaDB?" msgstr "Remover todas as bases de dados MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

28
debian/po/pt_BR.po vendored
View file

@ -1,12 +1,12 @@
# Debconf translations for mariadb-10.9. # Debconf translations for mariadb.
# 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.
# André Luís Lopes, <andrelop@debian.org>, 2005-2007. # André Luís Lopes, <andrelop@debian.org>, 2005-2007.
# Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2015-2016. # Adriano Rafael Gomes <adrianorg@arg.eti.br>, 2015-2016.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-04-30 16:16-0300\n" "PO-Revision-Date: 2016-04-30 16:16-0300\n"
"Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n" "Last-Translator: Adriano Rafael Gomes <adrianorg@arg.eti.br>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "O diretório de dados antigo será salvo em novo local" msgstr "O diretório de dados antigo será salvo em novo local"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -37,7 +37,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -47,7 +47,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -56,13 +56,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Aviso importante para usuários NIS/YP" msgstr "Aviso importante para usuários NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -72,7 +72,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Remover todas as bases de dados do MariaDB?" msgstr "Remover todas as bases de dados do MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

22
debian/po/ro.po vendored
View file

@ -6,7 +6,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: po-debconf://mysql-dfsg\n" "Project-Id-Version: po-debconf://mysql-dfsg\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2006-12-20 21:27+0200\n" "PO-Revision-Date: 2006-12-20 21:27+0200\n"
"Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n" "Last-Translator: stan ioan-eugen <stan.ieugen@gmail.com>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -42,14 +42,14 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
#, fuzzy #, fuzzy
#| msgid "Important note for NIS/YP users!" #| msgid "Important note for NIS/YP users!"
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
@ -57,7 +57,7 @@ msgstr "Notă importantă pentru utilizatorii NIS/YP!"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -65,7 +65,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -73,13 +73,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -87,7 +87,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
#, fuzzy #, fuzzy
#| msgid "" #| msgid ""
#| "The script is about to remove the data directory /var/lib/mysql. If it is " #| "The script is about to remove the data directory /var/lib/mysql. If it is "

24
debian/po/ru.po vendored
View file

@ -6,8 +6,8 @@
# Yuri Kozlov <yuray@komyakino.ru>, 2009, 2014, 2016. # Yuri Kozlov <yuray@komyakino.ru>, 2009, 2014, 2016.
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9 10.0.25-1\n" "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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2016-05-04 18:56+0300\n" "PO-Revision-Date: 2016-05-04 18:56+0300\n"
"Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n" "Last-Translator: Yuri Kozlov <yuray@komyakino.ru>\n"
@ -22,13 +22,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Каталог со старыми данными будет сохранён в новом месте" msgstr "Каталог со старыми данными будет сохранён в новом месте"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -40,7 +40,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -51,7 +51,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -60,13 +60,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Важное замечание для пользователей NIS/YP" msgstr "Важное замечание для пользователей NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -76,7 +76,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -84,13 +84,13 @@ msgstr "Также проверьте права доступа и владел
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Удалить все базы данных MariaDB?" msgstr "Удалить все базы данных MariaDB?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

26
debian/po/sv.po vendored
View file

@ -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 <brother@bsnet.se> # Copyright (C) 2017 Martin Bagge <brother@bsnet.se>
# 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 <andreas@fatal.se>, 2007 # Andreas Henriksson <andreas@fatal.se>, 2007
# Martin Bagge <brother@bsnet.se>, 2009, 2015, 2017 # Martin Bagge <brother@bsnet.se>, 2009, 2015, 2017
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n" "Project-Id-Version: mysql-dfsg-5.1 5.0.21-3\n"
"Report-Msgid-Bugs-To: mariadb-10.9@packages.debian.org\n" "Report-Msgid-Bugs-To: mariadb@packages.debian.org\n"
"POT-Creation-Date: 2019-07-23 19:16-0300\n" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-23 09:20+0100\n" "PO-Revision-Date: 2017-03-23 09:20+0100\n"
"Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n" "Last-Translator: Martin Bagge / brother <brother@bsnet.se>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Den gamla data-katalogen kommer att sparas till en ny plats" msgstr "Den gamla data-katalogen kommer att sparas till en ny plats"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Viktig information för NIS/YP-användare" msgstr "Viktig information för NIS/YP-användare"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -83,13 +83,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Ta bort alla MariaDB-databaser?" msgstr "Ta bort alla MariaDB-databaser?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -99,7 +99,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

View file

@ -1,13 +1,13 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the mariadb-10.9 package. # This file is distributed under the same license as the mariadb package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
@ -19,13 +19,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -34,7 +34,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -42,20 +42,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "" msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -63,7 +63,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -71,13 +71,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "" msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -85,7 +85,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

24
debian/po/tr.po vendored
View file

@ -5,8 +5,8 @@
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-16 13:16+0300\n" "PO-Revision-Date: 2017-03-16 13:16+0300\n"
"Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n" "Last-Translator: Atila KOÇ <koc@artielektronik.com.tr>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir" msgstr "Eski veritabanı dizini yeni konumuna kaydedilecektir"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -48,20 +48,20 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "Gerektiğinde verinizi elle (ör. mysqldump ile) içe/dışa aktarın." msgstr "Gerektiğinde verinizi elle (ör. mysqldump ile) içe/dışa aktarın."
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "NIS/YP kullanıcıları için önemli not" msgstr "NIS/YP kullanıcıları için önemli not"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -71,7 +71,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -81,13 +81,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Tüm MariaDB veritabanları kaldırılsın mı?" msgstr "Tüm MariaDB veritabanları kaldırılsın mı?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -96,7 +96,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

30
debian/po/vi.po vendored
View file

@ -1,12 +1,12 @@
# Vietnamese translations for mariadb-10.9 package # Vietnamese translations for mariadb package
# Bản dịch Tiếng Việt dành cho gói mariadb-10.9. # 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-10.9 package. # This file is distributed under the same license as the mariadb package.
# Trần Ngọc Quân <vnwildman@gmail.com>, 2017. # Trần Ngọc Quân <vnwildman@gmail.com>, 2017.
# #
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: mariadb-10.9\n" "Project-Id-Version: mariadb\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" "POT-Creation-Date: 2019-07-23 19:16-0300\n"
"PO-Revision-Date: 2017-03-18 13:32+0700\n" "PO-Revision-Date: 2017-03-18 13:32+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n" "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
@ -20,13 +20,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "The old data directory will be saved at new location" msgid "The old data directory will be saved at new location"
msgstr "Thư mục dữ liệu cũ sẽ được lưu tại vị trí mới" msgstr "Thư mục dữ liệu cũ sẽ được lưu tại vị trí mới"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"A file named /var/lib/mysql/debian-*.flag exists on this system. The number " "A file named /var/lib/mysql/debian-*.flag exists on this system. The number "
"indicates a database binary format version that cannot automatically be " "indicates a database binary format version that cannot automatically be "
@ -38,7 +38,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Therefore the previous data directory will be renamed to /var/lib/mysql-* " "Therefore the previous data directory will be renamed to /var/lib/mysql-* "
"and a new data directory will be initialized at /var/lib/mysql." "and a new data directory will be initialized at /var/lib/mysql."
@ -48,7 +48,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:2001 #: ../mariadb-server.templates:2001
msgid "" msgid ""
"Please manually export/import your data (e.g. with mysqldump) if needed." "Please manually export/import your data (e.g. with mysqldump) if needed."
msgstr "" msgstr ""
@ -57,13 +57,13 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "Important note for NIS/YP users" msgid "Important note for NIS/YP users"
msgstr "Chú ý quan trọng cho người dùng NIS/YP" msgstr "Chú ý quan trọng cho người dùng NIS/YP"
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"Using MariaDB under NIS/YP requires a mysql user account to be added on the " "Using MariaDB under NIS/YP requires a mysql user account to be added on the "
"local system with:" "local system with:"
@ -73,7 +73,7 @@ msgstr ""
#. Type: note #. Type: note
#. Description #. Description
#: ../mariadb-server-10.9.templates:3001 #: ../mariadb-server.templates:3001
msgid "" msgid ""
"You should also check the permissions and ownership of the /var/lib/mysql " "You should also check the permissions and ownership of the /var/lib/mysql "
"directory:" "directory:"
@ -82,13 +82,13 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "Remove all MariaDB databases?" msgid "Remove all MariaDB databases?"
msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?" msgstr "Xóa bỏ mọi cơ sở dữ liệu MariaDB chứ?"
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"The /var/lib/mysql directory which contains the MariaDB databases is about " "The /var/lib/mysql directory which contains the MariaDB databases is about "
"to be removed." "to be removed."
@ -98,7 +98,7 @@ msgstr ""
#. Type: boolean #. Type: boolean
#. Description #. Description
#: ../mariadb-server-10.9.templates:4001 #: ../mariadb-server.templates:4001
msgid "" msgid ""
"If you're removing the MariaDB package in order to later install a more " "If you're removing the MariaDB package in order to later install a more "
"recent version or if a different mariadb-server package is already using it, " "recent version or if a different mariadb-server package is already using it, "

18
debian/rules vendored
View file

@ -19,6 +19,8 @@ endif
BUILDDIR := builddir BUILDDIR := builddir
DEB_VERSION_REVISION := $(shell echo $(DEB_VERSION) | sed -e 's/^.*-//') 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? RELEASE := $(shell lsb_release -r -s) # Use changelog based DEB_DISTRIBUTION instead?
TMP:=$(CURDIR)/debian/tmp TMP:=$(CURDIR)/debian/tmp
@ -85,6 +87,10 @@ endif
echo "server:Version=$(DEB_VERSION)" >> debian/substvars 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 # 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 # 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 # 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))) ifneq (,$(filter linux,$(DEB_HOST_ARCH_OS)))
# Copy systemd files to a location available for dh_installinit # Copy systemd files to a location available for dh_installinit
cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server-10.9.mariadb.service cp $(BUILDDIR)/support-files/mariadb.service debian/mariadb-server.mariadb.service
cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server-10.9.mariadb.socket cp $(BUILDDIR)/support-files/mariadb.socket debian/mariadb-server.mariadb.socket
cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server-10.9.mariadb-extra.socket cp $(BUILDDIR)/support-files/mariadb-extra.socket debian/mariadb-server.mariadb-extra.socket
cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server-10.9.mariadb@.service cp $(BUILDDIR)/support-files/mariadb@.service debian/mariadb-server.mariadb@.service
cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server-10.9.mariadb@.socket cp $(BUILDDIR)/support-files/mariadb@.socket debian/mariadb-server.mariadb@.socket
cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server-10.9.mariadb-extra@.socket cp $(BUILDDIR)/support-files/mariadb-extra@.socket debian/mariadb-server.mariadb-extra@.socket
endif endif
# Run 'make install' without output since it is uninteresting and # Run 'make install' without output since it is uninteresting and

22
debian/salsa-ci.yml vendored
View file

@ -223,7 +223,7 @@ fresh install:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.9 Sid upgrade: mariadb Sid upgrade:
stage: upgrade in Sid stage: upgrade in Sid
needs: needs:
- job: build - job: build
@ -244,7 +244,7 @@ mariadb-10.9 Sid upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.5 Bullseye to mariadb-10.9 upgrade: mariadb-10.5 Bullseye to mariadb upgrade:
stage: upgrade from Bullseye/Buster stage: upgrade from Bullseye/Buster
needs: needs:
- job: build - job: build
@ -270,7 +270,7 @@ mariadb-10.5 Bullseye to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb-10.3 Buster to mariadb-10.9 upgrade: mariadb-10.3 Buster to mariadb upgrade:
stage: upgrade from Bullseye/Buster stage: upgrade from Bullseye/Buster
needs: needs:
- job: build - 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. # Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh. # The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Sid to mariadb-10.9 upgrade: mysql-8.0 Sid to mariadb upgrade:
stage: upgrade in Sid stage: upgrade in Sid
needs: needs:
- job: build - 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. # Upgrading from MySQL 8.0 with datadir in place is not possible. Users need to do a data dump.
# The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh. # The Debian maintainer scripts detect this situation and simply moves old datadir aside and start fresh.
mysql-8.0 Focal to mariadb-10.9 upgrade: mysql-8.0 Focal to mariadb upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build buster-backports - job: build buster-backports
@ -557,7 +557,7 @@ mysql-8.0 Focal to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.6 to mariadb-10.9 upgrade: mariadb.org-10.6 to mariadb upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
@ -627,7 +627,7 @@ mariadb.org-10.5 to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.4 to mariadb-10.9 upgrade: mariadb.org-10.4 to mariadb upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
@ -660,7 +660,7 @@ mariadb.org-10.4 to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.3 to mariadb-10.9 upgrade: mariadb.org-10.3 to mariadb upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
@ -691,7 +691,7 @@ mariadb.org-10.3 to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mariadb.org-10.2 to mariadb-10.9 upgrade: mariadb.org-10.2 to mariadb upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build - job: build
@ -730,7 +730,7 @@ mariadb.org-10.2 to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
mysql.com-5.7 to mariadb-10.9 upgrade: mysql.com-5.7 to mariadb upgrade:
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build buster-backports - job: build buster-backports
@ -761,7 +761,7 @@ mysql.com-5.7 to mariadb-10.9 upgrade:
variables: variables:
- $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/ - $CI_COMMIT_TAG != null && $SALSA_CI_ENABLE_PIPELINE_ON_TAGS !~ /^(1|yes|true)$/
percona-xtradb-5.7 to mariadb-10.9 upgrade (MDEV-22679): percona-xtradb-5.7 to mariadb upgrade (MDEV-22679):
stage: upgrade extras stage: upgrade extras
needs: needs:
- job: build buster-backports - job: build buster-backports

View file

@ -1,18 +1,18 @@
# Necessary for drop-in-place-replacement upgrades on mysql-server/-client # Necessary for drop-in-place-replacement upgrades on mysql-server/-client
# since package breaks/replaces these but at the same time also provides them # since package breaks/replaces these but at the same time also provides them
version-substvar-for-external-package mariadb-client-core-10.9 -> mysql-client-5.5 version-substvar-for-external-package mariadb-client-core -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.9 -> mysql-server 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 -> libmysqlclient-dev
version-substvar-for-external-package libmariadb-dev -> libmysqld-dev version-substvar-for-external-package libmariadb-dev -> libmysqld-dev
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.5 version-substvar-for-external-package mariadb-server -> mysql-client-5.5
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.6 version-substvar-for-external-package mariadb-server -> mysql-client-5.6
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-5.7 version-substvar-for-external-package mariadb-server -> mysql-client-5.7
version-substvar-for-external-package mariadb-server-10.9 -> mysql-client-8.0 version-substvar-for-external-package mariadb-server -> 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 -> 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 -> 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 -> 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 -> 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-client -> mysql-client-core-8.0
version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev version-substvar-for-external-package libmariadbd-dev -> libmariadbclient-dev
# ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124 # ColumnStore not used in Debian, safe to ignore. Reported upstream in https://jira.mariadb.org/browse/MDEV-24124
source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2 source-is-missing storage/columnstore/columnstore/utils/jemalloc/libjemalloc.so.2

View file

@ -3,7 +3,7 @@ Tests: smoke
# for its existence (see the list in debian/control), install it if available # for its existence (see the list in debian/control), install it if available
# and check in the test if it's functional when it should be. # and check in the test if it's functional when it should be.
# The plugin package also already depends on the other one. # The plugin package also already depends on the other one.
Depends: mariadb-plugin-rocksdb | mariadb-server-10.9, Depends: mariadb-plugin-rocksdb | mariadb-server,
mariadb-plugin-provider-bzip2, mariadb-plugin-provider-bzip2,
mariadb-plugin-provider-lz4, mariadb-plugin-provider-lz4,
mariadb-plugin-provider-lzma, mariadb-plugin-provider-lzma,

4
debian/tests/smoke vendored
View file

@ -4,7 +4,7 @@
# #
# This test should be declared in debian/tests/control with a dependency # This test should be declared in debian/tests/control with a dependency
# on the package that provides a configured MariaDB server (eg. # on the package that provides a configured MariaDB server (eg.
# mariadb-server-10.9). # mariadb-server).
# #
# This test should be declared in debian/tests/control with the # This test should be declared in debian/tests/control with the
# following restrictions: # following restrictions:
@ -93,7 +93,7 @@ if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" != 32 ] &&
LOG=/var/lib/mysql/#rocksdb/LOG LOG=/var/lib/mysql/#rocksdb/LOG
# XXX: The server may only be started during the install of # XXX: The server may only be started during the install of
# mariadb-server-10.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';" [ -e $LOG ] || mysql -e "INSTALL PLUGIN RocksDB SONAME 'ha_rocksdb';"
# XXX: rocksdb_supported_compression_types variable does not report ZSTD. # XXX: rocksdb_supported_compression_types variable does not report ZSTD.