11Source: mariadb-10.1
2- Section: misc
2+ Section: database
33Priority: optional
44Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
5- XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net>
65Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net>
76Build-Depends: bison,
87 chrpath,
@@ -26,12 +25,12 @@ Build-Depends: bison,
2625 zlib1g-dev (>= 1:1.1.3-5~)
2726Standards-Version: 3.8.2
2827Homepage: http://mariadb.org/
29- Vcs-Browser: http ://bazaar.launchpad.net/~maria-captains/maria/10.1/files
30- Vcs-Bzr: bzr ://lp:maria
28+ Vcs-Bzr: https ://github.com/MariaDB/server.git
29+ Vcs-Browser: https ://github.com/MariaDB/server/
3130
3231Package: libmariadbclient18
33- Section: libs
3432Architecture: any
33+ Section: libs
3534Depends: libmysqlclient18 (= ${source:Version}),
3635 mariadb-common,
3736 ${misc:Depends},
@@ -73,7 +72,7 @@ Depends: libmariadbclient-dev (>= ${source:Version}), ${misc:Depends}
7372Provides: libmysqld-dev
7473Conflicts: libmysqld-dev
7574Replaces: libmysqld-dev
76- Description: MariaDB embedded database development files
75+ Description: MariaDB embedded database, development files
7776 MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
7877 server. SQL (Structured Query Language) is the most popular database query
7978 language in the world. The main goals of MariaDB are speed, robustness and
@@ -106,7 +105,6 @@ Description: MariaDB database development files
106105 This package includes development libraries and header files.
107106
108107Package: mysql-common
109- Section: database
110108Architecture: all
111109Depends: ${misc:Depends}, ${shlibs:Depends}
112110Description: MariaDB database common files (e.g. /etc/mysql/my.cnf)
@@ -119,7 +117,6 @@ Description: MariaDB database common files (e.g. /etc/mysql/my.cnf)
119117 (e.g. /etc/mysql/my.cnf).
120118
121119Package: mariadb-common
122- Section: database
123120Architecture: all
124121Depends: mysql-common, ${misc:Depends}, ${shlibs:Depends}
125122Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
@@ -249,7 +246,6 @@ Description: MariaDB database core server files
249246 This package includes the core server files, as used by Akonadi.
250247
251248Package: mariadb-test-10.1
252- Section: database
253249Architecture: any
254250Depends: mariadb-client-10.1 (= ${source:Version}),
255251 mariadb-server-10.1 (= ${source:Version})
@@ -332,7 +328,6 @@ Description: MariaDB database server binaries
332328 This package includes the server binaries.
333329
334330Package: mariadb-server
335- Section: database
336331Architecture: all
337332Depends: mariadb-server-10.1 (= ${source:Version}), ${misc:Depends}
338333Description: MariaDB database server (metapackage depending on the latest version)
@@ -348,41 +343,39 @@ Description: MariaDB database server (metapackage depending on the latest versio
348343 ease of use.
349344
350345Package: mariadb-client
351- Section: database
352346Architecture: all
353347Depends: mariadb-client-10.1 (= ${source:Version}), ${misc:Depends}
354348Description: MariaDB database client (metapackage depending on the latest version)
355349 This is an empty package that depends on the current "best" version of
356350 mariadb-client (currently mariadb-client-10.1), as determined by the MariaDB
357351 maintainers. Install this package if in doubt about which MariaDB version
358- you want, as this is the one we consider to be in the best shape.
352+ you want, as this is the one considered to be in the best shape.
359353
360354Package: mariadb-test
361- Section: database
362355Architecture: all
363356Depends: mariadb-test-10.1 (= ${source:Version})
364- Description: MariaDB database regression test suite (metapackage depending on the latest version)
357+ Description: MariaDB database regression test suite (metapackage for the latest version)
365358 This is an empty package that depends on the current "best" version of
366359 mariadb-test (currently mariadb-test-10.1), as determined by the MariaDB
367360 maintainers.
368361
369362Package: mariadb-connect-engine-10.1
370- Section: database
371363Architecture: any
372364Depends: libxml2, mariadb-server-10.1, unixODBC
373365Build-Depends: libxml2-dev, mariadb-server-10.1, unixODBC-dev
374366Description: Connect storage engine for MariaDB
375367 Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
376368 connections to ODBC tables and remote MySQL tables, as well as a number of
377369 other interesting features.
370+ This package contains the Connect plugin for MariaDB.
378371
379372Package: mariadb-oqgraph-engine-10.1
380- Section: database
381373Architecture: any
382374Depends: libjudydebian1, mariadb-server-10.1
383- Description: Oqgraph storage engine for MariaDB
384- The OQGRAPH engine is a computation engine plugin for handling hierarchies
375+ Description: OQGraph storage engine for MariaDB
376+ The OQGraph engine is a computation engine plugin for handling hierarchies
385377 (trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
378+ This package contains the OQGraph plugin for MariaDB.
386379
387380Package: mariadb-cracklib-password-check-10.1
388381Section: database
0 commit comments