r43972 - in /packages/sundials/trunk/debian: changelog patches/gcc4.6.patch patches/series rules

trophime-guest at users.alioth.debian.org trophime-guest at users.alioth.debian.org
Wed Oct 26 09:19:42 UTC 2011


Author: trophime-guest
Date: Wed Oct 26 09:19:41 2011
New Revision: 43972

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=43972
Log:
use of Hardening options (Closes #646457)

Added:
    packages/sundials/trunk/debian/patches/gcc4.6.patch
Modified:
    packages/sundials/trunk/debian/changelog
    packages/sundials/trunk/debian/patches/series
    packages/sundials/trunk/debian/rules

Modified: packages/sundials/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/changelog?rev=43972&op=diff
==============================================================================
--- packages/sundials/trunk/debian/changelog (original)
+++ packages/sundials/trunk/debian/changelog Wed Oct 26 09:19:41 2011
@@ -1,3 +1,9 @@
+sundials (2.4.0-4) unstable; urgency=low
+
+  * debian/patches: add gcc4.6.patch (Closes: #646457)
+
+ -- Christophe Trophime <christophe.trophime at lncmi.cnrs.fr>  Mon, 24 Oct 2011 15:01:41 +0200
+
 sundials (2.4.0-3) unstable; urgency=low
 
   * Change the uploader to Debian Science

Added: packages/sundials/trunk/debian/patches/gcc4.6.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/patches/gcc4.6.patch?rev=43972&op=file
==============================================================================
--- packages/sundials/trunk/debian/patches/gcc4.6.patch (added)
+++ packages/sundials/trunk/debian/patches/gcc4.6.patch Wed Oct 26 09:19:41 2011
@@ -1,0 +1,13 @@
+Index: sundials-2.4.0/src/cvode/cvode.c
+===================================================================
+--- sundials-2.4.0.orig/src/cvode/cvode.c	2011-10-24 16:06:47.520615754 +0200
++++ sundials-2.4.0/src/cvode/cvode.c	2011-10-24 16:07:35.272617736 +0200
+@@ -4128,7 +4128,7 @@
+ 
+ #ifndef NO_FPRINTF_OUTPUT
+     fprintf(stderr, "\n[%s ERROR]  %s\n  ", module, fname);
+-    fprintf(stderr, msgfmt);
++    fprintf(stderr, "%s", msgfmt);
+     fprintf(stderr, "\n\n");
+ #endif
+ 

Modified: packages/sundials/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/patches/series?rev=43972&op=diff
==============================================================================
--- packages/sundials/trunk/debian/patches/series (original)
+++ packages/sundials/trunk/debian/patches/series Wed Oct 26 09:19:41 2011
@@ -1,2 +1,3 @@
 makefile.patch
 sh4.patch
+gcc4.6.patch

Modified: packages/sundials/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/sundials/trunk/debian/rules?rev=43972&op=diff
==============================================================================
--- packages/sundials/trunk/debian/rules (original)
+++ packages/sundials/trunk/debian/rules Wed Oct 26 09:19:41 2011
@@ -4,6 +4,13 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+
+#include /usr/share/hardening-includes/hardening.make
+#
+#CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
+#LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
+#CFLAGS+=$(HARDENING_CFLAGS)
+#LDFLAGS+=$(HARDENING_LDFLAGS)
 
 debusr := $(DEB_DESTDIR)usr
 debexp = debian/libsundials-serial-dev/usr/share/doc/libsundials-serial-dev/examples




More information about the debian-science-commits mailing list