File: control

package info (click to toggle)
wicd 1.7.4%2Btb2-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,500 kB
  • sloc: python: 11,062; sh: 774; makefile: 40
file content (170 lines) | stat: -rw-r--r-- 6,208 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
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
Source: wicd
Section: net
Priority: optional
Maintainer: Debian WICD Packaging Team <pkg-wicd-maint@lists.alioth.debian.org>
Uploaders: Axel Beckert <abe@debian.org>,
           Giap Tran <txgvnn@gmail.com>
Build-Depends: debhelper (>= 11~),
               dh-python,
               python (>= 2.6.6-3~)
Build-Depends-Indep: gettext,
                     po-debconf,
                     python-babel
Standards-Version: 4.1.4
Homepage: https://launchpad.net/wicd
Vcs-Browser: https://salsa.debian.org/debian/wicd
Vcs-Git: https://salsa.debian.org/debian/wicd.git
Rules-Requires-Root: no

Package: wicd
Architecture: all
Depends: wicd-daemon (= ${source:Version}),
         wicd-gtk (= ${source:Version}) | wicd-curses (= ${source:Version}) | wicd-cli (= ${source:Version}) | wicd-client,
         ${misc:Depends}
Description: wired and wireless network manager - metapackage
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility;
  * tray icon showing network activity and signal strength;
  * lack of GNOME dependencies (although it does require GTK+), making it
    easy to use in Xfce, Fluxbox, Openbox, Enlightenment, etc.
 .
 This is a metapackage, it allows installation of all the components of
 Wicd, including one of the clients, which must be manually chosen.

Package: wicd-daemon
Architecture: all
Depends: adduser,
         dbus,
         dhcpcd5 | isc-dhcp-client | pump | udhcpc,
         iputils-ping | inetutils-ping,
         lsb-base (>= 3.2-13),
         psmisc,
         python-dbus,
         python-gobject-2,
         python-wicd (= ${source:Version}),
         wireless-tools,
         wpasupplicant,
         ${misc:Depends},
         ${python:Depends}
Pre-Depends: debconf (>= 1.5.34)
Recommends: rfkill,
            wicd-gtk (= ${source:Version}) | wicd-curses (= ${source:Version}) | wicd-cli (= ${source:Version}) | wicd-client
Suggests: pm-utils
Breaks: wicd (<= 1.6.2.2-4)
Replaces: wicd (<= 1.6.2.2-4)
Description: wired and wireless network manager - daemon
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package contains the daemon needed to run Wicd.

Package: wicd-gtk
Architecture: all
Depends: python-glade2,
         python-gtk2,
         wicd-daemon (= ${source:Version}),
         ${misc:Depends},
         ${python:Depends}
Recommends: policykit-1 | menu | kde-runtime,
            python-notify
Provides: wicd-client
Breaks: wicd (<= 1.6.2.2-4)
Replaces: wicd (<= 1.6.2.2-4)
Description: wired and wireless network manager - GTK+ client
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides the GTK+ client, which has no GNOME dependencies,
 making it easy to use in Xfce, Fluxbox, Openbox, Enlightenment, ...
 It also supports a tray icon showing network activity and signal
 strength.

Package: wicd-curses
Architecture: all
Depends: python-urwid (>= 1.1),
         wicd-daemon (= ${source:Version}),
         ${misc:Depends},
         ${python:Depends}
Recommends: sudo
Provides: wicd-client
Breaks: wicd (<= 1.6.2.2-4)
Replaces: wicd (<= 1.6.2.2-4)
Description: wired and wireless network manager - Curses client
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides the Curses/Urwid client, which is the client
 of choice in environments without X server.

Package: wicd-cli
Architecture: all
Depends: wicd-daemon (= ${source:Version}),
         ${misc:Depends},
         ${python:Depends}
Recommends: sudo
Provides: wicd-client
Breaks: wicd (<< 1.7.0~a3)
Replaces: wicd (<< 1.7.0~a3)
Description: wired and wireless network manager - scriptable console client
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides a scriptable console client.

Package: python-wicd
Architecture: all
Section: python
Depends: ${misc:Depends},
         ${python:Depends},
         net-tools
Suggests: ethtool,
          iproute2
Breaks: wicd (<< 1.7.0~a3)
Replaces: wicd (<< 1.7.0~a3)
Description: wired and wireless network manager - Python module
 Wicd is a general-purpose network configuration server which aims
 to provide a simple but flexible interface for connecting to networks.
 Its features include:
  * wide variety of settings;
  * ability to connect to (and maintain profiles for) both wired and
    wireless networks;
  * support for many encryption schemes, including WEP, WPA, WPA2 and
    custom schemes;
  * wireless-tools compatibility.
 .
 This package provides the Python module used by Wicd.