[shibboleth-sp2] 01/02: Enable shibd.service during installation
Etienne Dysli Metref
edm-guest at moszumanska.debian.org
Thu Dec 8 14:56:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
edm-guest pushed a commit to branch edm/debian/master
in repository shibboleth-sp2.
commit 518aa2bc342846e91e0bdb49b8e8415ffae1e0df
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
Date: Thu Dec 8 09:57:25 2016 +0100
Enable shibd.service during installation
Add a build-dependency on dh-systemd and 'dh --with systemd' to rules.
This restores the behaviour of enabling shibd during installation that
we had with the sysvinit file, but not with the systemd service unit.
Closes: #846608
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 0b26473..4f765da 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends:
dh-apache2,
dh-autoreconf,
dh-exec,
+ dh-systemd,
libboost-dev,
libfcgi-dev,
libkrb5-dev,
diff --git a/debian/rules b/debian/rules
index 9707f2d..27d3b52 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ get-orig-source:
uscan --repack --compression=xz --destdir='$(CURDIR)'
%:
- dh $@ --parallel --with apache2,autoreconf
+ dh $@ --parallel --with apache2,autoreconf,systemd
override_dh_auto_configure:
dh_auto_configure -- \
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/shibboleth-sp2.git
More information about the Pkg-shibboleth-devel
mailing list