Updated Debian control files and documentation
[mtetherd] / debian / control
1 Source: mtetherd
2 Section: user/system
3 Priority: optional
4 Maintainer: Gregor Riepl <onitake@gmail.com>
5 Build-Depends: debhelper (>= 5)
6 Standards-Version: 3.7.2
7
8 Package: mtetherd
9 Architecture: any
10 Depends: ${shlibs:Depends}, ${misc:Depends} iptables (>= 1.4.6), bluetooth-dun (>= 1.1), dnsmasq (>= 2.45)
11 Description: Enable tethering via USB networking and Bluetooth PAN
12  mtetherd allows you to use your N900 as an Internet router.
13  Once a USB network or Bluetooth PAN connection is opened to the device,
14  it will automatically configure networking and start a dnsmasq instance
15  that serves DHCP requests and forwards DNS queries.
16  You can also use it to automatically configure network interfaces
17  for development.
18  .
19  USB networking can be enabled and disabled via the status menu.
20  .
21  IP addresses are now assigned in a more dynamic way.
22  192.168.255.0/24 is reserved for all network interfaces,
23  each of which gets a /30. The first network device will thus receive
24  the following configuration:
25  IP: 192.168.255.1
26  Netmask: 255.255.255.252
27  DHCP address of partner: 192.168.255.2