r40359 - in /desktop/unstable/pango1.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Thu Dec 19 12:10:47 UTC 2013


Author: pochu
Date: Thu Dec 19 12:10:46 2013
New Revision: 40359

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

Modified:
    desktop/unstable/pango1.0/debian/changelog
    desktop/unstable/pango1.0/debian/rules

Modified: desktop/unstable/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/changelog?rev=40359&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/changelog	[utf-8] Thu Dec 19 12:10:46 2013
@@ -2,6 +2,7 @@
 
   * debian/rules:
     + Set VERBOSE so we get more information about test failures.
+    + Enable parallel builds.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 28 Oct 2013 16:25:08 +0100
 

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=40359&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/pango1.0/debian/rules	[utf-8] Thu Dec 19 12:10:46 2013
@@ -13,6 +13,9 @@
 include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
 GNOME_MODULE := pango
+
+# Enable parallel build support
+DEB_BUILD_PARALLEL = 1
 
 # Ensure the build aborts when there are still references to undefined symbols
 LDFLAGS += -Wl,-z,defs




More information about the pkg-gnome-commits mailing list