From e16f1796c4f80a8acb1d0d8ac0a2b8e8823c76af Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 17 Oct 2017 15:48:48 +0200 Subject: Manually enabling ceph-log systemd service, thanks to Sakirnth Nagarasa (Closes: #860877). Signed-off-by: Daniel Baumann --- debian/control | 1 - debian/rules | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 403fdc0..50377a8 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Build-Depends: apache2-dev, asciidoc, debhelper (>= 10), - dh-systemd, docbook-xml, docbook-xsl, libxml2-utils, diff --git a/debian/rules b/debian/rules index c893e9a..0257615 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := storage-tools %: - dh ${@} --with apache2,systemd + dh ${@} --with apache2 override_dh_auto_build: # disabled @@ -15,3 +15,6 @@ override_dh_auto_install: rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE)/LICENSE.txt mv debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE) debian/open-infrastructure-$(PACKAGE)/usr/share/doc/open-infrastructure-$(PACKAGE) + +override_dh_systemd_enable: + dh_systemd_enable --name=ceph-log -- cgit v1.2.3