summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 10:30:54 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2016-06-08 10:30:54 -0700
commit62b64d39ab30b91d99b4b9aef8ef2990f86fdff6 (patch)
tree0ed4b8b8eea665a0b919ffacb23e6b10a15d2abc
parentae87fbf8e368aff7aa1171a610551496532fc9db (diff)
downloadinfinitytier-62b64d39ab30b91d99b4b9aef8ef2990f86fdff6.tar.gz
infinitytier-62b64d39ab30b91d99b4b9aef8ef2990f86fdff6.zip
Minimal debian is working.
-rwxr-xr-x.gitignore7
-rw-r--r--debian/control4
-rw-r--r--debian/copyright24
-rwxr-xr-x[-rw-r--r--]debian/rules0
4 files changed, 28 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index 0a213b99..aed0ad6d 100755
--- a/.gitignore
+++ b/.gitignore
@@ -59,11 +59,8 @@ doc/*.2
doc/*.8
.depend
node_modules
-cluster-geo/cluster-geo/config.js
-cluster-geo/cluster-geo/cache.*
-tests/http/zerotier-one
-tests/http/big-test-hosts
-netcon/httpstub
+debian/files
+debian/zerotier-one*
# MacGap wrapper build files
/ext/mac-ui-macgap1-wrapper/src/MacGap.xcodeproj/project.xcworkspace/xcuserdata/*
diff --git a/debian/control b/debian/control
index e74dce46..191ae775 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: zerotier-one
Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com>
Section: net
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
Vcs-Git: git://github.com/zerotier/ZeroTierOne
Vcs-Browser: https://github.com/zerotier/ZeroTierOne
@@ -10,7 +10,7 @@ Homepage: https://www.zerotier.com/
Package: zerotier-one
Architecture: any
-Depends:
+Depends: libhttp-parser2.1, liblz4-1, libnatpmp1
Description: ZeroTier network virtualization service
ZeroTier One lets you join ZeroTier virtual networks and
have them appear as tun/tap ports on your system. See
diff --git a/debian/copyright b/debian/copyright
index e69de29b..cd728a0d 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -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".
diff --git a/debian/rules b/debian/rules
index cbe925d7..cbe925d7 100644..100755
--- a/debian/rules
+++ b/debian/rules