File: control

package info (click to toggle)
libproxy 0.5.9-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 704 kB
  • sloc: ansic: 3,359; sh: 228; python: 128; makefile: 38; cs: 18; perl: 6
file content (125 lines) | stat: -rw-r--r-- 4,651 bytes parent folder | download
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
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-gnome,
               duktape-dev,
               gsettings-desktop-schemas-dev,
               meson,
               netbase <!nocheck>,
               valac,
               zlib1g-dev,
               libnm-dev [linux-any],
               libcurl4-gnutls-dev,
               libdbus-1-dev,
               libkf5config-bin <!nocheck !stage1>,
               libwebkit2gtk-4.1-dev <!nocheck !stage1>,
               libjavascriptcoregtk-4.1-dev <!stage1>,
               libglib2.0-dev (>= 2.26) <!stage1>,
               libxmu-dev <!nocheck !stage1>
Standards-Version: 4.7.0
Rules-Requires-Root: no
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: ${shlibs:Depends},
         ${misc: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: libproxy1-plugin-gsettings
Architecture: any
Multi-Arch: same
Section: oldlibs
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ${libproxy} (>= 0.5.3)
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: ${shlibs:Depends},
         ${misc:Depends},
         ${libproxy} (>= 0.5.3)
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: ${shlibs:Depends},
         ${misc:Depends},
         ${libproxy} (>= 0.5.3)
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: ${shlibs:Depends},
         ${misc:Depends},
         ${libproxy} (>= 0.5.3)
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: ${shlibs:Depends},
         ${misc:Depends},
         ${libproxy} (= ${binary:Version}),
         libglib2.0-dev
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: ${shlibs:Depends},
         ${misc: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.