rev 18621 - in trunk/packages/kde3libs/debian: . cdbs
Modestas Vainius
modax at alioth.debian.org
Sat Aug 7 20:19:47 UTC 2010
Author: modax
Date: 2010-08-07 20:19:47 +0000 (Sat, 07 Aug 2010)
New Revision: 18621
Modified:
trunk/packages/kde3libs/debian/cdbs/debian-qt-kde.mk
trunk/packages/kde3libs/debian/changelog
Log:
Enable parallel building: set DEB_BUILD_PARALLEL to yes in debian-qt-kde.mk.
Modified: trunk/packages/kde3libs/debian/cdbs/debian-qt-kde.mk
===================================================================
--- trunk/packages/kde3libs/debian/cdbs/debian-qt-kde.mk 2010-08-07 20:09:00 UTC (rev 18620)
+++ trunk/packages/kde3libs/debian/cdbs/debian-qt-kde.mk 2010-08-07 20:19:47 UTC (rev 18621)
@@ -23,6 +23,8 @@
DEB_KDE_ENABLE_FINAL := yes
DEB_INSTALL_DOCS_ALL :=
+DEB_BUILD_PARALLEL := yes
+
DEB_DH_MAKESHLIBS_ARGS_ALL := -V
DEB_SHLIBDEPS_INCLUDE = $(foreach p,$(PACKAGES_WITH_LIBS),debian/$(p)/usr/lib)
Modified: trunk/packages/kde3libs/debian/changelog
===================================================================
--- trunk/packages/kde3libs/debian/changelog 2010-08-07 20:09:00 UTC (rev 18620)
+++ trunk/packages/kde3libs/debian/changelog 2010-08-07 20:19:47 UTC (rev 18621)
@@ -13,6 +13,7 @@
Ricks for the patch.
* Support opening of KDE 4 khelpcenter in Help -> Handbook. (Closes: #525621)
Thanks to Ben Burton for the patch.
+ * Enable parallel building: set DEB_BUILD_PARALLEL to yes in debian-qt-kde.mk.
-- Modestas Vainius <modax at debian.org> Sat, 07 Aug 2010 10:08:47 +0300
More information about the pkg-kde-commits
mailing list