summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-10-17 13:48:48 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-10-17 14:12:17 +0000
commite16f1796c4f80a8acb1d0d8ac0a2b8e8823c76af (patch)
tree9746efd5adf6087e0f934792ed036b841ffe9bfe
parentUsing 'HTML page' instead of website in package description and debconf messa... (diff)
downloadopen-infrastructure-storage-tools-e16f1796c4f80a8acb1d0d8ac0a2b8e8823c76af.tar.xz
open-infrastructure-storage-tools-e16f1796c4f80a8acb1d0d8ac0a2b8e8823c76af.zip
Manually enabling ceph-log systemd service, thanks to Sakirnth Nagarasa <sakirnth.nagarasa@bfh.ch> (Closes: #860877).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control1
-rwxr-xr-xdebian/rules5
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