diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 | ||||
-rw-r--r-- | debian/copyright | 24 | ||||
-rwxr-xr-x[-rw-r--r--] | debian/rules | 0 |
3 files changed, 26 insertions, 2 deletions
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 |