[SCM] libindi packaging branch, master, updated. 4ebf8127328f6286f061866eb58557a80bc41242

Pino Toscano pino at alioth.debian.org
Thu Sep 29 14:04:55 UTC 2011


The following commit has been merged in the master branch:
commit 4ebf8127328f6286f061866eb58557a80bc41242
Author: Pino Toscano <pino at debian.org>
Date:   Thu Sep 29 16:04:35 2011 +0200

    rules: allow to build in a parallel way
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index ad9edd1..52478c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export CXXFLAGS := $(shell dpkg-buildflags --get CXXFLAGS)
 export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DCMAKE_USE_RELATIVE_PATHS=ON -DLIB_DESTINATION=/usr/lib/$(DEB_HOST_MULTIARCH)

-- 
libindi packaging



More information about the pkg-kde-commits mailing list