r9514 - in /desktop/experimental/pango1.0/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Wed Apr 4 13:11:45 UTC 2007


Author: lool
Date: Wed Apr  4 13:11:44 2007
New Revision: 9514

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=9514
Log:
* Add support for DEB_BUILD_OPTIONS_PARALLEL.

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

Modified: desktop/experimental/pango1.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/changelog?rev=9514&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/changelog (original)
+++ desktop/experimental/pango1.0/debian/changelog Wed Apr  4 13:11:44 2007
@@ -5,8 +5,9 @@
     its logic; build-dep on gnome-pkg-tools >= 0.11.
   * Run "make check" test suite for the shared flavor except if
     DEB_BUILD_OPTIONS contains the "nocheck" keyword; ignore failures.
-
- -- Loic Minier <lool at dooz.org>  Mon, 02 Apr 2007 15:39:18 +0200
+  * Add support for DEB_BUILD_OPTIONS_PARALLEL.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 03 Apr 2007 19:50:32 +0200
 
 pango1.0 (1.16.1-1) experimental; urgency=low
 

Modified: desktop/experimental/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/pango1.0/debian/rules?rev=9514&op=diff
==============================================================================
--- desktop/experimental/pango1.0/debian/rules (original)
+++ desktop/experimental/pango1.0/debian/rules Wed Apr  4 13:11:44 2007
@@ -10,6 +10,13 @@
 STAMP_DIR := debian/stampdir
 
 PATCH_DIR := debian/patches
+
+# rules in this debian/rules Makefile can be built concurrently as well as
+# upstream rules in Makefile; all $(MAKE) invocations will inherit this flag,
+# if you recurse into debian/rules ($(MAKE)
+# -f debian/rules in rules), you need to pass a flag to avoid adding "-j2" when
+# the childs encounters this line
+MAKEFLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j2 $(DEB_BUILD_OPTIONS_PARALLEL))
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)




More information about the pkg-gnome-commits mailing list