rev 19107 - kde-extras/kio-gopher/trunk/debian

Pino Toscano pino at alioth.debian.org
Sat Feb 18 11:59:50 UTC 2012


Author: pino
Date: 2012-02-18 11:59:49 +0000 (Sat, 18 Feb 2012)
New Revision: 19107

Modified:
   kde-extras/kio-gopher/trunk/debian/changelog
   kde-extras/kio-gopher/trunk/debian/control
   kde-extras/kio-gopher/trunk/debian/rules
Log:
enable parallel building

- bump debhelper build dependency to >= 7.4.10
- pass --parallel to `dh'


Modified: kde-extras/kio-gopher/trunk/debian/changelog
===================================================================
--- kde-extras/kio-gopher/trunk/debian/changelog	2012-02-18 11:46:49 UTC (rev 19106)
+++ kde-extras/kio-gopher/trunk/debian/changelog	2012-02-18 11:59:49 UTC (rev 19107)
@@ -10,8 +10,11 @@
   * Switch to format "3.0 (quilt)".
   * Adjust `dh' invocation in rules to be more compatible with greater dh
     compat versions.
+  * Enable parallel building:
+    - bump debhelper build dependency to >= 7.4.10
+    - pass --parallel to `dh'
 
- -- Pino Toscano <pino at debian.org>  Sat, 18 Feb 2012 12:46:19 +0100
+ -- Pino Toscano <pino at debian.org>  Sat, 18 Feb 2012 12:58:10 +0100
 
 kio-gopher (0.1.3-2) unstable; urgency=low
 

Modified: kde-extras/kio-gopher/trunk/debian/control
===================================================================
--- kde-extras/kio-gopher/trunk/debian/control	2012-02-18 11:46:49 UTC (rev 19106)
+++ kde-extras/kio-gopher/trunk/debian/control	2012-02-18 11:59:49 UTC (rev 19107)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
-Build-Depends: debhelper (>= 7.3.16), pkg-kde-tools (>= 0.5), cmake,
+Build-Depends: debhelper (>= 7.4.10), pkg-kde-tools (>= 0.5), cmake,
  kdelibs5-dev (>= 4:4.2.0), gettext
 Standards-Version: 3.9.2
 Homepage: http://userbase.kde.org/Kio_gopher

Modified: kde-extras/kio-gopher/trunk/debian/rules
===================================================================
--- kde-extras/kio-gopher/trunk/debian/rules	2012-02-18 11:46:49 UTC (rev 19106)
+++ kde-extras/kio-gopher/trunk/debian/rules	2012-02-18 11:59:49 UTC (rev 19107)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with kde
+	dh $@ --parallel --with kde
 




More information about the pkg-kde-commits mailing list