rev 19810 - kde-extras/krename/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Wed Dec 25 18:17:30 UTC 2013


Author: pino
Date: 2013-12-25 18:17:30 +0000 (Wed, 25 Dec 2013)
New Revision: 19810

Modified:
   kde-extras/krename/trunk/debian/changelog
   kde-extras/krename/trunk/debian/rules
Log:
enable parallel build


Modified: kde-extras/krename/trunk/debian/changelog
===================================================================
--- kde-extras/krename/trunk/debian/changelog	2013-12-25 18:16:18 UTC (rev 19809)
+++ kde-extras/krename/trunk/debian/changelog	2013-12-25 18:17:30 UTC (rev 19810)
@@ -5,6 +5,7 @@
     - bump the debhelper build dependency to >= 9~
     - bump compat to 9
   * Fix Vcs-* headers.
+  * Enable parallel build.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Wed, 25 Dec 2013 19:09:42 +0100
 

Modified: kde-extras/krename/trunk/debian/rules
===================================================================
--- kde-extras/krename/trunk/debian/rules	2013-12-25 18:16:18 UTC (rev 19809)
+++ kde-extras/krename/trunk/debian/rules	2013-12-25 18:17:30 UTC (rev 19810)
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with kde
+	dh $@ --parallel --with kde
 
 .PHONY: override_dh_auto_test




More information about the pkg-kde-commits mailing list