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 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libsoup2.4
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Sebastien Bacher <seb128@debian.org>
Build-Depends: apache2 (>= 2.4) <!nocheck> <!noinsttest>,
curl <!nocheck> <!noinsttest>,
debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
glib-networking (>= 2.32.0),
gtk-doc-tools,
libapache2-mod-php (<< 2:9) <!nocheck> <!noinsttest>,
libapache2-mod-php (>= 2:7) <!nocheck> <!noinsttest>,
libbrotli-dev,
libgirepository1.0-dev (>= 0.9.5),
libglib2.0-dev (>= 2.58),
libkrb5-dev,
libnss-myhostname [linux-any] <!nocheck>,
libpsl-dev (>= 0.20),
libsqlite3-dev,
libxml2-dev,
meson (>= 0.48),
php (<< 2:9) <!nocheck> <!noinsttest>,
php (>= 2:7) <!nocheck> <!noinsttest>,
php-xmlrpc <!nocheck> <!noinsttest> | php (>= 2:8.1+85+really8) <!nocheck> <!noinsttest>,
python3,
valac
Build-Depends-Indep: libglib2.0-doc
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/gnome-team/libsoup
Vcs-Git: https://salsa.debian.org/gnome-team/libsoup.git
Homepage: https://wiki.gnome.org/Projects/libsoup
Rules-Requires-Root: no
Package: libsoup2.4-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-soup-2.4 (= ${binary:Version}),
libbrotli-dev,
libglib2.0-dev (>= 2.58.0),
libpsl-dev (>= 0.20),
libsoup2.4-1 (= ${binary:Version}),
libsqlite3-dev,
libxml2-dev,
zlib1g-dev,
${misc:Depends}
Suggests: libsoup2.4-doc
Description: HTTP library implementation in C -- Development files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the development files.
Package: libsoup2.4-1
Section: libs
Architecture: any
Multi-Arch: same
Depends: glib-networking (>= 2.32.0),
libsoup2.4-common,
${misc:Depends},
${shlibs:Depends}
Description: HTTP library implementation in C -- Shared library
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the shared library.
Package: libsoup-gnome2.4-1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Description: HTTP library implementation in C -- GNOME support library
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
The GNOME support library is used for features which are important to
GNOME apps, but which require GNOME-specific libraries that non-GNOME
apps may not want to add dependencies on.
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the GNOME support shared library.
Package: libsoup-gnome2.4-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: gir1.2-soup-2.4 (= ${binary:Version}),
libsoup-gnome2.4-1 (= ${binary:Version}),
libsoup2.4-dev (= ${binary:Version}),
${misc:Depends}
Suggests: libsoup2.4-doc
Description: HTTP library implementation in C -- GNOME support development files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the Gtk+ programming model (a synchronous operation mode is also
supported for those who want it).
.
The GNOME support library is used for features which are important to
GNOME apps, but which require GNOME-specific libraries that non-GNOME
apps may not want to add dependencies on.
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the development files for the GNOME support.
Package: libsoup2.4-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
Description: HTTP library implementation in C -- Common files
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
This package contains architecture-independent files such as translations.
Package: libsoup2.4-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Recommends: libglib2.0-doc
Suggests: libsoup2.4-dev
Description: HTTP library implementation in C -- API Reference
It was originally part of a SOAP (Simple Object Access Protocol)
implementation called Soup, but the SOAP and non-SOAP parts have now been
split into separate packages.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
Features:
* Both asynchronous (GMainLoop and callback-based) and synchronous APIs
* Automatically caches connections
* SSL Support using GnuTLS
* Proxy support, including authentication and SSL tunneling
* Client support for Digest, NTLM, and Basic authentication
* Server support for Digest and Basic authentication
* Basic client-side SOAP and XML-RPC support
.
This package contains the documentation.
Package: gir1.2-soup-2.4
Section: introspection
Architecture: any
Multi-Arch: same
Depends: ${gir:Depends},
${misc:Depends},
${shlibs:Depends}
Provides: gir1.2-soupgnome-2.4 (= ${binary:Version})
Description: GObject introspection data for the libsoup HTTP library
This package contains introspection data for the libsoup HTTP library.
.
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
It can be used by packages using the GIRepository format to generate
dynamic bindings.
Package: libsoup2.4-tests
Build-Profiles: <!noinsttest>
Section: misc
Architecture: any
Depends: apache2 (>= 2.4),
curl,
libapache2-mod-php (<< 2:9),
libapache2-mod-php (>= 2:7),
libnss-myhostname [linux-any],
php,
php-xmlrpc | php (>= 2:8.1+85+really8.0),
${misc:Depends},
${shlibs:Depends}
Recommends: gnome-desktop-testing
Description: HTTP library implementation in C -- installed tests
libsoup uses the Glib main loop and is designed to work well with GTK+
applications. This enables GNOME applications to access HTTP servers
on the network in a completely asynchronous fashion, very similar to
the GTK+ programming model (a synchronous operation mode is also
supported for those who want it).
.
This package contains automated tests, mostly for use via autopkgtest.
They can most easily be invoked via the gnome-desktop-testing-runner
tool in the gnome-desktop-testing package.
|