diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-04-21 17:47:50 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:05:11 +0000 |
commit | 0d58346d1a59f10d49b3a1cff952189790b5a581 (patch) | |
tree | 2817d5db32c33f36a825c58742f0e84beebb4528 | |
parent | Adding gitignore file. (diff) | |
download | open-infrastructure-compute-tools-0d58346d1a59f10d49b3a1cff952189790b5a581.tar.xz open-infrastructure-compute-tools-0d58346d1a59f10d49b3a1cff952189790b5a581.zip |
Building with dh-systemd.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 7f5ddc6..2af9b3e 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: Daniel Baumann <mail@daniel-baumann.ch> Build-Depends: asciidoc, debhelper (>= 9), + dh-systemd, docbook-xml, docbook-xsl, libxml2-utils, diff --git a/debian/rules b/debian/rules index 59ad07a..d5e04d8 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh ${@} --parallel + dh ${@} --parallel --with systemd |