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
|
Source: wireless-tools
Section: net
Priority: optional
Maintainer: Guus Sliepen <guus@debian.org>
Standards-Version: 4.2.1
Build-Depends: debhelper (>= 11), dpkg-dev (>= 1.16.1~)
Homepage: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html
Package: wireless-tools
Section: net
Architecture: linux-any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Tools for manipulating Linux Wireless Extensions
This package contains the Wireless tools, used to manipulate
the Linux Wireless Extensions. The Wireless Extension is an interface
allowing you to set Wireless LAN specific parameters and get the
specific stats.
Package: ifrename
Section: net
Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: foreign
Conflicts: wireless-tools (<< 27+28pre9)
Description: Rename network interfaces based on various static criteria
Ifrename allow the user to decide what name a network interface will have.
Ifrename can use a variety of selectors to specify how interface names match
the network interfaces on the system, the most common selector is the
interface MAC address.
Package: libiw30
Section: libs
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Wireless tools - library
Wireless tools are used to manipulate the Linux Wireless Extensions. The
Wireless Extension is an interface allowing you to set Wireless LAN specific
parameters and get the specific stats.
.
This package contains the dynamic library libiw.
Package: libiw-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libiw30 (= ${binary:Version}), libc6-dev, ${misc:Depends}
Description: Wireless tools - development files
Wireless tools are used to manipulate the Linux Wireless Extensions. The
Wireless Extension is an interface allowing you to set Wireless LAN specific
parameters and get the specific stats.
.
This package contains the header files and static version of libiw.
Package: wireless-tools-udeb
Section: debian-installer
Architecture: linux-any
XC-Package-Type: udeb
Depends: ${shlibs:Depends}
Description: Tools for manipulating Linux Wireless Extensions
This package contains the Wireless tools, used to manipulate the Linux
Wireless Extensions. The Wireless Extension is an interface allowing you to
set Wireless LAN specific parameters and get the specific stats.
.
This is a udeb of the wireless tools.
Package: libiw30-udeb
Section: debian-installer
Architecture: linux-any
XC-Package-Type: udeb
Depends: ${shlibs:Depends}
Description: Tools for manipulating Linux Wireless Extensions
This package contains the Wireless tools, used to manipulate the Linux
Wireless Extensions. The Wireless Extension is an interface allowing you to
set Wireless LAN specific parameters and get the specific stats.
.
This is a udeb of the wireless tools.
|