[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[texworks] 51/73: Imported Debian patch 0.5~svn1363-4



This is an automated email from the git hooks/post-receive script.

preining pushed a commit to branch master
in repository texworks.

commit 203a7ba70e67b3cf5fe7ada5e19215e5fd3c0e95
Author: Atsuhito KOHDA <kohda@debian.org>
Date:   Fri Jun 6 09:32:35 2014 +0900

    Imported Debian patch 0.5~svn1363-4
---
 debian/changelog | 7 +++++++
 debian/rules     | 6 +++++-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 94b7b41..6843e84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+texworks (0.5~svn1363-4) unstable; urgency=medium
+
+  * Enabled parallel building.  Thanks to Pino Toscano <pino AT debian.org>.
+    (Closes: #749971)
+
+ -- Atsuhito KOHDA <kohda@debian.org>  Fri, 06 Jun 2014 09:32:35 +0900
+
 texworks (0.5~svn1363-3) unstable; urgency=medium
 
   * Now hopefully we did a decent fix.
diff --git a/debian/rules b/debian/rules
index b5e0f13..9e5d271 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,10 @@ include /usr/share/dpkg/buildflags.mk
 CFLAGS+=$(CPPFLAGS)
 CXXFLAGS+=$(CPPFLAGS)
 
+ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+NJOBS := -j $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+endif
+
 
 .PHONY: build-arch build-indep build clean binary-indep binary-arch binary install configure
 
@@ -38,7 +42,7 @@ build-arch: build-stamp
 # Build architecture-dependent files
 build-stamp: configure-stamp  
 	dh_testdir
-	cd build && $(MAKE) VERBOSE=1
+	cd build && $(MAKE) $(NJOBS) VERBOSE=1
 	touch $@
 
 clean: 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-tex/texworks.git


Reply to: