[tango] 01/02: release

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Thu May 5 07:30:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository tango.

commit bd829604392eb39a28005254edf90f14f1406465
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Thu May 5 08:43:12 2016 +0200

    release
---
 debian/changelog                                |  6 ++++++
 debian/patches/0005-fix-FTBF-due-to-cmath.patch | 20 ++++++++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 27 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c82a551..56994b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tango (9.2.2+dfsg-1~exp3) experimental; urgency=medium
+
+    + 0005-fix-FTBF-due-to-cmath.patch (added)
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Tue, 26 Apr 2016 09:44:04 +0200
+
 tango (9.2.2+dfsg-1~exp2) experimental; urgency=medium
 
   * debian/patches
diff --git a/debian/patches/0005-fix-FTBF-due-to-cmath.patch b/debian/patches/0005-fix-FTBF-due-to-cmath.patch
new file mode 100644
index 0000000..08083a4
--- /dev/null
+++ b/debian/patches/0005-fix-FTBF-due-to-cmath.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
+Date: Wed, 4 May 2016 21:56:17 +0200
+Subject: fix FTBF due to cmath
+
+---
+ lib/cpp/server/tango_config.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/lib/cpp/server/tango_config.h b/lib/cpp/server/tango_config.h
+index d539c51..a1f7b3b 100644
+--- a/lib/cpp/server/tango_config.h
++++ b/lib/cpp/server/tango_config.h
+@@ -241,6 +241,7 @@
+ 
+ #ifndef _TG_WINDOWS_
+     #ifdef HAS_ISNAN_IN_STD
++        #include <cmath>
+         #define Tango_isnan(A)  std::isnan(A)
+     #else
+         #define Tango_isnan(A) isnan(A)
diff --git a/debian/patches/series b/debian/patches/series
index 9c93bf4..acea150 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-debian-my.cnf.in.patch
 0003-fix-doc.patch
 0004-p922_1.patch
+0005-fix-FTBF-due-to-cmath.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tango.git



More information about the debian-science-commits mailing list