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 128 129 130 131
|
Source: libepc
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 11),
gnome-common,
gnome-pkg-tools (>= 0.11),
gtk-doc-tools,
pkg-config (>= 0.14),
libavahi-client-dev (>= 0.6),
libavahi-glib-dev (>= 0.6),
libavahi-ui-gtk3-dev (>= 0.6.22),
libglib2.0-dev (>= 2.36),
libgnutls28-dev,
libsoup2.4-dev,
uuid-dev (>= 1.2-1.36),
libgtk-3-dev (>= 3.0),
intltool (>= 0.35.0)
Build-Depends-Indep: libglib2.0-doc <!nodoc>
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/libepc
Vcs-Git: https://salsa.debian.org/gnome-team/libepc.git
Homepage: https://wiki.gnome.org/Projects/libepc
Package: libepc-1.0-3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends},
libepc-common (>= ${source:Version})
Description: Easy Publish and Consume library - shared libraries
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
and finally consume it.
.
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
.
This package contains the shared libraries.
Package: libepc-ui-1.0-3
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Easy Publish and Consume library - shared widget libraries
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
and finally consume it.
.
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
.
This package contains the shared widget libraries.
Package: libepc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libepc-1.0-3 (= ${binary:Version}),
${misc:Depends},
libavahi-client-dev (>= 0.6),
libavahi-glib-dev (>= 0.6),
libsoup2.4-dev,
libgnutls28-dev
Suggests: libepc-doc
Description: Easy Publish and Consume library - development files
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
and finally consume it.
.
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
.
This package contains the headers and development libraries needed to
build applications using the Easy Publish and Consume library
Package: libepc-ui-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libepc-ui-1.0-3 (= ${binary:Version}),
${misc:Depends},
libepc-dev (= ${binary:Version}),
libgtk-3-dev (>= 3.0)
Suggests: libepc-doc
Description: Easy Publish and Consume library - widget development files
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
and finally consume it.
.
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
.
This package contains the headers and development libraries needed to
build applications using the Easy Publish and Consume widget library
Package: libepc-doc
Section: doc
Build-Profiles: <!nodoc>
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libepc-1.0-3,
libepc-ui-1.0-3
Suggests: devhelp
Description: Easy Publish and Consume library - documentation
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
and finally consume it.
.
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
.
This package contains the HTML documentation for the Easy Publish and
Consume library
Package: libepc-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Easy Publish and Consume library - data files
The Easy Publish and Consume library provides an easy method to publish
data per HTTPS announce that information via DNS-SD, find that information
and finally consume it.
.
You can use this library as key/value store published to the network,
using encryption, authentication and service discovery.
.
This package contains the data files for the shared libraries
|