[SCM] Implementation of the FITS WCS standard branch, debian, updated. upstream/4.8.2-62-g67a554c

Ole Streicher debian at liska.ath.cx
Tue Jul 17 08:23:14 UTC 2012


The following commit has been merged in the debian branch:
commit 67a554ca8ce883ce508168c074449bcc04b76ea3
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Jul 17 10:22:02 2012 +0200

    Propagate CPPFLAGS with (for D_FORTIFY_SOURCE=2) to build system

diff --git a/debian/patches/fortify.patch b/debian/patches/fortify.patch
new file mode 100644
index 0000000..cd00ee5
--- /dev/null
+++ b/debian/patches/fortify.patch
@@ -0,0 +1,14 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Debian wants to add --D_FORTIFY_SOURCE=2 to CPPFLAGS. This
+ patch propagates that to the build process.
+--- a/makedefs.in
++++ b/makedefs.in
+@@ -89,7 +89,7 @@
+ 
+ # C preprocessor and options.
+   CPP      := @CPP@
+-  CPPFLAGS := @DEFS@
++  CPPFLAGS := @CPPFLAGS@ @DEFS@
+   WCSTRIG  := WRAPPER
+ 
+ # C compiler and options.
diff --git a/debian/patches/series b/debian/patches/series
index 2ffb5c6..d548fb6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 increase_tspx_test_tol.patch
 disable_Ftspx_test.patch
+fortify.patch

-- 
Implementation of the FITS WCS standard



More information about the debian-science-commits mailing list