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
|
Source: eggdbus
Section: libs
Priority: optional
Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org>
Uploaders: Michael Biebl <biebl@debian.org>
Build-Depends: cdbs,
debhelper (>= 7),
autotools-dev,
libglib2.0-dev (>= 2.19.0),
libdbus-1-dev (>= 1.0),
libdbus-glib-1-dev (>= 0.73),
xsltproc,
gtk-doc-tools (>= 1.3),
libexpat1-dev,
quilt
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/pkg-utopia/eggdbus.git
Vcs-Browser: http://git.debian.org/?p=pkg-utopia/eggdbus.git;a=summary
Homepage: http://cgit.freedesktop.org/~david/eggdbus
Package: libeggdbus-1-0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: D-Bus bindings for GObject
EggDBus is a D-Bus binding for GObject. It uses an "IDL language" (XML) to
describe the D-Bus interfaces and generates C code from that.
Package: libeggdbus-1-dev
Section: libdevel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libeggdbus-1-0 (= ${binary:Version}), libglib2.0-dev
Description: D-Bus bindings for GObject - development files
EggDBus is a D-Bus binding for GObject. It uses an "IDL language" (XML) to
describe the D-Bus interfaces and generates C code from that.
.
This package provides the development tools and headers.
Package: libeggdbus-1-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Suggests: devhelp
Description: D-Bus bindings for GObject - documentation
EggDBus is a D-Bus binding for GObject. It uses an "IDL language" (XML) to
describe the D-Bus interfaces and generates C code from that.
.
This package provides the API documentation for EggDBus.
|