Enable building in parallel (--parallel).

ci/unstable
Modestas Vainius 15 years ago
parent 9260bad776
commit f7c12c50a6

1
debian/changelog vendored

@ -1,6 +1,7 @@
cmake (2.8.0-6) UNRELEASED; urgency=low
* Remove DMUA entry from debian/control. No longer needed.
* Enable building in parallel (--parallel).
-- Modestas Vainius <modestas@vainius.eu> Sun, 06 Dec 2009 21:39:01 +0200

2
debian/rules vendored

@ -31,6 +31,6 @@ override_dh_auto_clean:
rm -f $(BUILD_FLAGS_FILE)
%:
dh --builddirectory=Build $@
dh --parallel --builddirectory=Build $@
.PHONY: override_dh_auto_configure override_dh_auto_clean

Loading…
Cancel
Save