[med-svn] [lamarc] 01/01: Fix missing climits
Andreas Tille
tille at debian.org
Mon Dec 4 20:51:55 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository lamarc.
commit 8a8902f9cd16e42e4c858a8b5f74b1fd6036522b
Author: Andreas Tille <tille at debian.org>
Date: Mon Dec 4 21:51:29 2017 +0100
Fix missing climits
---
debian/patches/limits.patch | 14 ++++++++++++++
debian/patches/series | 1 +
debian/patches/use_debian_packaged_boost.patch | 4 ++++
debian/patches/use_debian_packaged_tinyxml.patch | 4 ++++
4 files changed, 23 insertions(+)
diff --git a/debian/patches/limits.patch b/debian/patches/limits.patch
new file mode 100644
index 0000000..b79a557
--- /dev/null
+++ b/debian/patches/limits.patch
@@ -0,0 +1,14 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 01 Dec 2017 19:42:59 +0100
+Description: Add missing climits
+
+--- a/src/tools/stringx.cpp
++++ b/src/tools/stringx.cpp
+@@ -15,6 +15,7 @@
+ #include <string>
+ #include <cstring>
+ #include <cstdio>
++#include <climits>
+
+ // NOTE: older versions required including <direct.h> here and
+ // using _getcwd() below for MSWINDOWS compiles
diff --git a/debian/patches/series b/debian/patches/series
index 8fd1692..7aa84b3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
use_debian_packaged_tinyxml.patch
use_debian_packaged_boost.patch
gcc-7.patch
+limits.patch
diff --git a/debian/patches/use_debian_packaged_boost.patch b/debian/patches/use_debian_packaged_boost.patch
index e172d4e..a0f829c 100644
--- a/debian/patches/use_debian_packaged_boost.patch
+++ b/debian/patches/use_debian_packaged_boost.patch
@@ -1,3 +1,7 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 01 Dec 2017 19:42:59 +0100
+Description: Use Debian packaged boost
+
--- a/Makefile.am
+++ b/Makefile.am
@@ -98,7 +98,7 @@ lamarc_includes = \
diff --git a/debian/patches/use_debian_packaged_tinyxml.patch b/debian/patches/use_debian_packaged_tinyxml.patch
index af789e1..1231be1 100644
--- a/debian/patches/use_debian_packaged_tinyxml.patch
+++ b/debian/patches/use_debian_packaged_tinyxml.patch
@@ -1,3 +1,7 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Fri, 01 Dec 2017 19:42:59 +0100
+Description: Use Debian packaged tinyxml
+
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,18 +69,6 @@ lam_conv_rc.o : $(top_srcdir)/re
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/lamarc.git
More information about the debian-med-commit
mailing list