Depend on new ssl package and install alias for universal TUN/TAP module.
This commit is contained in:
parent
156ec67652
commit
80b4a851a6
2 changed files with 3 additions and 1 deletions
2
debian/control
vendored
2
debian/control
vendored
|
@ -3,7 +3,7 @@ Section: non-US/main
|
|||
Priority: optional
|
||||
Maintainer: Ivo Timmermans <ivo@debian.org>
|
||||
Standards-Version: 3.0.1
|
||||
Build-Depends: libc6-dev, libssl096-dev, autoconf (>= 2.12),
|
||||
Build-Depends: libssl-dev, autoconf (>= 2.12),
|
||||
automake, debhelper, gettext
|
||||
|
||||
Package: tinc
|
||||
|
|
2
debian/tinc.modules
vendored
2
debian/tinc.modules
vendored
|
@ -9,3 +9,5 @@ options tap0 -o tap0 -x unit=0
|
|||
options tap1 -o tap1 -x unit=1
|
||||
options tap2 -o tap2 -x unit=2
|
||||
options tap3 -o tap3 -x unit=3
|
||||
|
||||
alias char-major-10-200 tun
|
||||
|
|
Loading…
Reference in a new issue