[pkg-boost-commits] r14492 - boost/branches/1.39.0/debian

Steven Michael Robbins smr at alioth.debian.org
Wed Sep 9 03:05:59 UTC 2009


Author: smr
Date: 2009-09-09 03:05:59 +0000 (Wed, 09 Sep 2009)
New Revision: 14492

Modified:
   boost/branches/1.39.0/debian/changelog
   boost/branches/1.39.0/debian/rules
Log:
Add rule dependency to fix parallel build.

Modified: boost/branches/1.39.0/debian/changelog
===================================================================
--- boost/branches/1.39.0/debian/changelog	2009-09-05 20:54:58 UTC (rev 14491)
+++ boost/branches/1.39.0/debian/changelog	2009-09-09 03:05:59 UTC (rev 14492)
@@ -1,3 +1,12 @@
+boost1.39 (1.39.0-5) unstable; urgency=low
+
+  * rules: Rule $(bjam) needs to depend on $(QUILT_STAMPFN) because
+    patches/bootstrap.patch modifies script bootstrap.sh, used to build
+    $(bjam).  Thanks to Andreas Ferber for the report and astute analysis.
+    Closes: #545535.
+
+ -- Steve M. Robbins <smr at debian.org>  Tue, 08 Sep 2009 22:09:11 -0500
+
 boost1.39 (1.39.0-4) unstable; urgency=low
 
   * rules: Create libboostX-mt.so compatibility symlinks.  Closes:

Modified: boost/branches/1.39.0/debian/rules
===================================================================
--- boost/branches/1.39.0/debian/rules	2009-09-05 20:54:58 UTC (rev 14491)
+++ boost/branches/1.39.0/debian/rules	2009-09-09 03:05:59 UTC (rev 14492)
@@ -152,7 +152,7 @@
 # FIXME: find a flag to disable reading /etc/site-config.jam
 JAM = $(bjam) $(JOBS) -d2 $(JAM_OPT) --layout=system --user-config=$(CURDIR)/user-config.jam debug-symbols=on
 
-$(bjam):
+$(bjam): $(QUILT_STAMPFN)
 	./bootstrap.sh --with-icu --prefix=$(CURDIR)/debian/tmp/usr
 
 user-config.jam:




More information about the pkg-boost-commits mailing list