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
|
Source: iw
Section: net
Priority: optional
Maintainer: Paride Legovini <pl@ninthfloor.org>
Build-Depends: debhelper-compat (= 12),
libnl-3-dev (>= 3.2.3-2~),
libnl-genl-3-dev (>= 3.2.3-2~),
pkg-config
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/debian/iw.git
Vcs-Browser: https://salsa.debian.org/debian/iw
Homepage: https://wireless.kernel.org/en/users/Documentation/iw
Package: iw
Architecture: linux-any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: crda
Breaks: aircrack-ng (<< 1:1.0~rc2-1)
Replaces: aircrack-ng (<< 1:1.0~rc2-1)
Description: tool for configuring Linux wireless devices
This package contains the `iw' tool which allows you to configure and show
information about wireless networking.
.
In the future iw will become the canonical command line tool for wireless
configuration and iwconfig/wireless-tools will no longer be required. See
/usr/share/doc/iw/README.Debian for a more detailed overview of iw.
|