mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
Minimal debian is working.
This commit is contained in:
parent
ae87fbf8e3
commit
62b64d39ab
4 changed files with 28 additions and 7 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -59,11 +59,8 @@ doc/*.2
|
||||||
doc/*.8
|
doc/*.8
|
||||||
.depend
|
.depend
|
||||||
node_modules
|
node_modules
|
||||||
cluster-geo/cluster-geo/config.js
|
debian/files
|
||||||
cluster-geo/cluster-geo/cache.*
|
debian/zerotier-one*
|
||||||
tests/http/zerotier-one
|
|
||||||
tests/http/big-test-hosts
|
|
||||||
netcon/httpstub
|
|
||||||
|
|
||||||
# MacGap wrapper build files
|
# MacGap wrapper build files
|
||||||
/ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
|
/ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
|
||||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -2,7 +2,7 @@ Source: zerotier-one
|
||||||
Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
|
Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Standards-Version: 3.9.2
|
Standards-Version: 3.9.6
|
||||||
Build-Depends: debhelper (>= 9), nodejs (>= 0.10.0), libhttp-parser-dev (>= 2.1), liblz4-dev, npm (>= 1.4.0), libnatpmp-dev
|
Build-Depends: debhelper (>= 9), nodejs (>= 0.10.0), libhttp-parser-dev (>= 2.1), liblz4-dev, npm (>= 1.4.0), libnatpmp-dev
|
||||||
Vcs-Git: git://github.com/zerotier/ZeroTierOne
|
Vcs-Git: git://github.com/zerotier/ZeroTierOne
|
||||||
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
|
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
|
||||||
|
@ -10,7 +10,7 @@ Homepage: https://www.zerotier.com/
|
||||||
|
|
||||||
Package: zerotier-one
|
Package: zerotier-one
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends:
|
Depends: libhttp-parser2.1, liblz4-1, libnatpmp1
|
||||||
Description: ZeroTier network virtualization service
|
Description: ZeroTier network virtualization service
|
||||||
ZeroTier One lets you join ZeroTier virtual networks and
|
ZeroTier One lets you join ZeroTier virtual networks and
|
||||||
have them appear as tun/tap ports on your system. See
|
have them appear as tun/tap ports on your system. See
|
||||||
|
|
24
debian/copyright
vendored
24
debian/copyright
vendored
|
@ -0,0 +1,24 @@
|
||||||
|
Format: http://dep.debian.net/deps/dep5
|
||||||
|
Upstream-Name: zerotier-one
|
||||||
|
Source: https://github.com/zerotier/ZeroTierOne
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2011-2016 ZeroTier, Inc.
|
||||||
|
License: GPL-3.0+
|
||||||
|
|
||||||
|
License: GPL-3.0+
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation, either version 3 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
.
|
||||||
|
This package is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
GNU General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
|
0
debian/rules
vendored
Normal file → Executable file
0
debian/rules
vendored
Normal file → Executable file
Loading…
Add table
Reference in a new issue