--- qof.old/debian/xcontrol Mon Jun 23 22:45:48 2008 +++ /opt/emdebian/trunk/q/qof/trunk/qof-0.7.5/debian/xcontrol Mon Jun 23 22:45:31 2008 @@ -0,0 +1,86 @@ +Source: qof +Section: libs +Priority: optional +Maintainer: Debian QOF packaging team +Uploaders: Goedson Teixeira Paixao , Neil Williams +Build-Depends: libglib2.0-dev (>= 2.6.0), + libxml2-dev (>= 2.5.10), libgda3-dev, libsqlite0-dev +Build-Depends-Tools: debhelper (>= 5), cdbs, autotools-dev, gettext, 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. + +