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 79 80 81 82
|
Source: wxsqlite3
Section: libs
Priority: optional
Maintainer: Alessio Treglia <alessio@debian.org>
Build-Depends:
autotools-dev (>= 20100122.1~),
debhelper (>= 9),
libsqlite3-dev,
libwxbase2.8-dev,
libwxgtk2.8-dev
Standards-Version: 3.9.3
Homepage: http://wxcode.sourceforge.net/components/wxsqlite3/
Vcs-Git: git://git.debian.org/collab-maint/wxsqlite3.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/wxsqlite3.git
Package: libwxsqlite3-2.8-0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
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
2.8 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 2.8.
Package: libwxsqlite3-2.8-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends:
libsqlite3-dev,
libwxbase2.8-dev,
libwxgtk2.8-dev,
libwxsqlite3-2.8-0 (= ${binary:Version}),
${misc:Depends}
Recommends:
pkg-config
Suggests:
wxsqlite3-doc
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
2.8 library.
.
This package contains the development files for wxSQLite3.
Package: wxsqlite3-doc
Section: doc
Architecture: all
Depends:
${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
2.8 library.
.
This package contains the documentation files for wxSQLite3, which is
also available at <http://wxcode.sourceforge.net/docs/wxsqlite3/>.
Package: wxsqlite3-2.8-dbg
Priority: extra
Section: debug
Architecture: any
Multi-Arch: same
Depends:
libwxsqlite3-2.8-0 (= ${binary:Version}),
${misc:Depends}
Description: Debugging symbols for wxSQLite3 2.8
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
2.8 library.
.
This package contains the debugging symbols for wxSQLite3.
|