aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-02-14 22:30:26 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2012-02-14 22:30:26 +0100
commit4d6e1c4fbe549a77caa5ba0fc60e1bf668bf4a4b (patch)
tree2584d9bc2869bb438ebf054aa00f6f1663b1ac75
parentba589d1fd264f3ad3fbe8767bf215c0399a162cf (diff)
downloadnx-libs-4d6e1c4fbe549a77caa5ba0fc60e1bf668bf4a4b.tar.gz
nx-libs-4d6e1c4fbe549a77caa5ba0fc60e1bf668bf4a4b.tar.bz2
nx-libs-4d6e1c4fbe549a77caa5ba0fc60e1bf668bf4a4b.zip
Enable parallel build for Debian package.
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/rules2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index a94294908..1e6d1dc36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ nx-libs (2:3.5.0.11-0) UNRELEASED; urgency=low
the Xinerama extension.
* Update patch: 001_add-main-makefile.full+lite.patch, use curly braces for
macros.
+ * Enable parallel build for Debian package.
[ Jan Engelhardt ]
* Update patch: 001_add-main-makefile.full+lite.patch, allow passing of
diff --git a/debian/rules b/debian/rules
index 520ed1abf..4a4782d6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_clean:
override_dh_auto_build:
debian/pre-build-nx.sh
- LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt
+ LD_LIBRARY_PATH=`pwd`/debian/libnx-x11/usr/lib/nx/X11:$$LD_LIBRARY_PATH dh_auto_build --with quilt --parallel
debian/post-build-nx.sh
override_dh_auto_install: