rev 18255 - kde-extras/kraft/trunk/debian
Felix Geyer
debfx-guest at alioth.debian.org
Fri Jun 4 14:23:51 UTC 2010
Author: debfx-guest
Date: 2010-06-04 14:23:42 +0000 (Fri, 04 Jun 2010)
New Revision: 18255
Modified:
kde-extras/kraft/trunk/debian/changelog
kde-extras/kraft/trunk/debian/control
kde-extras/kraft/trunk/debian/rules
Log:
Enable parallel building.
Modified: kde-extras/kraft/trunk/debian/changelog
===================================================================
--- kde-extras/kraft/trunk/debian/changelog 2010-06-04 14:20:05 UTC (rev 18254)
+++ kde-extras/kraft/trunk/debian/changelog 2010-06-04 14:23:42 UTC (rev 18255)
@@ -13,6 +13,7 @@
* Add watch file.
* Change homepage to http://volle-kraft-voraus.de/.
* Add cmake to build-deps and drop docbook2x.
+ * Enable parallel building.
-- Mark Purcell <msp at debian.org> Sat, 08 May 2010 10:28:50 +1000
Modified: kde-extras/kraft/trunk/debian/control
===================================================================
--- kde-extras/kraft/trunk/debian/control 2010-06-04 14:20:05 UTC (rev 18254)
+++ kde-extras/kraft/trunk/debian/control 2010-06-04 14:23:42 UTC (rev 18255)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
Uploaders: Mark Purcell <msp at debian.org>, Jonathan Patrick Davies <jpatrick at kubuntu.org>
-Build-Depends: debhelper (>= 7),
+Build-Depends: debhelper (>= 7.3.16~),
pkg-kde-tools,
cmake,
kdelibs5-dev,
Modified: kde-extras/kraft/trunk/debian/rules
===================================================================
--- kde-extras/kraft/trunk/debian/rules 2010-06-04 14:20:05 UTC (rev 18254)
+++ kde-extras/kraft/trunk/debian/rules 2010-06-04 14:23:42 UTC (rev 18255)
@@ -4,4 +4,4 @@
#export DH_VERBOSE=1
%:
- dh --with kde $@
+ dh --parallel --with kde $@
More information about the pkg-kde-commits
mailing list