File: control

package info (click to toggle)
mysql%2B%2B 3.2.5-2.3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,356 kB
  • sloc: cpp: 35,788; sh: 3,693; perl: 789; makefile: 728
file content (51 lines) | stat: -rw-r--r-- 1,845 bytes parent folder | download
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
46
47
48
49
50
51
Source: mysql++
Priority: optional
Section: libs
Maintainer: Athena Capital Research <acr-debian@athenacr.com>
Uploaders: Roberto C. Sanchez <roberto@connexer.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 10), default-libmysqlclient-dev, libssl-dev, g++ (>= 4:7)
Standards-Version: 4.5.0
Homepage: https://tangentsoft.net/mysqlpp/

Package: libmysql++-dev
Section: libdevel
Architecture: any
Depends: libmysql++3t64 (= ${binary:Version}), default-libmysqlclient-dev, ${misc:Depends}
Suggests: libmysql++-doc
Multi-Arch: same
Description: MySQL C++ library bindings (development)
 MySQL++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL containers.
 .
 This package provides development support.

Package: libmysql++3t64
Provides: ${t64:Provides}
X-Time64-Compat: libmysql++3v5
Breaks: libmysql++3v5 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: libmysql++3
Replaces: libmysql++3v5, libmysql++3
Multi-Arch: same
Description: MySQL C++ library bindings (runtime)
 MySQL++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL Containers.
 .
 This package provides runtime support.

Package: libmysql++-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libmysql++-dev
Multi-Arch: foreign
Description: MySQL C++ library bindings (documentation and examples)
 MySQL++ is a complex C++ API for MySQL (and other SQL databases
 soon). The goal of this API is to make working with Queries as easy
 as working with other STL Containers.
 .
 This package provides documentation and examples.  Please read the
 instructions in README.Debian in order to build the examples.