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
|
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: libproxy1-plugin-gsettings
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends: ${libproxy} (>= 0.5.3),
${misc:Depends},
${shlibs:Depends}
Description: transitional package for libproxy GSettings plugin
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package previously provided the GSettings plugin, used in GNOME.
Equivalent functionality is now included in the libproxy1v5 package.
This package can be removed when no other installed packages depend on it.
Package: libproxy1-plugin-kconfig
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends: ${libproxy} (>= 0.5.3),
${misc:Depends},
${shlibs:Depends}
Description: transitional package for libproxy KConfig plugin
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package previously provided the KConfig plugin, used in KDE Plasma.
Equivalent functionality is now included in the libproxy1v5 package.
This package can be removed when no other installed packages depend on it.
Package: libproxy1-plugin-networkmanager
Architecture: linux-any
Multi-Arch: same
Section: oldlibs
Depends: ${libproxy} (>= 0.5.3),
${misc:Depends},
${shlibs:Depends}
Description: transitional package for libproxy NetworkManager plugin
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package previously provided the NetworkManager plugin.
Equivalent functionality is now included in the libproxy1v5 package.
This package can be removed when no other installed packages depend on it.
Package: libproxy1-plugin-webkit
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends: ${libproxy} (>= 0.5.3),
${misc:Depends},
${shlibs:Depends}
Description: transitional package for libproxy Webkit plugin
libproxy is a lightweight library which makes it easy to develop
applications proxy-aware with a simple and stable API.
.
This package previously provided PAC support via WebKit's JavaScript engine.
Equivalent functionality is now included in the libproxy1v5 package.
This package can be removed when no other installed packages depend on it.
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.
|