diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:13:31 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:13:31 -0700 |
commit | 2e890580fc3f0c02b5611c14111ff3079df70d55 (patch) | |
tree | 861849649387ae2780462d6f6327e8f9686b0070 /debian | |
parent | afda5e684b4c3b02d55436a6ea6bff82cb56d056 (diff) | |
download | infinitytier-2e890580fc3f0c02b5611c14111ff3079df70d55.tar.gz infinitytier-2e890580fc3f0c02b5611c14111ff3079df70d55.zip |
Stop shipping pre-build man pages since it violates Debian arcane rule #134931e+26 and add manpages build target.
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 $@ |