[zookeeper] 11/15: Remove explicit calls to dh_systemd
tony mancill
tmancill at debian.org
Sat Jan 20 22:13:28 UTC 2018
This is an automated email from the git hooks/post-receive script.
tmancill pushed a commit to branch master
in repository zookeeper.
commit 27bde453e92a3143239073a86d676644c34c5a00
Author: tony mancill <tmancill at debian.org>
Date: Sun Jan 14 15:41:19 2018 -0800
Remove explicit calls to dh_systemd
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index f58e45c..a0a28ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ ANT_ARGS = -Dversion=$(DEB_UPSTREAM_VERSION) \
-Dant.build.javac.target=1.5
%:
- dh $@ --buildsystem=ivy --with javahelper --with python2 --with systemd
+ dh $@ --buildsystem=ivy --with javahelper --with python2
override_dh_auto_build:
# TODO exclude the fatjar contrib from upstream tarball and include the rest contrib
@@ -140,6 +140,3 @@ override_dh_auto_clean:
override_dh_installinit:
dh_installinit --name=zookeeper
-
-override_dh_systemd_enable:
- dh_systemd_enable --name=zookeeper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/zookeeper.git
More information about the pkg-java-commits
mailing list