[SCM] chromaprint/master: Enable parallel build
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Sun Aug 28 11:45:30 UTC 2016
The following commit has been merged in the master branch:
commit e1a0fba405823ab9f9809b4c329e2df3b554c737
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Aug 28 13:40:44 2016 +0200
Enable parallel build
diff --git a/debian/rules b/debian/rules
index 0e7be55..5db96c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,7 @@ CONFIGURE_FLAGS = -DCMAKE_BUILD_TYPE=Release \
#endif
%:
- dh $@
+ dh $@ --parallel
override_dh_auto_configure:
dh_auto_configure -- $(CONFIGURE_FLAGS)
--
packaging for chromaprint, an audio fingerprinting library
More information about the pkg-multimedia-commits
mailing list