Deb: Streamline package listing order to make comparisons downstream easier
This commit is contained in:
parent
ca3df8f68d
commit
d9c03c4339
2
debian/autobake-deb.sh
vendored
2
debian/autobake-deb.sh
vendored
@ -47,7 +47,7 @@ fi
|
||||
if ! apt-cache madison libcrack2-dev | grep 'libcrack2-dev *| *2\.9' >/dev/null 2>&1
|
||||
then
|
||||
sed '/libcrack2-dev/d' -i debian/control
|
||||
sed '/Package: mariadb-plugin-cracklib/,+10d' -i debian/control
|
||||
sed '/Package: mariadb-plugin-cracklib/,+9d' -i debian/control
|
||||
fi
|
||||
|
||||
# If libpcre3-dev (>= 2:8.35-3.2~) is not available (before Debian Jessie or Ubuntu Wily)
|
||||
|
322
debian/control
vendored
322
debian/control
vendored
@ -62,65 +62,31 @@ Description: MariaDB database client library
|
||||
.
|
||||
This package includes the client library.
|
||||
|
||||
Package: libmysqlclient18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libmariadb3 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Virtual package to satisfy external depends
|
||||
This is an empty package that depends on the libmariadb3
|
||||
package.
|
||||
.
|
||||
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: libmariadbclient18
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Depends: libmariadb3 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Virtual package to satisfy external depends
|
||||
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 is an empty package that depends on the libmariadb3
|
||||
package.
|
||||
.
|
||||
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: libmariadbd-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Provides: libmysqld-dev
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: libmariadb-dev (= ${binary:Version}),
|
||||
libmariadbd19,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: libmysqld-dev
|
||||
Replaces: libmysqld-dev
|
||||
Description: MariaDB embedded database, development 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 includes the embedded server library development and header files.
|
||||
|
||||
Package: libmariadbd19
|
||||
Architecture: any
|
||||
Package: libmysqlclient18
|
||||
Section: libs
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Multi-Arch: same
|
||||
Breaks: libmariadbd-dev (<< ${source:Version})
|
||||
Replaces: libmariadbd-dev (<< ${source:Version})
|
||||
Description: MariaDB embedded database, shared library
|
||||
Architecture: any
|
||||
Depends: libmariadb3 (= ${binary:Version}), ${misc:Depends}
|
||||
Description: Virtual package to satisfy external depends
|
||||
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 a shared library for embedded MariaDB applications
|
||||
This is an empty package that depends on the libmariadb3
|
||||
package.
|
||||
|
||||
Package: libmariadb-dev
|
||||
Architecture: any
|
||||
@ -146,6 +112,40 @@ Description: MariaDB database development files
|
||||
.
|
||||
This package includes development libraries and header files.
|
||||
|
||||
Package: libmariadbd19
|
||||
Architecture: any
|
||||
Section: libs
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Multi-Arch: same
|
||||
Breaks: libmariadbd-dev (<< ${source:Version})
|
||||
Replaces: libmariadbd-dev (<< ${source:Version})
|
||||
Description: MariaDB embedded database, shared library
|
||||
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 a shared library for embedded MariaDB applications
|
||||
|
||||
Package: libmariadbd-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Provides: libmysqld-dev
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Depends: libmariadb-dev (= ${binary:Version}),
|
||||
libmariadbd19 (= ${binary:Version}),
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: libmysqld-dev
|
||||
Replaces: libmysqld-dev
|
||||
Description: MariaDB embedded database, development 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 includes the embedded server library development and header files.
|
||||
|
||||
Package: mysql-common
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
@ -437,6 +437,122 @@ Description: MariaDB database client (metapackage depending on the latest versio
|
||||
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-plugin-connect
|
||||
Architecture: any
|
||||
Depends: libxml2,
|
||||
mariadb-server-10.2,
|
||||
unixodbc,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: mariadb-connect-engine-10.1, mariadb-connect-engine-10.2
|
||||
Replaces: mariadb-connect-engine-10.1, mariadb-connect-engine-10.2
|
||||
Description: Connect storage engine for MariaDB
|
||||
Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
|
||||
connections to ODBC tables and remote MySQL tables, as well as a number of
|
||||
other interesting features.
|
||||
This package contains the Connect plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-oqgraph
|
||||
Architecture: any
|
||||
Depends: libjudydebian1, mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-oqgraph-engine-10.1, mariadb-oqgraph-engine-10.2
|
||||
Replaces: mariadb-oqgraph-engine-10.1, mariadb-oqgraph-engine-10.2
|
||||
Description: OQGraph storage engine for MariaDB
|
||||
The OQGraph engine is a computation engine plugin for handling hierarchies
|
||||
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|
||||
This package contains the OQGraph plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-tokudb
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: TokuDB storage engine for MariaDB
|
||||
The TokuDB storage engine is for use in high-performance and write-intensive
|
||||
environments, offering increased compression and better performance based
|
||||
on fractal indexes.
|
||||
This package contains the TokuDB plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-mroonga
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: Mroonga storage engine for MariaDB
|
||||
Mroonga (formerly named Groonga Storage Engine) is a storage engine that
|
||||
provides fast CJK-ready full text searching using column store.
|
||||
This package contains the Mroonga plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-spider
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: Spider storage engine for MariaDB
|
||||
The Spider storage engine with built-in sharding features. It supports
|
||||
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-plugin-cassandra
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0,
|
||||
mariadb-server-10.1,
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: Cassandra storage engine for MariaDB
|
||||
The Cassandra Storage Engine allows access to data in a Cassandra cluster from
|
||||
MariaDB, combining the best of SQL and no-SQL worlds. Cassandra SE (storage
|
||||
engine) makes Cassandra's column family appear as a table in MariaDB that you
|
||||
can insert to, update, and select from. You can write joins against this table,
|
||||
it is possible to join data that's stored in MariaDB with data that's stored in
|
||||
Cassandra.
|
||||
|
||||
Package: mariadb-plugin-gssapi-server
|
||||
Architecture: any
|
||||
Depends: libgssapi-krb5-2,
|
||||
mariadb-server-10.2,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: mariadb-gssapi-server-10.1, mariadb-gssapi-server-10.2
|
||||
Replaces: mariadb-gssapi-server-10.1, mariadb-gssapi-server-10.2
|
||||
Description: GSSAPI authentication plugin for MariaDB server
|
||||
|
||||
Package: mariadb-plugin-gssapi-client
|
||||
Architecture: any
|
||||
Depends: libgssapi-krb5-2,
|
||||
mariadb-client-10.2,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: mariadb-gssapi-client-10.1, mariadb-gssapi-client-10.2
|
||||
Replaces: mariadb-gssapi-client-10.1, mariadb-gssapi-client-10.2
|
||||
Description: GSSAPI authentication plugin for MariaDB client
|
||||
|
||||
Package: mariadb-plugin-cracklib-password-check
|
||||
Architecture: any
|
||||
Depends: libcrack2 (>= 2.9.0),
|
||||
mariadb-server-10.2,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: CrackLib Password Validation Plugin for MariaDB
|
||||
This password validation plugin uses cracklib to allow only
|
||||
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
|
||||
|
||||
Package: mariadb-test
|
||||
Architecture: any
|
||||
Depends: mariadb-client-10.2 (= ${binary:Version}),
|
||||
@ -498,119 +614,3 @@ Description: MariaDB database regression test suite - data files
|
||||
ease of use.
|
||||
.
|
||||
This package has the architecture independent data files for the test suite.
|
||||
|
||||
Package: mariadb-plugin-connect
|
||||
Architecture: any
|
||||
Depends: libxml2,
|
||||
mariadb-server-10.2,
|
||||
unixodbc,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: mariadb-connect-engine-10.1, mariadb-connect-engine-10.2
|
||||
Replaces: mariadb-connect-engine-10.1, mariadb-connect-engine-10.2
|
||||
Description: Connect storage engine for MariaDB
|
||||
Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
|
||||
connections to ODBC tables and remote MySQL tables, as well as a number of
|
||||
other interesting features.
|
||||
This package contains the Connect plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-oqgraph
|
||||
Architecture: any
|
||||
Depends: libjudydebian1, mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-oqgraph-engine-10.1, mariadb-oqgraph-engine-10.2
|
||||
Replaces: mariadb-oqgraph-engine-10.1, mariadb-oqgraph-engine-10.2
|
||||
Description: OQGraph storage engine for MariaDB
|
||||
The OQGraph engine is a computation engine plugin for handling hierarchies
|
||||
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
|
||||
This package contains the OQGraph plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-tokudb
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: TokuDB storage engine for MariaDB
|
||||
The TokuDB storage engine is for use in high-performance and write-intensive
|
||||
environments, offering increased compression and better performance based
|
||||
on fractal indexes.
|
||||
This package contains the TokuDB plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-mroonga
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: Mroonga storage engine for MariaDB
|
||||
Mroonga (formerly named Groonga Storage Engine) is a storage engine that
|
||||
provides fast CJK-ready full text searching using column store.
|
||||
This package contains the Mroonga plugin for MariaDB.
|
||||
|
||||
Package: mariadb-plugin-cassandra
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: Cassandra storage engine for MariaDB
|
||||
The Cassandra Storage Engine allows access to data in a Cassandra cluster from
|
||||
MariaDB, combining the best of SQL and no-SQL worlds. Cassandra SE (storage
|
||||
engine) makes Cassandra's column family appear as a table in MariaDB that you
|
||||
can insert to, update, and select from. You can write joins against this table,
|
||||
it is possible to join data that's stored in MariaDB with data that's stored in
|
||||
Cassandra.
|
||||
|
||||
Package: mariadb-plugin-spider
|
||||
Architecture: any
|
||||
Depends: mariadb-server-10.2, ${misc:Depends}, ${shlibs:Depends}
|
||||
Breaks: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Replaces: mariadb-server-10.0 (<< ${source:Version}),
|
||||
mariadb-server-10.1 (<< ${source:Version}),
|
||||
mariadb-server-10.2 (<< ${source:Version})
|
||||
Description: Spider storage engine for MariaDB
|
||||
The Spider storage engine with built-in sharding features. It supports
|
||||
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-plugin-gssapi-server
|
||||
Architecture: any
|
||||
Depends: libgssapi-krb5-2,
|
||||
mariadb-server-10.2,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: mariadb-gssapi-server-10.1, mariadb-gssapi-server-10.2
|
||||
Replaces: mariadb-gssapi-server-10.1, mariadb-gssapi-server-10.2
|
||||
Description: GSSAPI authentication plugin for MariaDB server
|
||||
|
||||
Package: mariadb-plugin-gssapi-client
|
||||
Architecture: any
|
||||
Depends: libgssapi-krb5-2,
|
||||
mariadb-client-10.2,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Breaks: mariadb-gssapi-client-10.1, mariadb-gssapi-client-10.2
|
||||
Replaces: mariadb-gssapi-client-10.1, mariadb-gssapi-client-10.2
|
||||
Description: GSSAPI authentication plugin for MariaDB client
|
||||
|
||||
Package: mariadb-plugin-cracklib-password-check
|
||||
Architecture: any
|
||||
Depends: libcrack2 (>= 2.9.0),
|
||||
mariadb-server-10.2,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: CrackLib Password Validation Plugin for MariaDB
|
||||
This password validation plugin uses cracklib to allow only
|
||||
sufficiently secure (as defined by cracklib) user passwords in MariaDB.
|
||||
|
Loading…
x
Reference in New Issue
Block a user