diff options
author | Ondřej Surý <ondrej@sury.org> | 2014-02-18 13:42:33 +0100 |
---|---|---|
committer | Ondřej Surý <ondrej@sury.org> | 2014-02-18 14:08:23 +0100 |
commit | 89fb1ef3836f4a6621fc50d39cb1b1ff1971e356 (patch) | |
tree | 0076ef6aa84d54e95cdfcff9faaf74870fc05f38 /debian | |
parent | 2a7059be915560559ad1d51f0d9359acc28d1252 (diff) | |
download | knot-89fb1ef3836f4a6621fc50d39cb1b1ff1971e356.tar.gz |
Enable --parallel
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index cdb1293..02c2895 100755 --- a/debian/rules +++ b/debian/rules @@ -18,7 +18,7 @@ else endif %: - dh $@ --with autotools-dev,systemd + dh $@ --with autotools-dev,systemd --parallel override_dh_auto_configure: dh_auto_configure -- \ |