rev 20338 - kde-extras/kdesvn/trunk/debian

Pino Toscano pino at moszumanska.debian.org
Sat Feb 13 18:53:17 UTC 2016


Author: pino
Date: 2016-02-13 18:53:17 +0000 (Sat, 13 Feb 2016)
New Revision: 20338

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


Modified: kde-extras/kdesvn/trunk/debian/changelog
===================================================================
--- kde-extras/kdesvn/trunk/debian/changelog	2016-02-13 18:51:57 UTC (rev 20337)
+++ kde-extras/kdesvn/trunk/debian/changelog	2016-02-13 18:53:17 UTC (rev 20338)
@@ -9,6 +9,7 @@
   * Remove extra libsoprano-dev build dependency, which was added as workaround
     for a bug in kdelibs5-dev.
   * Fix "konqueror" typo in descriptions. (Closes: #613994)
+  * Enable parallel build.
 
  -- Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sat, 13 Feb 2016 19:27:10 +0100
 

Modified: kde-extras/kdesvn/trunk/debian/rules
===================================================================
--- kde-extras/kdesvn/trunk/debian/rules	2016-02-13 18:51:57 UTC (rev 20337)
+++ kde-extras/kdesvn/trunk/debian/rules	2016-02-13 18:53:17 UTC (rev 20338)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with-kde
+	dh $@ --parallel --with-kde
 
 override_dh_makeshlibs:
 	dh_makeshlibs -V




More information about the pkg-kde-commits mailing list