reflect updated debhelper level, current standards version, etc
[debian/ipip] / debian / control
1 Source: ipip
2 Section: net
3 Priority: extra
4 Maintainer: Bdale Garbee <bdale@gag.com>
5 Build-Depends: debhelper (>= 10)
6 Standards-Version: 4.5.0
7 Vcs-Git: git://git.gag.com/debian/ipip
8 Vcs-Browser: https://git.gag.com/?p=debian/ipip
9
10 Package: ipip
11 Architecture: any
12 Depends: ${shlibs:Depends}, ${misc:Depends}
13 Description: IP over IP Encapsulation Daemon
14  This daemon provides an alternative to the kernel-resident support for IP
15  encapsulation links.  It is better suited for situations where there are many
16  encapsulation connections to be managed, such as is the case for amateur
17  radio interconnection of network 44.  Also, because the daemon is outside the
18  kernel, it provides an excellent environment for experimenting with alternate
19  mechanisms for distributing encapsulation routing updates.
20  .
21  If you need one encapsulation link, use the kernel's built-in support.  If
22  you need a lot of encapsulation links, give this daemon a try.