~ubuntu-branches/ubuntu/quantal/wpa/quantal-201207091727

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Kel Modderman, Stefan Lippers-Hollmann, Kel Modderman
  • Date: 2012-04-21 15:59:32 UTC
  • Revision ID: package-import@ubuntu.com-20120421155932-dti0mkayrinzxmpl
Tags: 1.0~rc3-1
[ Stefan Lippers-Hollmann ]
* import new upstream snapshot 1.0-rc3:
  - fixes:
    - hostapd: Fails to authenticate on wpa2 password (Closes: #483924)
    - hostapd: EAPOL reauthentication/rekeying timeout loop when using WMM
      (Closes: #655129, #659059)
  - rebase patches:
    - libnl3-includes
  - update hostapd configs.
  - update wpa_supplicant configs.
* merge source packages for hostapd and wpasupplicant under the new name
  "wpa", which is also used by upstream.
* restrict wpasupplicant to linux-any and kfreebsd-any, hurd lacks kernel
  support.
* bump standards version to 3.9.3, no changes necessary.
* update dep-5 version to final 1.0, no changes necessary:
  - order licenses alphabetically.
* build-depend on docbook-to-man explicitly.
* convert packaging to Multi-Arch, bump compat level to 9 and debhelper
  build-dependency accordingly; all binaries are Multi-Arch=foreign.
* update debian/copyright for wpa 1.0~rc2 and merged sources.
* fix clean target and make sure to succeed building twice in a row.
* drop build-dependency on libreadline-dev, it's no longer needed with
  WPA_CLI_EDIT.
* remove watch file, there is no corresponding upstream tarballs at the
  moment.
* add (temporary?) get-orig-source target to debian/rules, which fetches the
  last tagged upstream version corresponding to debian/changelog.
  - add a lintian override for this, upstream doesn't want to release
    tarballs at the moment.
* use epoche only for hostapd binaries.

[ Kel Modderman ]
* export BINDIR=/sbin, the build system now requires it when patching
  D-Bus/systemd configuration.
* quieten the upstream build system so that errors/warning are more visible.
* assist with adaptation of debian/rules for merge of wpa_supplicant/hostapd:
  - add docbook-utils to build dependency list and make documentation from
    sgml source
  - ensure shared code under src/ is cleaned between wpa_supplicant/hostapd
    builds
  - put wpa_supplicant/hostapd ifupdown hooks in their own namespace, adapt
    installation of ifupdown hooks
* drop the netdev_wrapper script from wpagui and associated patch
* install systemd service unit file
* refresh D-Bus service activation file patch which starts process with
  syslog and control socket support, also patch systemd service file
* drop 09_dbus_emit_change_events.patch, applied upstream.
* fix ftbfs with gcc/g++ 4.7 (Closes: 667416)
* unfortunately, hostapd package historically added an epoch, so an epoch
  must now be added to this source package too.
* enable hardened build flags. (Closes: #657332)
* remove DEB_BUILD_OPTIONS=noopt handling from debian/rules, no longer
  required since dpkg-buildflags honors it.
* Add ability to set CC for cross building support (untested).
* Remove Faidon Liambotis <paravoid@debian.org> from Uploaders as per
  his request, many thanks for all past efforts Faidon.
* Only build manpages from docbook source, we do not currently use the
  html or pdf products.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: wpa
 
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
 Jan Dittberner <jandd@debian.org>
 
8
Build-Depends: debhelper (>> 9.20120115),
 
9
 libdbus-glib-1-dev,
 
10
 libssl-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
 docbook-to-man,
 
22
 docbook-utils
 
23
Build-Conflicts: libqt3-dev
 
24
Standards-Version: 3.9.3
 
25
Vcs-Svn: svn://anonscm.debian.org/svn/pkg-wpa/wpa/trunk/
 
26
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-wpa/wpa/trunk/
 
27
Homepage: http://w1.fi/wpa_supplicant/
 
28
 
 
29
Package: hostapd
 
30
Architecture: linux-any kfreebsd-any
 
31
Multi-Arch: foreign
 
32
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-13), initscripts (>= 2.88dsf-13.3)
 
33
Description: user space IEEE 802.11 AP and IEEE 802.1X/WPA/WPA2/EAP Authenticator
 
34
 Originally, hostapd was an optional user space component for Host AP
 
35
 driver. It adds more features to the basic IEEE 802.11 management
 
36
 included in the kernel driver: using external RADIUS authentication
 
37
 server for MAC address based access control, IEEE 802.1X Authenticator
 
38
 and dynamic WEP keying, RADIUS accounting, WPA/WPA2 (IEEE 802.11i/RSN)
 
39
 Authenticator and dynamic TKIP/CCMP keying.
 
40
 .
 
41
 The current version includes support for other drivers, an integrated
 
42
 EAP authenticator (i.e., allow full authentication without requiring
 
43
 an external RADIUS authentication server), and RADIUS authentication
 
44
 server for EAP authentication.
 
45
 .
 
46
 hostapd works with the following drivers:
 
47
 .
 
48
  * mac80211 based drivers with support for master mode [linux]
 
49
  * Host AP driver for Prism2/2.5/3 [linux]
 
50
  * Driver interface for FreeBSD net80211 layer [kfreebsd]
 
51
  * Any wired Ethernet driver for wired IEEE 802.1X authentication.
 
52
 
 
53
Package: wpagui
 
54
Architecture: linux-any kfreebsd-any
 
55
Multi-Arch: foreign
 
56
Depends: ${shlibs:Depends}, ${misc:Depends}, wpasupplicant (>= 0.7.3~), libqt4-svg
 
57
Recommends: menu
 
58
Description: graphical user interface for wpa_supplicant
 
59
 wpagui provides a Qt interface for choosing which configured network
 
60
 to connect to. It also provides a method for browsing 802.11 SSID scan
 
61
 results, an event history log of messages generated by wpa_supplicant,
 
62
 and a method to add or edit wpa_supplicant networks.
 
63
 
 
64
Package: wpasupplicant
 
65
Architecture: linux-any kfreebsd-any
 
66
Multi-Arch: foreign
 
67
Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6), adduser, initscripts (>= 2.88dsf-13.3)
 
68
Suggests: wpagui, libengine-pkcs11-openssl
 
69
Description: client support for WPA and WPA2 (IEEE 802.11i)
 
70
 WPA and WPA2 are methods for securing wireless networks, the former
 
71
 using IEEE 802.1X, and the latter using IEEE 802.11i. This software
 
72
 provides key negotiation with the WPA Authenticator, and controls
 
73
 association with IEEE 802.11i networks.
 
74
 
 
75
Package: wpasupplicant-udeb
 
76
Section: debian-installer
 
77
Priority: standard
 
78
Architecture: linux-any
 
79
Package-Type: udeb
 
80
Depends: ${shlibs:Depends}, ${misc:Depends}, busybox-udeb
 
81
Description: Client support for WPA and WPA2 (IEEE 802.11i)
 
82
 WPA and WPA2 are methods for securing wireless networks, the former
 
83
 using IEEE 802.1X, and the latter using IEEE 802.11i. This software
 
84
 provides key negotiation with the WPA Authenticator, and controls
 
85
 association with IEEE 802.11i networks.
 
86
 .
 
87
 This is a udeb of wpasupplicant for use by the debian-installer.