| 1 |
Source: wpasupplicant
|
| 2 |
Section: net
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian/Ubuntu wpasupplicant Maintainers <pkg-wpa-devel@lists.alioth.debian.org>
|
| 5 |
Uploaders: Kel Modderman <kel@otaku42.de>,
|
| 6 |
Stefan Lippers-Hollmann <s.l-h@gmx.de>
|
| 7 |
Build-Depends: debhelper (>> 8),
|
| 8 |
libdbus-glib-1-dev,
|
| 9 |
libssl-dev,
|
| 10 |
libreadline-dev,
|
| 11 |
libqt4-dev,
|
| 12 |
libdbus-1-dev,
|
| 13 |
libncurses5-dev,
|
| 14 |
libpcsclite-dev,
|
| 15 |
libnl-3-dev (>= 3.2.3-2~) [linux-any],
|
| 16 |
libnl-genl-3-dev (>= 3.2.3-2~) [linux-any],
|
| 17 |
libpcap-dev [kfreebsd-any],
|
| 18 |
libbsd-dev [kfreebsd-any],
|
| 19 |
pkg-config,
|
| 20 |
qt4-qmake
|
| 21 |
Build-Conflicts: libqt3-dev
|
| 22 |
Standards-Version: 3.9.3
|
| 23 |
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-wpa/wpasupplicant/trunk/
|
| 24 |
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-wpa/wpasupplicant/trunk/
|
| 25 |
Homepage: http://w1.fi/wpa_supplicant/
|
| 26 |
|
| 27 |
Package: wpasupplicant
|
| 28 |
Architecture: linux-any kfreebsd-any
|
| 29 |
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6), adduser, initscripts (>= 2.88dsf-13.3)
|
| 30 |
Suggests: wpagui, libengine-pkcs11-openssl
|
| 31 |
Description: client support for WPA and WPA2 (IEEE 802.11i)
|
| 32 |
WPA and WPA2 are methods for securing wireless networks, the former
|
| 33 |
using IEEE 802.1X, and the latter using IEEE 802.11i. This software
|
| 34 |
provides key negotiation with the WPA Authenticator, and controls
|
| 35 |
association with IEEE 802.11i networks.
|
| 36 |
|
| 37 |
Package: wpagui
|
| 38 |
Architecture: linux-any kfreebsd-any
|
| 39 |
Depends: ${shlibs:Depends}, ${misc:Depends}, wpasupplicant (>= 0.7.3~), libqt4-svg
|
| 40 |
Recommends: menu
|
| 41 |
Description: graphical user interface for wpa_supplicant
|
| 42 |
wpagui provides a Qt interface for choosing which configured network
|
| 43 |
to connect to. It also provides a method for browsing 802.11 SSID scan
|
| 44 |
results, an event history log of messages generated by wpa_supplicant,
|
| 45 |
and a method to add or edit wpa_supplicant networks.
|
| 46 |
|
| 47 |
Package: wpasupplicant-udeb
|
| 48 |
Section: debian-installer
|
| 49 |
Priority: standard
|
| 50 |
Architecture: linux-any
|
| 51 |
Package-Type: udeb
|
| 52 |
Depends: ${shlibs:Depends}, ${misc:Depends}, busybox-udeb
|
| 53 |
Description: Client support for WPA and WPA2 (IEEE 802.11i)
|
| 54 |
WPA and WPA2 are methods for securing wireless networks, the former
|
| 55 |
using IEEE 802.1X, and the latter using IEEE 802.11i. This software
|
| 56 |
provides key negotiation with the WPA Authenticator, and controls
|
| 57 |
association with IEEE 802.11i networks.
|
| 58 |
.
|
| 59 |
This is a udeb of wpasupplicant for use by the debian-installer.
|