Browse Source

Minimal debian is working.

Adam Ierymenko 9 years ago
parent
commit
62b64d39ab
4 changed files with 28 additions and 7 deletions
  1. 2 5
      .gitignore
  2. 2 2
      debian/control
  3. 24 0
      debian/copyright
  4. 0 0
      debian/rules

+ 2 - 5
.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/*

+ 2 - 2
debian/control

@@ -2,7 +2,7 @@ Source: zerotier-one
 Maintainer: Adam Ierymenko <[email protected]>
 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

+ 24 - 0
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".

+ 0 - 0
debian/rules