* Enabled hardened build flags, thanks Moritz Muehlenhoff (closes: #657846)
* Packaging updates * Move to 3.0 (native) source format * Bump DH compat level to 8 * Fix ordering of stdio.h/syslog.h includes (closes: #707385) * Create accounting_dir in init script if necessary (closes: #418156) * Bump Standards-Version to 3.9.4.0 * Add build-arch/build-indep targets to debian/rules * Fix: compiling Warning
This commit is contained in:
parent
26a2025a1b
commit
ecdddd6065
10 changed files with 35 additions and 46 deletions
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -2,12 +2,12 @@ Source: l2tpns
|
|||
Section: net
|
||||
Priority: optional
|
||||
Maintainer: Jonathan McDowell <noodles@earth.li>
|
||||
Build-Depends: debhelper (>> 4), libcli-dev (>> 1.8.5)
|
||||
Standards-Version: 3.7.2.0
|
||||
Build-Depends: debhelper (>> 8), libcli-dev (>> 1.8.5)
|
||||
Standards-Version: 3.9.4.0
|
||||
|
||||
Package: l2tpns
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: layer 2 tunnelling protocol network server (LNS)
|
||||
l2tpns is a daemon designed to terminate large volumes of layer 2
|
||||
tunnelling protocol (RFC 2661: L2TP) sessions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue