diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:30:54 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:30:54 -0700 |
commit | 62b64d39ab30b91d99b4b9aef8ef2990f86fdff6 (patch) | |
tree | 0ed4b8b8eea665a0b919ffacb23e6b10a15d2abc /debian/control | |
parent | ae87fbf8e368aff7aa1171a610551496532fc9db (diff) | |
download | infinitytier-62b64d39ab30b91d99b4b9aef8ef2990f86fdff6.tar.gz infinitytier-62b64d39ab30b91d99b4b9aef8ef2990f86fdff6.zip |
Minimal debian is working.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 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 |