[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-3-23-ge595a2d

Julian Taylor jtaylor.debian at googlemail.com
Tue Dec 4 20:50:20 UTC 2012


The following commit has been merged in the master branch:
commit 7501041a199cc5041b775b1a98f581f5ac918c03
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue Dec 4 19:49:57 2012 +0100

    add .NOTPARALLEL to debian/rules

diff --git a/debian/changelog b/debian/changelog
index 1a57a0d..e253c53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ fftw3 (3.3.3-1) experimental; urgency=low
   * drop --with-gcc-arch configure flag, has no effect anymore
   * use dh-autoreconf
   * Bump to standards 3.9.4, no changes required
+  * add .NOTPARALLEL to debian/rules
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sat, 01 Dec 2012 19:12:03 +0100
 
diff --git a/debian/rules b/debian/rules
index ceb5b84..0b7a9b7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -175,3 +175,4 @@ binary-arch: build-arch
 binary: binary-indep binary-arch
 
 .PHONY: binary binary-arch binary-indep clean
+.NOTPARALLEL:

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list