chiark / gitweb /
debian/control: Adjust priority (as per modern policy and lintian)
[secnet.git] / debian / control
1 Source: secnet
2 Section: net
3 Priority: optional
4 Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
5 Uploaders: Stephen Early <steve@greenend.org.uk>,
6            Richard Kettlewell <rjk@terraraq.org.uk>
7 Build-Depends: debhelper (>= 12), libgmp3-dev, libadns1-dev, bison, flex,
8                libbsd-dev, python3, tclx, tcl, libtcl-chiark-1
9 Standards-Version: 3.0.1
10
11 Package: secnet
12 Architecture: any
13 Depends: ${shlibs:Depends}, ${misc:Depends}
14 Recommends: python3
15 Description: VPN software for distributed networks
16  secnet allows multiple private networks, each 'hidden' behind a single
17  globally-routable IP address, to be bridged together.  It also
18  supports individual client systems which may connect to multiple
19  upstreams.
20  .
21  Compared to many other systems, secnet has good handling of mobile
22  endpoints (mobile client nodes), and extremely flexible configuration.
23  However, it is not easy to configure.
24  .
25  secnet works well with userv-ipif (allowing it to run without needing
26  root privilege) and hippotat (not currently in Debian).
27  .
28  secnet is the main VPN program used by greenend.org.uk.