Initial packaging for n2n 3.1.1

This commit is contained in:
billchenchina 2022-11-15 08:51:52 +08:00
parent e7b41df57b
commit 64c575dfa7
10 changed files with 866 additions and 0 deletions

19
debian/control vendored Normal file
View file

@ -0,0 +1,19 @@
Source: n2n
Section: net
Priority: optional
Maintainer: Rolf Leggewie <foss@rolf.leggewie.biz>
Build-Depends: cmake, debhelper-compat (= 13)
Standards-Version: 4.5.1
Homepage: http://www.ntop.org/products/n2n/
Vcs-Browser: https://github.com/leggewie-DM/n2n
Vcs-Git: https://github.com/leggewie-DM/n2n.git
Package: n2n
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends},
lsb-base (>= 3.0-6), net-tools
Description: Peer-to-Peer VPN network daemon
n2n is an open source VPN application which utilizes
a Peer-to-peer architecture for network membership
and routing.