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 59 60 61 62
|
Source: liboobs
Section: libs
Priority: optional
Maintainer: Andriy Grytsenko <andrej@rep.kiev.ua>
Build-Depends: cdbs,
debhelper (>= 9),
system-tools-backends-dev (>= 2.10.1),
libdbus-1-dev (>= 0.70),
libdbus-glib-1-dev (>= 0.70),
libglib2.0-dev (>= 2.14.0),
gtk-doc-tools (>= 1.25),
libglib2.0-doc,
cdbs (>= 0.4.93~),
dh-autoreconf
Standards-Version: 4.1.4
Homepage: https://developer.gnome.org/liboobs
Package: liboobs-1-5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
system-tools-backends (>= 2.10.1)
Breaks: gnome-system-tools (<< 2.30)
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
Multi-Arch: same
Depends: ${misc:Depends},
liboobs-1-5 (= ${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-5-dbg
Architecture: any
Section: debug
Priority: optional
Depends: ${misc:Depends},
liboobs-1-5 (= ${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.
|