| 12
 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
 
 | Source: liboobs
Maintainer: Andriy Grytsenko <andrej@rep.kiev.ua>
Section: libs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               system-tools-backends-dev,
               libdbus-1-dev,
               libdbus-glib-1-dev,
               libglib2.0-dev,
               gtk-doc-tools,
               libglib2.0-doc
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/liboobs
Vcs-Git: https://salsa.debian.org/debian/liboobs.git
Homepage: https://developer.gnome.org/liboobs
Package: liboobs-1-5
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
         ${misc:Depends},
         system-tools-backends
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
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         liboobs-1-5 (= ${binary:Version}),
         libdbus-1-dev,
         libdbus-glib-1-dev,
         libglib2.0-dev
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.
 |