r40336 - in /desktop/experimental/gtk+3.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Mon Dec 9 10:58:20 UTC 2013


Author: pochu
Date: Mon Dec  9 10:58:20 2013
New Revision: 40336

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=40336
Log:
* debian/rules:
  + Enable parallel builds.

Modified:
    desktop/experimental/gtk+3.0/debian/changelog
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/changelog?rev=40336&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/changelog	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/changelog	[utf-8] Mon Dec  9 10:58:20 2013
@@ -2,6 +2,8 @@
 
   * debian/libgtk-3-bin.install:
     + Ship broadwayd.
+  * debian/rules:
+    + Enable parallel builds.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Wed, 30 Oct 2013 11:42:00 +0100
 

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=40336&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules	[utf-8] Mon Dec  9 10:58:20 2013
@@ -13,6 +13,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE = gtk+
+
+# Enable parallel build support
+DEB_BUILD_PARALLEL = 1
 
 # Ensure the build aborts when there are still references to undefined symbols
 # currently fails at least in the im-multipress im module




More information about the pkg-gnome-commits mailing list