[Pkg-octave-commit] [SCM] Debian packaging for dynare branch, master, updated. debian/4.2.2-2-7-g5984a3b

Sébastien Villemot sebastien.villemot at ens.fr
Fri Dec 2 16:53:29 UTC 2011


The following commit has been merged in the master branch:
commit b103378e4cb9274bbc699ecf1a59325ea7e407b6
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Fri Dec 2 16:44:26 2011 +0100

    debian/patches/hardening-ftbfs: remove patch, applied upstream

diff --git a/debian/patches/hardening-ftbfs b/debian/patches/hardening-ftbfs
deleted file mode 100644
index b19be99..0000000
--- a/debian/patches/hardening-ftbfs
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: Fix FTBFS with -Werror=format-security
-Origin: upstream, commit: 288983a3f9b27378b8ae2ea5e920d0f8d227a947
-Bug-Debian: http://bugs.debian.org/646258
-Last-Updated: 2011-11-07
-Applied-Upstream: 4.2.3
-diff --git a/dynare++/sylv/cc/SylvException.cpp b/dynare++/sylv/cc/SylvException.cpp
-index 4671ef8..4320613 100644
---- a/dynare++/sylv/cc/SylvException.cpp
-+++ b/dynare++/sylv/cc/SylvException.cpp
-@@ -26,7 +26,7 @@ void SylvException::printMessage() const
- 	char mes[1500];
- 	mes[0] = '\0';
- 	printMessage(mes, 1499);
--	printf(mes);
-+	puts(mes);
- }
- 
- int SylvException::printMessage(char* str, int maxlen) const
diff --git a/debian/patches/series b/debian/patches/series
index 80f5523..944e12e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 extra-addpath
 fhs-compliance
-hardening-ftbfs

-- 
Debian packaging for dynare



More information about the Pkg-octave-commit mailing list