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
|
Source: libsignon-glib
Section: libs
Priority: optional
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Diane Trout <diane@ghic.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
gtk-doc-tools,
gobject-introspection,
libgirepository1.0-dev,
libglib2.0-dev (>= 2.36~),
meson,
pkg-config,
python3-gi,
valac,
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://gitlab.com/accounts-sso/libsignon-glib
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/libsignon-glib
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/libsignon-glib.git
Package: libsignon-glib2
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: GLib Library for managing SSO credentials
This is effectively a GLib binding for the D-Bus API
provided by signond. It is part of the accounts-sso
project.
Package: libsignon-glib-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends},
libsignon-glib2 (= ${binary:Version}),
gir1.2-signon-2.0 (= ${binary:Version}),
Description: development files for signon-glib sso API
This is effectively a GLib binding for the D-Bus API
provided by signond. It is part of the accounts-sso
project.
.
This provides development headers
Package: gir1.2-signon-2.0
Section: introspection
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends},
${gir:Depends},
Description: typelib for libsignon-glib2
This is effectively a GLib binding for the D-Bus API
provided by signond. It is part of the accounts-sso
project.
.
This package can be used by other packages using the GIRepository format to
generate dynamic bindings for libaccounts-glib0
|