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 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127
|
Source: snapd-glib
Section: libs
Priority: optional
Maintainer: Ayatana Packagers <pkg-ayatana-devel@alioth-lists.debian.net>
Uploaders:
Jeremy Bicha <jbicha@debian.org>,
Mike Gabriel <sunweaver@debian.org>,
Robert Ancell <robert.ancell@canonical.com>
Build-Depends: debhelper (>= 10),
gobject-introspection,
gtk-doc-tools (>= 1.20),
libgirepository1.0-dev,
libglib2.0-dev (>= 2.46),
libjson-glib-dev (>= 1.2),
libsoup2.4-dev (>= 2.32),
qtbase5-dev,
qtdeclarative5-dev,
valac
Standards-Version: 4.1.1
Homepage: https://github.com/snapcore/snapd-glib
Vcs-Git: https://salsa.debian.org/debian-ayatana-team/snapd-glib.git
Vcs-Browser: https://salsa.debian.org/debian-ayatana-team/snapd-glib
Package: libsnapd-glib1
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: snapd
Description: GLib snapd library
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
Package: gir1.2-snapd-1
Section: introspection
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: ${misc:Depends},
${gir:Depends},
libsnapd-glib1 (= ${binary:Version})
Description: Typelib file for libsnapd-glib1
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
This package contains introspection data.
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: libsnapd-glib-dev
Section: libdevel
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: ${misc:Depends},
libsnapd-glib1 (= ${binary:Version}),
gir1.2-snapd-1 (= ${binary:Version}),
libglib2.0-dev,
libsoup2.4-dev,
libjson-glib-dev
Description: GLib snapd library (development files)
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
This package contains header files and development information, which
is useful for building applications that need to communicate with snapd.
Package: libsnapd-qt1
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Recommends: snapd
Description: Qt snapd library
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
snapd-qt is a wrapper library for snapd-glib for Qt applications.
Package: qml-module-snapd
Architecture: linux-any kfreebsd-any
Depends: ${misc:Depends},
${shlibs:Depends},
Recommends: snapd
Description: Snapd QML module
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
This is a QML module for Qt applications to access snapd.
Package: libsnapd-qt-dev
Section: libdevel
Architecture: linux-any kfreebsd-any
Multi-Arch: same
Depends: ${misc:Depends},
libsnapd-qt1 (= ${binary:Version}),
qtbase5-dev,
Description: Qt snapd library (development files)
snapd-glib is a library to allow GLib based applications access to snapd,
the daemon that controls Snaps.
.
Snaps are 'universal' packages that work across many different Linux
systems, enabling secure distribution of the latest apps and utilities
for cloud, servers, desktops and the internet of things.
.
snapd-qt is a wrapper library for snapd-glib for Qt applications.
.
This package contains the development files.
|