File: control

package info (click to toggle)
mysql-connector-net 6.4.3-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,160 kB
  • ctags: 8,552
  • sloc: cs: 63,689; xml: 7,505; sql: 345; makefile: 50; ansic: 40
file content (45 lines) | stat: -rw-r--r-- 1,882 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: mysql-connector-net
Section: cli-mono
Priority: optional
Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team@lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey@debian.org>
Build-Depends: debhelper (>= 7.0.50~), cli-common-dev (>= 0.8~exp2)
Build-Depends-Indep: sharutils,
 mono-devel (>= 2.10),
 monodoc-base (>= 2.0.1)
Standards-Version: 3.9.2
Homepage: http://www.mysql.com/
Vcs-Git: git://anonscm.debian.org/pkg-cli-libs/packages/mysql-connector-net.git
Vcs-Browser: http://anonscm.debian.org/git/pkg-cli-libs/packages/mysql-connector-net.git

Package: libmysql6.4-cil
Architecture: all
Depends: ${cli:Depends}, ${misc:Depends}
Description: MySQL database connector for CLI
 The MySql.Data library is a fully managed (100% C#) driver for all CLI
 languages (C#, VB.NET, Boo, Nemerle, etc) for accessing MySQL databases.
 .
 This package contains the MySQL Connector/NET library itself.

Package: libmysql-cil-dev
Architecture: all
Depends: libmysql6.4-cil (= ${binary:Version}), ${misc:Depends}
Replaces: libmysql5.0-cil, libmysql6.0-cil
Description: MySQL database connector for CLI
 The MySql.Data library is a fully managed (100% C#) driver for all CLI
 languages (C#, VB.NET, Boo, Nemerle, etc) for accessing MySQL databases.
 .
 This package contains development files for Connector/NET and will always 
 pull in the current default version - and should be used for compilation.

Package: monodoc-mysql-manual
Architecture: all
Section: doc
Depends: monodoc-manual, ${misc:Depends}
Conflicts: monodoc-mysql5.0-manual, monodoc-mysql6.0-manual
Description: compiled XML documentation for the MySql.Data library
 The MonoDoc Project is the documentation framework of the Mono project which
 provides detailed API documentation for all Mono components and the Mono CLI
 implementation.
 .
 This packages contains the compiled XML documentation for MySql.Data.