diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-27 18:53:55 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2018-04-27 18:53:55 -0700 |
commit | fffb037873448afab75b91dd66617e84bcb21644 (patch) | |
tree | ae3f1b2b15953690940cad836f858f9889ebaefc | |
parent | 1df5d0453d4c7c6f3c5a653f4e7a4eae24242099 (diff) | |
download | infinitytier-fffb037873448afab75b91dd66617e84bcb21644.tar.gz infinitytier-fffb037873448afab75b91dd66617e84bcb21644.zip |
Fix for packaging on old Debian squeeze.
-rw-r--r-- | debian/control.wheezy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control.wheezy b/debian/control.wheezy index f14c8760..a8e24084 100644 --- a/debian/control.wheezy +++ b/debian/control.wheezy @@ -3,7 +3,7 @@ Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com> Section: net Priority: optional Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9) +Build-Depends: debhelper Vcs-Git: git://github.com/zerotier/ZeroTierOne Vcs-Browser: https://github.com/zerotier/ZeroTierOne Homepage: https://www.zerotier.com/ |