rev 20624 - kde-extras/audex/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Jul 30 12:47:38 UTC 2016


Author: pino
Date: 2016-07-30 12:47:38 +0000 (Sat, 30 Jul 2016)
New Revision: 20624

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


Modified: kde-extras/audex/trunk/debian/changelog
===================================================================
--- kde-extras/audex/trunk/debian/changelog	2016-07-30 12:46:29 UTC (rev 20623)
+++ kde-extras/audex/trunk/debian/changelog	2016-07-30 12:47:38 UTC (rev 20624)
@@ -15,6 +15,7 @@
     - use the kde dh addon
     - add a audex.manpages to install the man page
   * Remove unused build dependencies: dh-buildinfo, quilt, and patchutils.
+  * Enable the parallel build.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 30 Jul 2016 14:21:48 +0200
 

Modified: kde-extras/audex/trunk/debian/rules
===================================================================
--- kde-extras/audex/trunk/debian/rules	2016-07-30 12:46:29 UTC (rev 20623)
+++ kde-extras/audex/trunk/debian/rules	2016-07-30 12:47:38 UTC (rev 20624)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with kde
+	dh $@ --parallel --with kde
 
 override_dh_auto_build:
 	dh_auto_build




More information about the pkg-kde-commits mailing list