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
|
Source: libeventdb
Section: libs
Maintainer: Moray Allan <moray@debian.org>
Uploaders: Debian GPE team <pkg-gpe-maintainers@lists.alioth.debian.org>, Phil Blundell <pb@debian.org>, Philippe De Swert <philippedeswert@scarlet.be>, Neil Williams <codehelp@debian.org>
Build-Depends: cdbs (>= 0.4.21), debhelper (>> 4.0.0), libsqlite0-dev, libgpewidget-dev
Standards-Version: 3.7.3
Homepage: http://gpe.linuxtogo.org/
Package: libeventdb-dev
Section: libdevel
Priority: optional
Architecture: any
Depends: libeventdb2 (= ${binary:Version}), libglib2.0-dev
Description: library that provides access to gpe-calendar data [development]
This is the development package for programs that need to access the
gpe-calendar database.
Package: libeventdb2
Section: libs
Priority: optional
Architecture: any
Depends: ${shlibs:Depends}
Description: library that provides access to gpe-calendar data [runtime]
This is the runtime package for programs that need to access the gpe-calendar
database.
Package: libeventdb2-dbg
Section: libs
Priority: extra
Architecture: any
Depends: libeventdb2 (= ${binary:Version}), ${shlibs:Depends}
Description: library that provides access to gpe-calendar data [debugging]
This is the debugging package for programs that need to access the
gpe-calendar database.
|