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 83 84 85 86 87
|
Source: sqlheavy
Section: libs
Priority: optional
Maintainer: Devid Antonio Filoni <d.filoni@ubuntu.com>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev, valac-0.16 (>= 0.16.0),
libvala-0.16-dev (>= 0.16.0), vala-0.16-doc, libglib2.0-dev (>= 2.22.0),
libgtk2.0-dev (>= 2.24), libsqlite3-dev (>= 3.6.23.1)
DM-Upload-Allowed: yes
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/sqlheavy/
Package: libsqlheavy0.1-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GObject wrapper for SQLite
SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
purpose is to provide an easy to use Vala interface, it also provides
a very nice C interface and GObject Introspection support, and may be
easier to use from other languages than the standard SQLite interface.
.
This package contains the shared library.
Package: libsqlheavy-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsqlheavy0.1-0 (= ${binary:Version}),
libglib2.0-dev (>= 2.22.0), libsqlite3-dev (>= 3.6.23.1)
Description: GObject wrapper for SQLite (development files)
SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
purpose is to provide an easy to use Vala interface, it also provides
a very nice C interface and GObject Introspection support, and may be
easier to use from other languages than the standard SQLite interface.
.
This package contains the static library and header files.
Package: libsqlheavygtk0.1-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libsqlheavy0.1-0
(= ${binary:Version})
Description: SQLHeavy GTK+ integration library
SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
purpose is to provide an easy to use Vala interface, it also provides
a very nice C interface and GObject Introspection support, and may be
easier to use from other languages than the standard SQLite interface
.
This package contains a library to help integrate SQLHeavy into GTK+
applications.
Package: libsqlheavygtk-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libsqlheavygtk0.1-0 (= ${binary:Version}),
libsqlheavy-dev (= ${binary:Version})
Description: SQLHeavy GTK+ integration library (development files)
SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
purpose is to provide an easy to use Vala interface, it also provides
a very nice C interface and GObject Introspection support, and may be
easier to use from other languages than the standard SQLite interface
.
This package contains the development files for a library to help
integrate SQLHeavy into GTK+ applications.
Package: sqlheavy-utils
Architecture: any
Depends: libsqlheavy0.1-0 (= ${binary:Version}), ${shlibs:Depends},
${misc:Depends}
Description: GObject wrapper for SQLite (binaries)
SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
purpose is to provide an easy to use Vala interface, it also provides
a very nice C interface and GObject Introspection support, and may be
easier to use from other languages than the standard SQLite interface.
.
This package contains the binaries.
Package: libsqlheavy0.1-dbg
Section: debug
Architecture: any
Priority: extra
Depends: libsqlheavy0.1-0 (= ${binary:Version}), libsqlheavygtk0.1-0
(= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
Description: GObject wrapper for SQLite (debugging symbols)
SQLHeavy is a convenience wrapper on top of SQLite. Though its primary
purpose is to provide an easy to use Vala interface, it also provides
a very nice C interface and GObject Introspection support, and may be
easier to use from other languages than the standard SQLite interface.
.
This package contains debugging symbols.
|