diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 22:20:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-10 22:20:54 +0000 |
commit | 7c4ea9966868b0b9c0d8d764e20db584835e255a (patch) | |
tree | fddbbd027f4d70aad431c4eea7176aaf63c3c8dd | |
parent | Adding debconf handling for /etc/default/storage-tools. (diff) | |
download | open-infrastructure-storage-tools-7c4ea9966868b0b9c0d8d764e20db584835e255a.tar.xz open-infrastructure-storage-tools-7c4ea9966868b0b9c0d8d764e20db584835e255a.zip |
Removing superfluous --parallel when invoking debhelper as it's the default with compat level 10, thanks to Gianfranco Costamagna <locutusofborg@debian.org>.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 0b0fa18..c893e9a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ PACKAGE := storage-tools %: - dh ${@} --parallel --with apache2,systemd + dh ${@} --with apache2,systemd override_dh_auto_build: # disabled |