[cpp-sp] 01/02: Enable shibd.service during installation
Scott Cantor
cantor.2 at osu.edu
Thu Dec 20 19:49:08 EST 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-4
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=518aa2bc342846e91e0bdb49b8e8415ffae1e0df
commit 518aa2bc342846e91e0bdb49b8e8415ffae1e0df
Author: Etienne Dysli Metref <etienne.dysli-metref at switch.ch>
AuthorDate: 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 -- \
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list