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 49 50 51 52 53 54 55 56 57 58
|
Source: liboobs
Section: libs
Priority: optional
Maintainer: Loic Minier <lool@dooz.org>
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs,
debhelper (>= 5),
system-tools-backends-dev (>= 2.5.4),
libdbus-1-dev (>= 0.70),
libdbus-glib-1-dev (>= 0.70),
libglib2.0-dev (>= 2.14.0),
libhal-dev (>= 0.5.9),
gtk-doc-tools (>= 1.0),
gnome-pkg-tools (>= 0.10),
dpkg-dev (>= 1.13.19)
Standards-Version: 3.7.3
Package: liboobs-1-4
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends},
system-tools-backends (>= 2.5.4)
Description: GObject based interface to system-tools-backends - shared library
Liboobs is a lightweight library that provides a GObject based
interface to system-tools-backends. It's completely abstracted of the
communication and authentication details, making it easy for
applications to integrate with the system details.
.
This package contains the shared library.
Package: liboobs-1-dev
Architecture: any
Section: libdevel
Depends: liboobs-1-4 (= ${binary:Version}),
libdbus-1-dev (>= 0.70),
libdbus-glib-1-dev (>= 0.70),
libglib2.0-dev (>= 2.14.0)
Description: GObject based interface to system-tools-backends - dev files
Liboobs is a lightweight library that provides a GObject based
interface to system-tools-backends. It's completely abstracted of the
communication and authentication details, making it easy for
applications to integrate with the system details.
.
This package contains the development files.
Package: liboobs-1-4-dbg
Architecture: any
Section: libdevel
Priority: extra
Depends: liboobs-1-4 (= ${binary:Version})
Description: GObject based interface to system-tools-backends - debug symbols
Liboobs is a lightweight library that provides a GObject based
interface to system-tools-backends. It's completely abstracted of the
communication and authentication details, making it easy for
applications to integrate with the system details.
.
This package contains the debugging symbols.
|