~ubuntu-branches/ubuntu/utopic/mysql-cluster-7.0/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2010-02-09 11:02:31 UTC
  • Revision ID: james.westby@ubuntu.com-20100209110231-5td5ofj12nrmpjpi
Tags: 7.0.9-1
Initial release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: mysql-cluster-7.0
 
2
Section: misc
 
3
Priority: optional
 
4
Maintainer: Chuck Short <zulcss@ubuntu.com>
 
5
Build-Depends: libtool (>= 1.4.2-7), procps | hurd,  debhelper (>= 7.0.15), file (>= 3.28), libncurses5-dev (>= 5.0-6), perl (>= 5.6.0), libwrap0-dev (>= 7.6-8.3), zlib1g-dev (>= 1:1.1.3-5), libreadline-dev, psmisc, chrpath, automake1.9, doxygen, texlive-latex-base, ghostscript, dpatch, gawk, bison, lsb-release, hardening-wrapper
 
6
Standards-Version: 3.8.3
 
7
Homepage: http://dev.mysql.com
 
8
 
 
9
 
 
10
Package: libmysqlclient16
 
11
Section: libs
 
12
Architecture: any
 
13
Depends: mysql-common, ${shlibs:Depends}, ${misc:Depends}
 
14
Description: MySQL database client library
 
15
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
16
 server. SQL (Structured Query Language) is the most popular database query
 
17
 language in the world. The main goals of MySQL are speed, robustness and
 
18
 ease of use.
 
19
 .
 
20
 This package includes the client library.
 
21
 
 
22
Package: libmysqlclient16-dev
 
23
Architecture: all
 
24
Section: libdevel
 
25
Depends: libmysqlclient-dev (>= ${source:Version}), ${misc:Depends}
 
26
Description: MySQL database development files - empty transitional package
 
27
 This is an empty package that depends on libmysqlclient-dev to ease the
 
28
 transition for packages with versioned build-deps on libmysqlclient16-dev.
 
29
 
 
30
Package: libndbclient4
 
31
Section: libs
 
32
Architecture: any
 
33
Depends: libmysqlclient16 (>= ${source:Version}), ${shlibs:Depends}
 
34
Description: MySQL NDB-cluster client library
 
35
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
36
 server. SQL (Structured Query Language) is the most popular database query
 
37
 language in the world. The main goals of MySQL are speed, robustness and
 
38
 ease of use.
 
39
 .
 
40
 This package includes the client library for the NDB cluster. 
 
41
 The corresponding header files are in libndbclient-dev.
 
42
 
 
43
Package: libndbclient-dev
 
44
Architecture: any
 
45
Section: libdevel
 
46
Depends: libndbclient4 (>= ${source:Version}), ${shlibs:Depends}
 
47
Description: MySQL NDB API development files
 
48
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
49
 server. SQL (Structured Query Language) is the most popular database query
 
50
 language in the world. The main goals of MySQL are speed, robustness and
 
51
 ease of use.
 
52
 .
 
53
 This package includes development libraries and header files for the NDB API
 
54
 used to develop applications against NDB cluster.
 
55
 
 
56
Package: mysql-cluster-client-5.1
 
57
Architecture: any
 
58
Depends: debianutils (>=1.6), libdbi-perl, libdbd-mysql-perl (>= 1.2202), mysql-common, libmysqlclient16 (>= ${source:Version}), ${perl:Depends}, ${shlibs:Depends}, ${misc:Depends}
 
59
Provides: virtual-mysql-client, mysql-client
 
60
Conflicts: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-client-5.1
 
61
Replaces: mysql-client (<< ${source:Version}), mysql-client-5.0, mysql-client-5.1
 
62
Recommends: libterm-readkey-perl
 
63
Description: MySQL database client binaries
 
64
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
65
 server. SQL (Structured Query Language) is the most popular database query
 
66
 language in the world. The main goals of MySQL are speed, robustness and
 
67
 ease of use.
 
68
 
 
69
Package: mysql-cluster-server-5.1
 
70
Architecture: any                                                               
 
71
Suggests: tinyca
 
72
Recommends: mailx, libhtml-template-perl
 
73
Pre-Depends: mysql-common, adduser (>= 3.40), debconf
 
74
Depends: mysql-cluster-client-5.1 (>= ${source:Version}), libdbi-perl, perl (>= 5.6), ${shlibs:Depends}, ${misc:Depends}, psmisc, passwd, lsb-base (>= 3.0-10)
 
75
Conflicts: mysql-server (<< ${source:Version}), mysql-server-5.1
 
76
Provides: mysql-server, virtual-mysql-server
 
77
Replaces: mysql-server (<< ${source:Version}), mysql-server-5.0
 
78
Description: MySQL database server binaries                                     
 
79
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
80
 server. SQL (Structured Query Language) is the most popular database query
 
81
 language in the world. The main goals of MySQL are speed, robustness and
 
82
 ease of use.
 
83
 .
 
84
 This package includes the server and ndb-cluster binaries.
 
85
 
 
86
Package: mysql-cluster-server
 
87
Section: database
 
88
Architecture: all
 
89
Depends: mysql-cluster-server-5.1, ${misc:Depends}
 
90
Description: MySQL database server (metapackage depending on the latest version)
 
91
 This is an empty package that depends on the current "best" version of
 
92
 mysql-server (currently mysql-server-5.1), as determined by the MySQL
 
93
 maintainers. Install this package if in doubt about which MySQL
 
94
 version you need. That will install the version recommended by the
 
95
 package maintainers.
 
96
 .
 
97
 MySQL is a fast, stable and true multi-user, multi-threaded SQL database
 
98
 server. SQL (Structured Query Language) is the most popular database query
 
99
 language in the world. The main goals of MySQL are speed, robustness and
 
100
 ease of use.
 
101
 
 
102
Package: mysql-cluster-client
 
103
Section: database
 
104
Architecture: all
 
105
Depends: mysql-cluster-client-5.1, ${misc:Depends}
 
106
Description: MySQL database client (metapackage depending on the latest version)
 
107
 This is an empty package that depends on the current "best" version of
 
108
 mysql-client (currently mysql-client-5.1), as determined by the MySQL
 
109
 maintainers.  Install this package if in doubt about which MySQL version
 
110
 you want, as this is the one we consider to be in the best shape.