9 changed files with 45 additions and 6 deletions
@ -0,0 +1,5 @@
|
||||
zerotier-one (1.1.5) UNRELEASED; urgency=medium |
||||
|
||||
* Initial release. (Closes: #XXXXXX) |
||||
|
||||
-- root <root@linux-mercury-debian> Wed, 08 Jun 2016 10:05:01 -0700 |
||||
@ -0,0 +1,18 @@
|
||||
Source: zerotier-one |
||||
Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com> |
||||
Section: net |
||||
Priority: optional |
||||
Standards-Version: 3.9.2 |
||||
Build-Depends: debhelper (>= 9), nodejs (>= 0.10.0), libhttp-parser-dev (>= 2.1), liblz4-dev, npm (>= 1.4.0) |
||||
Vcs-Git: git://github.com/zerotier/ZeroTierOne |
||||
Vcs-Browser: https://github.com/zerotier/ZeroTierOne |
||||
Homepage: https://www.zerotier.com/ |
||||
|
||||
Package: zerotier-one |
||||
Architecture: any |
||||
Depends: |
||||
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 |
||||
https://www.zerotier.com/ for instructions and |
||||
documentation. |
||||
@ -1,4 +1,4 @@
|
||||
Manual Pages and Other Documentation |
||||
===== |
||||
|
||||
To build the Linux/Unix manual pages type "./build.sh." You'll need NodeJS since if it's not here already the build script will pull [marked-man](https://github.com/kapouer/marked-man), which is a MarkDown to ROFF/man converter. We pre-build and ship the compiled man pages, so running build.sh is not essential unless the source MarkDown files have changed. |
||||
Use "./build.sh" to build the manual pages. You'll need NodeJS and npm installed. |
||||
|
||||
Loading…
Reference in new issue