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
|
Source: qof
Priority: optional
Maintainer: Goedson Teixeira Paixao <goedson@debian.org>
Build-Depends: debhelper (>= 4.1.46), cdbs, autotools-dev, libltdl3-dev, libglib2.0-dev, libgtk2.0-dev, libxml2-dev, binutils (>= 2.14.90.0.7)
Standards-Version: 3.6.1
Package: libqof-dev
Section: libdevel
Architecture: any
Depends: libqof-0.5.0-1 (= ${Source-Version})
Description: Query Object Framework
A framework to allow the execution of SQL queries
using collections of in-memory objects as 'tables'.
.
This package provides the shared libraries needed to
run programs developed using qof.
Package: libqof-0.5.0-1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Query Object Framework
A framework to allow the execution of SQL queries
using collections of in-memory objects as 'tables'.
.
This package provides the files needed to develop
applications using qof.
Package: libqof-0.5.0-1-dbg
Section: libs
Architecture: any
Depends: libqof-0.5.0-1 (= ${Source-Version})
Description: Query Object Framework - debug symbols
A framework to allow the execution of SQL queries
using collections of in-memory objects as 'tables'.
.
This package provides the files needed to develop
applications using qof.
|