diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2015-07-01 13:15:55 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2015-07-01 13:15:55 +0200 |
commit | 36e6270cd1fdac93994548f1563b4f5fd5c24628 (patch) | |
tree | 5cf1af61a6ccb24eae9c2e3e081e81c38f7e0e3f /debian/rules | |
parent | db0b5876a982e93446fcc2df42c16d3e2b62dcfb (diff) | |
parent | b35ad09bfc4a26e7ea456f01596aa86576a62b3b (diff) |
Merge branch 'jessie'
Conflicts:
debian/changelog
debian/control
debian/patches/series
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c5d982d..ba759c2 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ endif export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ + dh $@ --with systemd override_dh_auto_configure: dh_auto_configure -- $(shell dpkg-buildflags --export=configure) --enable-password-save --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --with-ifconfig-path=/sbin/ifconfig $(ROUTE_ARGS) --with-plugindir=\$${prefix}/lib/openvpn --includedir=\$${prefix}/include/openvpn --enable-pkcs11 --enable-x509-alt-username --enable-systemd @@ -70,3 +70,6 @@ override_dh_installinit: override_dh_compress: dh_compress --exclude=.cnf --exclude=pkitool +override_dh_systemd_start: + dh_systemd_start --restart-after-upgrade + |