diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 18 | ||||
-rw-r--r-- | debian/copyright | 0 | ||||
-rw-r--r-- | debian/format | 1 | ||||
-rw-r--r-- | debian/rules | 3 |
6 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 00000000..668dbbfd --- /dev/null +++ b/debian/changelog @@ -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 diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..f11c82a4 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9
\ No newline at end of file diff --git a/debian/control b/debian/control new file mode 100644 index 00000000..61c179e9 --- /dev/null +++ b/debian/control @@ -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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/debian/copyright diff --git a/debian/format b/debian/format new file mode 100644 index 00000000..46ebe026 --- /dev/null +++ b/debian/format @@ -0,0 +1 @@ +3.0 (quilt)
\ No newline at end of file diff --git a/debian/rules b/debian/rules new file mode 100644 index 00000000..cbe925d7 --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ |