File: control

package info (click to toggle)
bosixnet 2.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: cpp: 409; sh: 262; makefile: 4
file content (51 lines) | stat: -rw-r--r-- 2,181 bytes parent folder | download | duplicates (3)
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
Source: bosixnet
Section: net
Priority: optional
Maintainer: Boris Pek <tehnick@debian.org>
Build-Depends: cmake, debhelper-compat (= 13), libfcgi-dev
Homepage: https://github.com/tehnick/bosixnet
Vcs-Git: https://github.com/tehnick/bosixnet-debian.git
Vcs-Browser: https://github.com/tehnick/bosixnet-debian
Standards-Version: 4.5.1
Rules-Requires-Root: no

Package: bosixnet-daemon
Architecture: all
Depends: curl, lsb-base (>= 3.0-6), net-tools, sed (>= 4.2), ${misc:Depends}
Suggests: bosixnet-webui, miredo | gogoc
Description: Build Own IPv6 Network (client utilities)
 Project should be useful when you have to administer many computers
 distributed through different networks and connected via NAT. In most of
 cases you may just install miredo, gogoc or any other tunnel broker's
 software and these computers will be available via IPv6 addresses. BOSixNet
 includes the collection of tools for automatic updating the list of such
 hosts.
 .
 This package provides the shell script which periodically sends information
 about current IPv6 address to remote server and updates local /etc/hosts
 based on data received from that remote server. It is expected that
 bosixnet-webui is launched on that remote server.

Package: bosixnet-webui
Architecture: any
Depends: adduser,
         curl,
         lsb-base (>= 3.0-6),
         sed (>= 4.2),
         spawn-fcgi,
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: bosixnet-daemon
Suggests: miredo | gogoc
Description: Build Own IPv6 Network (server utilities)
 Project should be useful when you have to administer many computers
 distributed through different networks and connected via NAT. In most of
 cases you may just install miredo, gogoc or any other tunnel broker's
 software and these computers will be available via IPv6 addresses. BOSixNet
 includes the collection of tools for automatic updating the list of such
 hosts.
 .
 This package provides the FastCGI program which passively listens for
 incoming connections and generates list of hosts in your IPv6 network which
 may be put directly into /etc/hosts. Program has very few dependencies and
 it may be easily launched on embedded devices.