1
1
Source: mariadb-10.1
2
- Section: misc
2
+ Section: database
3
3
Priority: optional
4
4
Maintainer: MariaDB Developers <maria-developers@lists.launchpad.net>
5
- XSBC-Original-Maintainer: Maria Developers <maria-developers@lists.launchpad.net>
6
5
Uploaders: MariaDB Developers <maria-developers@lists.launchpad.net>
7
6
Build-Depends: bison,
8
7
chrpath,
@@ -26,12 +25,12 @@ Build-Depends: bison,
26
25
zlib1g-dev (>= 1:1.1.3-5~)
27
26
Standards-Version: 3.8.2
28
27
Homepage: 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/
31
30
32
31
Package: libmariadbclient18
33
- Section: libs
34
32
Architecture: any
33
+ Section: libs
35
34
Depends: libmysqlclient18 (= ${source:Version}),
36
35
mariadb-common,
37
36
${misc:Depends},
@@ -73,7 +72,7 @@ Depends: libmariadbclient-dev (>= ${source:Version}), ${misc:Depends}
73
72
Provides: libmysqld-dev
74
73
Conflicts: libmysqld-dev
75
74
Replaces: libmysqld-dev
76
- Description: MariaDB embedded database development files
75
+ Description: MariaDB embedded database, development files
77
76
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
78
77
server. SQL (Structured Query Language) is the most popular database query
79
78
language in the world. The main goals of MariaDB are speed, robustness and
@@ -106,7 +105,6 @@ Description: MariaDB database development files
106
105
This package includes development libraries and header files.
107
106
108
107
Package: mysql-common
109
- Section: database
110
108
Architecture: all
111
109
Depends: ${misc:Depends}, ${shlibs:Depends}
112
110
Description: 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)
119
117
(e.g. /etc/mysql/my.cnf).
120
118
121
119
Package: mariadb-common
122
- Section: database
123
120
Architecture: all
124
121
Depends: mysql-common, ${misc:Depends}, ${shlibs:Depends}
125
122
Description: MariaDB database common files (e.g. /etc/mysql/conf.d/mariadb.cnf)
@@ -249,7 +246,6 @@ Description: MariaDB database core server files
249
246
This package includes the core server files, as used by Akonadi.
250
247
251
248
Package: mariadb-test-10.1
252
- Section: database
253
249
Architecture: any
254
250
Depends: mariadb-client-10.1 (= ${source:Version}),
255
251
mariadb-server-10.1 (= ${source:Version})
@@ -332,7 +328,6 @@ Description: MariaDB database server binaries
332
328
This package includes the server binaries.
333
329
334
330
Package: mariadb-server
335
- Section: database
336
331
Architecture: all
337
332
Depends: mariadb-server-10.1 (= ${source:Version}), ${misc:Depends}
338
333
Description: MariaDB database server (metapackage depending on the latest version)
@@ -348,41 +343,39 @@ Description: MariaDB database server (metapackage depending on the latest versio
348
343
ease of use.
349
344
350
345
Package: mariadb-client
351
- Section: database
352
346
Architecture: all
353
347
Depends: mariadb-client-10.1 (= ${source:Version}), ${misc:Depends}
354
348
Description: MariaDB database client (metapackage depending on the latest version)
355
349
This is an empty package that depends on the current "best" version of
356
350
mariadb-client (currently mariadb-client-10.1), as determined by the MariaDB
357
351
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.
359
353
360
354
Package: mariadb-test
361
- Section: database
362
355
Architecture: all
363
356
Depends: 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)
365
358
This is an empty package that depends on the current "best" version of
366
359
mariadb-test (currently mariadb-test-10.1), as determined by the MariaDB
367
360
maintainers.
368
361
369
362
Package: mariadb-connect-engine-10.1
370
- Section: database
371
363
Architecture: any
372
364
Depends: libxml2, mariadb-server-10.1, unixODBC
373
365
Build-Depends: libxml2-dev, mariadb-server-10.1, unixODBC-dev
374
366
Description: Connect storage engine for MariaDB
375
367
Connect engine supports a number of file formats (dbf, xml, txt, bin, etc),
376
368
connections to ODBC tables and remote MySQL tables, as well as a number of
377
369
other interesting features.
370
+ This package contains the Connect plugin for MariaDB.
378
371
379
372
Package: mariadb-oqgraph-engine-10.1
380
- Section: database
381
373
Architecture: any
382
374
Depends: 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
385
377
(trees) and graphs (friend-of-a-friend, etc) cleanly through standard SQL.
378
+ This package contains the OQGraph plugin for MariaDB.
386
379
387
380
Package: mariadb-cracklib-password-check-10.1
388
381
Section: database
0 commit comments