diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2016-04-21 17:47:51 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2016-05-06 12:05:12 +0000 |
commit | eea77da678888ba7a308a43e0bf49aa3a08b4cd8 (patch) | |
tree | ffc3e2c7529111bff1962fe00701f4a66beff855 | |
parent | Updating package long-description. (diff) | |
download | open-infrastructure-compute-tools-eea77da678888ba7a308a43e0bf49aa3a08b4cd8.tar.xz open-infrastructure-compute-tools-eea77da678888ba7a308a43e0bf49aa3a08b4cd8.zip |
Disabling dh_auto_build target in rules to prevent manpages being built twice.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index d5e04d8..45a4886 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,6 @@ %: dh ${@} --parallel --with systemd + +override_dh_auto_build: + # disabled |