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

Julian Taylor jtaylor.debian at googlemail.com
Thu Jun 21 21:14:14 UTC 2012


The following commit has been merged in the master branch:
commit fac6aff459c313876533954d9a1edb14ffd3c9a7
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Thu Jun 21 23:09:43 2012 +0200

    document addition of flags to the long long test

diff --git a/debian/changelog b/debian/changelog
index 3ddbf45..07d5377 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 fftw3 (3.3.2-4) unstable; urgency=low
 
   * add debian/source/extended-diff-ignore to ignore generated files
+  * add hardening flags to long long test so build log check does not complain
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 10 Jun 2012 22:49:17 +0200
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Thu, 21 Jun 2012 23:07:47 +0200
 
 fftw3 (3.3.2-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index f0e622a..9ab11f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,6 +78,7 @@ build-arch:
 	#
 	# long double precision
 	# build only on architectures where double != long-double
+	# flags added so build log checks don't report missing hardening flags
 	gcc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o test_long_long-double debian/test_long_long-double.c
 	if ! ./test_long_long-double; then \
 		$(SETCFLAGS) ./configure --enable-long-double $(archconfflags) && \

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list