chiark / gitweb /
changelog: Document changes since 0.6.1
[secnet.git] / debian / control
index 3d88ed14841950ef2de74414f8bb7fe1d3b515ea..54ecd5edac214ade7a285a421d94188572312896 100644 (file)
@@ -1,13 +1,29 @@
 Source: secnet
 Section: net
-Priority: extra
-Maintainer: Stephen Early <steve@greenend.org.uk>
+Priority: optional
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+Uploaders: Stephen Early <steve@greenend.org.uk>,
+           Richard Kettlewell <rjk@terraraq.org.uk>
+Build-Depends: debhelper (>= 12), libgmp3-dev, libadns1-dev, bison, flex,
+               libbsd-dev, python3, tclx, tcl, libtcl-chiark-1
 Standards-Version: 3.0.1
 
 Package: secnet
 Architecture: any
-Depends: ${shlibs:Depends}
-Recommends: python
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base
+Pre-Depends: ${misc:Pre-Depends}
+Recommends: python3
 Description: VPN software for distributed networks
  secnet allows multiple private networks, each 'hidden' behind a single
- globally-routable IP address, to be bridged together.
+ globally-routable IP address, to be bridged together.  It also
+ supports individual client systems which may connect to multiple
+ upstreams.
+ .
+ Compared to many other systems, secnet has good handling of mobile
+ endpoints (mobile client nodes), and extremely flexible configuration.
+ However, it is not easy to configure.
+ .
+ secnet works well with userv-ipif (allowing it to run without needing
+ root privilege) and hippotat (not currently in Debian).
+ .
+ secnet is the main VPN program used by greenend.org.uk.