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
|
Source: libproxy
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>,
Jeremy BĂcha <jbicha@ubuntu.com>,
Laurent Bigonville <bigon@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
duktape-dev,
gir1.2-gio-2.0-dev,
gsettings-desktop-schemas-dev,
libcurl4-gnutls-dev,
libdbus-1-dev,
libglib2.0-dev (>= 2.26) <!stage1>,
libjavascriptcoregtk-4.1-dev <!stage1>,
libkf5config-bin <!nocheck !stage1>,
libnm-dev [linux-any],
libwebkit2gtk-4.1-dev <!nocheck !stage1>,
libxmu-dev <!nocheck !stage1>,
meson,
netbase <!nocheck>,
valac,
zlib1g-dev
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/libproxy
Vcs-Git: https://salsa.debian.org/gnome-team/libproxy.git
Homepage: https://libproxy.github.io/libproxy/
Package: libproxy1v5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libproxy1
Replaces: libproxy1
Description: automatic proxy configuration management library (shared)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the shared library.
Package: gir1.2-libproxy-1.0
Architecture: any
Multi-Arch: same
Section: introspection
Depends: ${gir:Depends},
${misc:Depends}
Description: GObject introspection files for libproxy
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the GObject-introspection data in binary typelib format.
Package: libproxy-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libglib2.0-dev,
${gir:Depends},
${libproxy} (= ${binary:Version}),
${misc:Depends}
Provides: ${gir:Provides}
Description: automatic proxy configuration management library (devel)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains the development files including vala bindings.
Package: libproxy-tools
Section: utils
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: automatic proxy configuration management library (tools)
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package contains a program to interact with libproxy from the
command line.
|