diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:19:46 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-06-08 10:19:46 -0700 |
commit | ae87fbf8e368aff7aa1171a610551496532fc9db (patch) | |
tree | 35a8c94c9175fde01916d8389051d3c62bc903ed /debian | |
parent | 2e890580fc3f0c02b5611c14111ff3079df70d55 (diff) | |
download | infinitytier-ae87fbf8e368aff7aa1171a610551496532fc9db.tar.gz infinitytier-ae87fbf8e368aff7aa1171a610551496532fc9db.zip |
make install installs man pages
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 61c179e9..e74dce46 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ 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) +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 Homepage: https://www.zerotier.com/ |