Source: dbuskit
Priority: optional
Section: libs
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org>
Uploaders: Yavor Doganov <yavor@gnu.org>
Build-Depends: debhelper (>= 9),
	       gnustep-make (>= 2.6.6-2),
	       libgnustep-base-dev,
	       libdbus-1-dev,
	       pkg-config,
	       dh-autoreconf,
	       autotools-dev,
	       texinfo,
	       texlive-latex-base,
	       texlive-fonts-recommended,
	       cm-super-minimal
Standards-Version: 3.9.5
Homepage: http://gnustep.org
Vcs-Git: git://anonscm.debian.org/pkg-gnustep/dbuskit.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gnustep/dbuskit.git

Package: libdbuskit-dev
Section: libdevel
Architecture: any
Depends: libdbuskit0 (= ${binary:Version}),
	 libgnustep-base-dev,
	 ${shlibs:Depends},
	 ${misc:Depends}
Description: GNUstep framework that interfaces with D-Bus (development files)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 Features:
  * Distributed Objects-like API for exchanging messages with D-Bus
    services.
  * A notification center class for watching signals emitted by D-Bus
    services.
  * `dk_make_interface' tool to generate Objective-C protocol
    declarations from D-Bus interface files.
 .
 This package contains the development files, API documentation,
 programming manual and the `dk_make_protocol' tool.

Package: libdbuskit0
Architecture: any
Depends: ${shlibs:Depends},
	 ${misc:Depends}
Description: GNUstep framework that interfaces with D-Bus (runtime library)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 This package contains the runtime library.

Package: libdbuskit0-dbg
Section: debug
Priority: extra
Architecture: any
Depends: libdbuskit0 (= ${binary:Version}),
	 ${misc:Depends}
Description: GNUstep framework that interfaces with D-Bus (debugging symbols)
 The DBusKit framework offers tight integration of D-Bus services into
 Objective-C applications.  It handles all low-level details of
 communication with D-Bus daemons and the services connected to them
 and exposes an interface similar to Distributed Objects to make it
 easy for Objective-C programmers to access D-Bus services.
 .
 This package contains the detached debugging symbols.
