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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
Source: wxsqlite3
Section: libs
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
doxygen,
libsqlite3-dev (>= 3.15),
libwxgtk3.2-dev
Build-Conflicts: libwxbase2.8-dev, libwxgtk3.0-dev
Standards-Version: 4.6.1
Homepage: https://utelle.github.io/wxsqlite3/
Package: libwxsqlite3-3.2-0t64
Provides: ${t64:Provides}
Replaces: libwxsqlite3-3.2-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Breaks: libwxsqlite3-3.2-0 (<< ${source:Version}), codelite (<= 12.0+dfsg-2~), maitreya (<= 7.0.7-2~)
Depends:
${misc:Depends},
${shlibs:Depends}
Description: SQLite3 C++ wrapper for use in programs based on the wxWidgets
wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database
and is specifically designed for use in programs based on the wxWidgets
3.0 library.
.
wxSQLite3 does not try to hide the underlying database, in contrary
almost all special features of the current SQLite3 version 3.7.4 are
supported, like for example the creation of user defined scalar or
aggregate functions.
.
This package provides the shared libraries for use with wxWidgets 3.0 .
Package: libwxsqlite3-3.0-dev
Depends: ${misc:Depends}, libwxsqlite3-3.2-dev
Architecture: all
Priority: optional
Section: oldlibs
Description: transitional package
This is a transitional package. It can safely be removed.
Package: libwxsqlite3-3.2-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libsqlite3-dev,
libwxgtk3.2-dev,
libwxsqlite3-3.2-0t64 (= ${binary:Version}),
${misc:Depends}
Recommends:
pkg-config
Suggests:
wxsqlite3-doc
Breaks: libwxsqlite3-3.0-dev (<< 3.4.1~dfsg-8)
Replaces: libwxsqlite3-3.0-dev (<< 3.4.1~dfsg-8)
Description: Development files for wxSQLite3
wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database
and is specifically designed for use in programs based on the wxWidgets
3.0 library.
.
This package contains the development files for wxSQLite3.
Package: wxsqlite3-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
libjs-jquery (>= 1.7.1), ${misc:Depends}
Description: Documentation files for wxSQLite3
wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database
and is specifically designed for use in programs based on the wxWidgets
3.0 library.
.
This package contains the documentation files for wxSQLite3, which is
also available at <https://utelle.github.io/wxsqlite3/docs/html/>.
|