diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 | ||||
-rwxr-xr-x | debian/rules | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 05689c5a..365d6cbe 100644 --- a/debian/control +++ b/debian/control @@ -3,14 +3,14 @@ Maintainer: Adam Ierymenko <adam.ierymenko@zerotier.com> Section: net Priority: optional Standards-Version: 3.9.6 -Build-Depends: debhelper (>= 9), nodejs (>= 0.10.0), libhttp-parser-dev (>= 2.1), liblz4-dev, npm (>= 1.4.0), libnatpmp-dev +Build-Depends: debhelper (>= 9), nodejs (>= 0.10.0), libhttp-parser-dev (>= 2.1), liblz4-dev, npm (>= 1.4.0), libnatpmp-dev, dh-systemd 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: ${shlibs:Depends}, libhttp-parser2.1, liblz4-1, libnatpmp1 +Depends: ${shlibs:Depends}, ${misc:Depends}, libhttp-parser2.1, liblz4-1, libnatpmp1 Homepage: https://www.zerotier.com/ Description: ZeroTier network virtualization service ZeroTier One lets you join ZeroTier virtual networks and diff --git a/debian/rules b/debian/rules index 6ccd039d..4422dc83 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,10 @@ CFLAGS=-O3 -fstack-protector-strong CXXFLAGS=-O3 -fstack-protector-strong %: - dh $@ + dh $@ --with systemd override_dh_auto_build: make ZT_USE_MINIUPNPC=1 -j 2 + +override_dh_systemd_start: + dh_systemd_start --restart-after-upgrade |