This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
hedera/debian/control

74 lines
2.8 KiB
Plaintext

Source: libhedera
Priority: extra
Maintainer: Alejandro T. Colombini Gómez <atcolombini@verdnatura.es>
Build-Depends: debhelper (>= 8.0.0), autotools-dev, libgtk-3-dev, gtk-doc-tools,
valac, libgirepository1.0-dev, libgladeui-dev, libgdome2-dev,
libpq-dev, libmysqlclient-dev, ragel
Standards-Version: 3.9.3
Section: libs
Homepage: http://www.verdnatura.es
Vcs-Svn: svn://www.verdnatura.es/hedera/trunk
Package: hedera
Section: gnome
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libhedera1 (= ${binary:Version})
Suggests: vn-updater (>= 1.0)
Description: Database access and widget provider library (runtime)
The hedera library provides and lets you create widgets bound to SQL queries
and manages the different operations made over the data retrieved from these
queries.
.
The library also has a modular system to add and remove the different widgets
in run time.
.
This package contains the executable and data files.
Package: libhedera-dev
Section: libdevel
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libhedera1 (= ${binary:Version})
Suggests: libgtk-3-doc, libgtk-3-dbg, devhelp, valac (>= 0.16)
Recommends: glade (>= 3.4), anjuta (>= 3.4)
Description: Database access and widget provider library (development)
The hedera library provides and lets you create widgets bound to SQL queries
and manages the different operations made over the data retrieved from these
queries.
.
The library also has a modular system to add and remove the different widgets
in run time. And it includes Glade integration, to design the programs in an
easiest, graphical way.
.
This package contains development files to compile C and Vala programs that
use the hedera library. It also contains the documentation and introspection
files.
Package: libhedera1
Section: libs
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, libgtk-3-0, libgtk-3-dev
Description: Database access and widget provider library (core)
The hedera library provides and lets you create widgets bound to SQL queries
and manages the different operations made over the data retrieved from these
queries.
.
The library also has a modular system to add and remove the different widgets
in run time.
.
This package contains the core of the library. It also provides the plugins to
connect a PostgreSQL or MySQL database.
Package: libhedera-dbg
Section: debug
Architecture: amd64
Depends: ${misc:Depends}, libhedera-dev (= ${binary:Version})
Description: Database access and widget provider library (debug)
The hedera library provides and lets you create widgets bound to SQL queries
and manages the different operations made over the data retrieved from these
queries.
.
The library also has a modular system to add and remove the different widgets
in run time.
.
This package contains the debugging symbols for hedera.