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

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue May 8 09:04:06 UTC 2007


Author: lool
Date: Tue May  8 09:04:05 2007
New Revision: 10861

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=10861
Log:
* Also honor parallel=n in DEB_BUILD_OPTIONS.

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=10861&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/changelog (original)
+++ desktop/unstable/pango1.0/debian/changelog Tue May  8 09:04:05 2007
@@ -1,11 +1,12 @@
-pango1.0 (1.16.4-1) UNRELEASED; urgency=low
+pango1.0 (1.16.4-1) unstable; urgency=low
 
   * Drop "libtool_is_fool" snippet patching hardcode_libdir_flag_spec and
     archive_cmds which is probably dangerous with newer libtools.
   * Let the udeb Provide on the special modver ABI tag.
   * New upstream releases; no API change.
-
- -- Loic Minier <lool at dooz.org>  Fri, 27 Apr 2007 23:25:38 +0200
+  * Also honor parallel=n in DEB_BUILD_OPTIONS.
+
+ -- Loic Minier <lool at dooz.org>  Tue, 08 May 2007 10:54:01 +0200
 
 pango1.0 (1.16.2-2) unstable; urgency=low
 

Modified: desktop/unstable/pango1.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pango1.0/debian/rules?rev=10861&op=diff
==============================================================================
--- desktop/unstable/pango1.0/debian/rules (original)
+++ desktop/unstable/pango1.0/debian/rules Tue May  8 09:04:05 2007
@@ -13,9 +13,10 @@
 # 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
+# -f debian/rules in rules), you need to pass a flag to avoid adding "-jX" when
 # the childs encounters this line
-MAKEFLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j2 $(DEB_BUILD_OPTIONS_PARALLEL))
+DEB_BUILD_OPTIONS_PARALLEL ?= $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))
+MAKEFLAGS += $(if $(DEB_BUILD_OPTIONS_PARALLEL),-j$(DEB_BUILD_OPTIONS_PARALLEL))
 
 CFLAGS += -Wall -g -O$(if $(findstring noopt,$(DEB_BUILD_OPTIONS)),0,2)
 




More information about the pkg-gnome-commits mailing list