[SCM] qtbase packaging branch, experimental, updated. debian/5.4.1+dfsg-2-5-gf4be3fd
Lisandro Damián Nicanor Pérez
lisandro at moszumanska.debian.org
Fri Mar 13 22:15:10 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=f4be3fd
The following commit has been merged in the experimental branch:
commit f4be3fd4ee2d46ae3cc93bb6e534ad0ffe269d5a
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date: Fri Mar 13 19:14:30 2015 -0300
Default to one make job in case DEB_BUILD_OPTIONS is not set.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 9dc5ccb..5eecfec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -84,6 +84,8 @@ endif
ifneq (,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
NUMJOBS = $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+else
+ NUMJOBS = 1
endif
%:
--
qtbase packaging
More information about the pkg-kde-commits
mailing list