File: control

package info (click to toggle)
qof 0.7.5-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 4,436 kB
  • ctags: 3,587
  • sloc: ansic: 33,810; sh: 9,356; xml: 487; makefile: 405; yacc: 184; lex: 123; sed: 16
file content (100 lines) | stat: -rw-r--r-- 3,536 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
Source: qof
Section: libs
Priority: optional
Maintainer: Debian QOF packaging team <pkg-qof-maintainers@lists.alioth.debian.org>
Uploaders: Goedson Teixeira Paixao <goedson@debian.org>, Neil Williams <codehelp@debian.org>
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libglib2.0-dev (>= 2.6.0),
 libxml2-dev (>= 2.5.10), libgda3-dev, gettext, libsqlite0-dev, dpkg-dev (>= 1.14)
Build-Depends-Indep: doxygen
Standards-Version: 3.7.3
Homepage: http://qof.sourceforge.net/
Vcs-Browser: http://qof.cvs.sourceforge.net/qof/qof/
Vcs-CVS: :pserver:anonymous@qof.cvs.sourceforge.net:/cvsroot/qof qof

Package: libqof1
Priority: optional
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: libqof-backend-qsf0 | libqof-backend-sqlite0
Conflicts: pilot-qof (<< 0.1.1-2)
Description: Query Object Framework
 A framework to allow the execution of SQL-type queries
 using collections of in-memory objects as 'tables'.
 .
 This package provides the shared libraries needed 
 to run programs developed using QOF.

Package: libqof-dev
Priority: optional
Section: libdevel
Architecture: any
Suggests: libqof-doc
Depends: libqof1 (= ${binary:Version}), libgda3-dev
Description: Query Object Framework - Development Headers
 A framework to allow the execution of SQL-type queries
 using collections of in-memory objects as 'tables'.
 .
 This package provides the files needed to develop 
 applications using QOF.

Package: libqof-backend-qsf0
Priority: optional
Section: libs
Architecture: any
Depends: libqof1 (= ${binary:Version}), libglib2.0-0 (>= 2.6.0), libxml2 (>= 2.5.10)
Recommends: xsltproc, xml-core
Replaces: libqof1 (<= 0.7.0-2), libqof-backend-sqlite0
Description: Query Object Framework - XML backend module
 QOF is a framework to allow the execution of SQL-type 
 queries using collections of in-memory objects as 'tables'.
 .
 This module provides the default XML backend for libqof1
 using a generic XML format called QSF. Any QOF object can
 be written out or loaded from QSF XML. Data can be
 converted to other text-based formats using XSL.
 This package provides the XML schemas to validate files 
 and the QSF XML backend module.
 
Package: libqof-backend-sqlite0
Priority: optional
Section: libs
Architecture: any
Depends: libqof1 (= ${binary:Version}), libglib2.0-0 (>= 2.6.0), libsqlite0
Description: Query Object Framework - SQLite backend module
 QOF is a framework to allow the execution of SQL-type 
 queries using collections of in-memory objects as 'tables'.
 .
 This module provides a SQLite backend intended for
 embedded systems. The package can also be installed 
 alongside the default QSF XML backend.

Package: libqof1-dbg
Priority: extra
Section: libs
Architecture: any
Recommends: libqof-doc
Depends: libqof1 (= ${binary:Version})
Description: Query Object Framework - Debug Symbols
 A framework to allow the execution of SQL-type queries
 using collections of in-memory objects as 'tables'.
 .
 This package provides the debugging symbols that may be
 useful when developing applications using QOF.

Package: libqof-doc
Priority: optional
Section: doc
Architecture: all
Recommends: www-browser, dwww
Description: Query Object Framework - API Documentation
 A framework to allow the execution of SQL-type queries
 using collections of in-memory objects as tables.
 .
 This package provides the HTML content of the QOF 
 homepage in
 /usr/share/doc/libqof-doc/html/
 and the documentation of the QOF API produced using 
 Doxygen in 
 /usr/share/doc/libqof-doc/html/doxy/