Skip to content

Commit

Permalink
Move mariadb-test to last in file for a more logical flow in d/control
Browse files Browse the repository at this point in the history
  • Loading branch information
ottok committed Nov 27, 2016
1 parent b39d7ff commit fd2d0b7
Showing 1 changed file with 58 additions and 58 deletions.
116 changes: 58 additions & 58 deletions debian/control
Expand Up @@ -224,64 +224,6 @@ Description: MariaDB database core server files
.
This package includes the core server files, as used by Akonadi.

Package: mariadb-test
Architecture: any
Depends: libmariadbclient18 (= ${binary:Version}),
mariadb-client-10.0 (= ${binary:Version}),
mariadb-server-10.0 (= ${binary:Version}),
mariadb-test-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-test-10.0,
mariadb-test-5.5,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7,
virtual-mysql-testsuite
Replaces: mariadb-test-10.0,
mariadb-test-5.5,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7,
virtual-mysql-testsuite
Provides: virtual-mysql-testsuite
Suggests: patch
Description: MariaDB database regression test suite
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.
.
This package includes the regression test suite.

Package: mariadb-test-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: mariadb-test-10.0,
mariadb-test-5.5,
mariadb-test-data-10.0,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7
Replaces: mariadb-test-10.0,
mariadb-test-5.5,
mariadb-test-data-10.0,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7
Description: MariaDB database regression test suite - data files
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.
.
This package has the architecture independent data files for the test suite.

Package: mariadb-server-10.0
Architecture: any
Suggests: mailx, mariadb-test, tinyca
Expand Down Expand Up @@ -425,3 +367,61 @@ Description: Spider storage engine for MariaDB
partitioning and xa transactions, and allows tables of different MariaDB
instances to be handled as if they were on the same insctance. It refers to one
possible implementation of ISO/IEC 9075-9:2008 SQL/MED.

Package: mariadb-test
Architecture: any
Depends: libmariadbclient18 (= ${binary:Version}),
mariadb-client-10.0 (= ${binary:Version}),
mariadb-server-10.0 (= ${binary:Version}),
mariadb-test-data (= ${source:Version}),
${misc:Depends},
${shlibs:Depends}
Breaks: mariadb-test-10.0,
mariadb-test-5.5,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7,
virtual-mysql-testsuite
Replaces: mariadb-test-10.0,
mariadb-test-5.5,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7,
virtual-mysql-testsuite
Provides: virtual-mysql-testsuite
Suggests: patch
Description: MariaDB database regression test suite
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.
.
This package includes the regression test suite.

Package: mariadb-test-data
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Breaks: mariadb-test-10.0,
mariadb-test-5.5,
mariadb-test-data-10.0,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7
Replaces: mariadb-test-10.0,
mariadb-test-5.5,
mariadb-test-data-10.0,
mysql-testsuite,
mysql-testsuite-5.5,
mysql-testsuite-5.6,
mysql-testsuite-5.7
Description: MariaDB database regression test suite - data files
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.
.
This package has the architecture independent data files for the test suite.

0 comments on commit fd2d0b7

Please sign in to comment.