[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.3-1-2-g87817aa

Julian Taylor jtaylor.debian at googlemail.com
Sun Dec 9 16:28:14 UTC 2012


The following commit has been merged in the master branch:
commit 87817aa86df925e8d63358bbc7abdb61656aed88
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sun Dec 9 15:36:51 2012 +0100

    don't build docs in parallel, sometimes leads to broken faq

diff --git a/debian/changelog b/debian/changelog
index 9317c20..d9bda29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 fftw3 (3.3.3-2) experimental; urgency=low
 
   * restrict architectures of libfftw3-dev dependencies on -quad3 and -long3
+  * don't build docs in parallel, sometimes leads to broken faq
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 09 Dec 2012 15:31:07 +0100
 
diff --git a/debian/rules b/debian/rules
index 46ef03d..fb90719 100755
--- a/debian/rules
+++ b/debian/rules
@@ -101,10 +101,10 @@ endif
 	touch build-arch
 
 build-indep:
-	-(cd doc ; $(MAKE) -k clean)
+	-(cd doc ; $(MAKE) -j1 -k clean)
 	-rm -f doc/*.info* doc/rfftwnd.png doc/html/*
-	cd doc/FAQ && $(MAKE) fftw-faq.html fftw-faq.ascii
-	cd doc && $(MAKE) && $(MAKE) html
+	cd doc/FAQ && $(MAKE) -j1 fftw-faq.html fftw-faq.ascii
+	cd doc && $(MAKE) -j1 && $(MAKE) -j1 html
 	touch build-indep
 
 build: build-stamp

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list