diff options
author | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-07 14:39:36 -0500 |
---|---|---|
committer | Rodney Dawes <rodney.dawes@canonical.com> | 2017-02-07 14:39:36 -0500 |
commit | 9cc563e5946d703580eaa32fa8cc63ba7c3a81f4 (patch) | |
tree | be07b00a8a393a750cdb0d16da48d99d4b3a4e2c | |
parent | 472445887cb7f7a16e2c3fb5dca1f19a52d55bab (diff) | |
download | ayatana-indicator-display-9cc563e5946d703580eaa32fa8cc63ba7c3a81f4.tar.gz ayatana-indicator-display-9cc563e5946d703580eaa32fa8cc63ba7c3a81f4.tar.bz2 ayatana-indicator-display-9cc563e5946d703580eaa32fa8cc63ba7c3a81f4.zip |
Enable parallel builds.
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index c329b0a..9bd9847 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f %: - dh $@ --with translations + dh $@ --parallel --with translations |