[tango] 08/08: release
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Sat Oct 29 13:35:58 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 d6234429f94f604ff8881b17ad5d01d2aaf25c32
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date: Sat Oct 29 15:13:52 2016 +0200
release
---
debian/changelog | 5 +++--
.../0005-fix-FTBF-due-to-missing-cmath-include.patch | 20 --------------------
debian/patches/series | 1 -
3 files changed, 3 insertions(+), 23 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c9a676a..a5908ae 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
tango (9.2.5~rc1+dfsg1-1~exp1) experimental; urgency=medium
- * New upstream version 9.2.5~rc1
+ * New upstream version 9.2.5~rc1+dfsg1
* Use default-libmysqlclient-dev instead of libmysqlclient-dev in
order to support also MariaDB.
* d/patches
- 0004-p922_1.patch (useless)
- 0011-link-against-libmysqlclient-Closes-825081.patch (useless)
- - 0005-fix-mysql-detection.patch (added)
+ - 0005-fix-FTBF-due-to-missing-cmath-include.patch (upstreamed)
+ + 0005-fix-mysql-detection.patch (added)
-- Picca Frédéric-Emmanuel <picca at debian.org> Fri, 28 Oct 2016 13:03:23 +0200
diff --git a/debian/patches/0005-fix-FTBF-due-to-missing-cmath-include.patch b/debian/patches/0005-fix-FTBF-due-to-missing-cmath-include.patch
deleted file mode 100644
index e9a6765..0000000
--- a/debian/patches/0005-fix-FTBF-due-to-missing-cmath-include.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From: =?utf-8?q?Picca_Fr=C3=A9d=C3=A9ric-Emmanuel?= <picca at debian.org>
-Date: Thu, 5 May 2016 08:44:58 +0200
-Subject: fix FTBF due to missing cmath include
-
----
- 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 6f614f4..36cf780 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,4 @@
0001-debian-fix_database_scripts.patch
0002-debian-my.cnf.in.patch
0003-fix-doc.patch
-0005-fix-FTBF-due-to-missing-cmath-include.patch
0005-fix-mysql-detection.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