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
|
Source: libeventdb
Section: libs
Priority: optional
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.9.2
Homepage: http://gpe.linuxtogo.org/
Vcs-SVN: svn://svn.debian.org/pkg-gpe/trunk/libeventdb/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gpe/trunk/libeventdb/trunk/
Package: libeventdb-dev
Section: libdevel
Architecture: any
Depends: libeventdb2 (= ${binary:Version}), libglib2.0-dev, ${misc:Depends}
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
Architecture: any
Depends: ${shlibs:Depends}, ${misc: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: debug
Priority: extra
Architecture: any
Depends: libeventdb2 (= ${binary:Version}), ${shlibs:Depends}, ${misc: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.
|