diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-11-05 07:13:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-01-19 10:23:12 +0000 |
commit | 1d0c3c6d870097f1b4d5bf70054a28d4bd48a83e (patch) | |
tree | d858d97b78a15421239ca6df7c9907af46b2ee26 | |
parent | Adding Rules-Requires-Root field. (diff) | |
download | open-infrastructure-compute-tools-1d0c3c6d870097f1b4d5bf70054a28d4bd48a83e.tar.xz open-infrastructure-compute-tools-1d0c3c6d870097f1b4d5bf70054a28d4bd48a83e.zip |
Dropping obsolete build-depends on dh-systemd.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 5860860..5434b01 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> Build-Depends: asciidoc, debhelper (>= 10), - dh-systemd, docbook-xml, docbook-xsl, libxml2-utils, diff --git a/debian/rules b/debian/rules index 34d682c..1f3ecf3 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := container-tools %: - dh ${@} --with systemd + dh ${@} override_dh_auto_build: # disabled |