[tango] 01/01: update the todo list for 9.1.0

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Jan 16 09:18:27 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 775ca8a22623d3da3f3fb28f44b2b1ef6f0065cc
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Sat Jan 16 10:18:09 2016 +0100

    update the todo list for 9.1.0
---
 debian/todo | 98 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 41 insertions(+), 57 deletions(-)

diff --git a/debian/todo b/debian/todo
index 362a025..516f65b 100644
--- a/debian/todo
+++ b/debian/todo
@@ -1,57 +1,41 @@
-- ask the ESRf if they want tango7 + tango8 // installation for production
-  - compilation / execution
-
-- add the 
-
-diff --git a/lib/cpp/log4tango/Makefile.am b/lib/cpp/log4tango/Makefile.am
-index e0231d5..3d0ea84 100644
---- a/lib/cpp/log4tango/Makefile.am
-+++ b/lib/cpp/log4tango/Makefile.am
-@@ -1,5 +1,7 @@
- SUBDIRS = config src include tests
- 
-+ACLOCAL_AMFLAGS = -I m4
-+
- if DOC
- SUBDIRS += doc
- endif
-@@ -20,7 +22,7 @@ EXTRA_DIST = log4tango.pc.in \
- 		m4/PETI_PEDANTIC_GCC.m4 \
- 		m4/AC_FUNC_SNPRINTF.m4 \
- 		m4/AC_C_INT64_T.m4
--		
-+
- pkgconfigdir = $(libdir)/pkgconfig
- pkgconfig_DATA = log4tango.pc		
-
-- what about the configure check for zeromq but require zmq.hpp ?
-
-- what about Alessio patches for precise.
-
-- what about the upgrade tango db etc...
- j'ai mis une rule qui permet de generer ces scripts.
-
-- doxygen -u pour upgrader le fichier de configuration voir quelles version minimum de doxygen doit être supporté.
-
-- il y a des warning avec gcc4.7 et log4tango
-In file included from ../../../../../lib/cpp/log4tango/src/StringUtil.cpp:47:0:
-../../../../../lib/cpp/log4tango/src/snprintf.c: In function 'int portable_vsnprintf(char*, size_t, const char*, va_list)':
-../../../../../lib/cpp/log4tango/src/snprintf.c:957:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
-../../../../../lib/cpp/log4tango/src/snprintf.c:974:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
-../../../../../lib/cpp/log4tango/src/snprintf.c:983:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
-../../../../../lib/cpp/log4tango/src/snprintf.c:994:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
-../../../../../lib/cpp/log4tango/src/snprintf.c:1006:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
-
-/usr/bin/doxygen
-warning: Tag `SHOW_DIRECTORIES' at line 473 of file Doxyfile has become obsolete.
-To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
-warning: Tag `HTML_ALIGN_MEMBERS' at line 802 of file Doxyfile has become obsolete.
-To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
-/home/picca/Debian/main/tango/tango/lib/cpp/log4tango/include/log4tango/LoggerStream.hh:92: warning: argument 'i' of command @param is not found in the argument list of log4tango::LoggerStream::operator<<(LOG4TANGO_UNUSED(LogInitiator &i))
-/home/picca/Debian/main/tango/tango/lib/cpp/log4tango/include/log4tango/LoggerStream.hh:102: warning: argument 's' of command @param is not found in the argument list of log4tango::LoggerStream::operator<<(LOG4TANGO_UNUSED(LogSeparator &s))
-/home/picca/Debian/main/tango/tango/lib/cpp/log4tango/include/log4tango/LoggerStream.hh:112: warning: argument 'endoflog' of command @param is not found in the argument list of log4tango::LoggerStream::operator<<(LOG4TANGO_UNUSED(ls_terminator endoflog))
-
-- les pkgconfig files
-
-- fichier pas nettoyé
-  pogo/templates/cpp/Makefile
\ No newline at end of file
+* TODO 9.1.0 release
+** what about the configure check for zeromq but require zmq.hpp ?
+
+** upgrade script of tango-db
+   - [ ] Maybe the best solution is to install all the official script at
+   the official place (need to change the Makfile.am in order to
+   install the script even if the database is not created)
+   - [ ] Need to find a way to generate the upgrade script by the
+     upstream in order to simplify the pacakging. This scrip should
+     not use source or if it use source all the script must be kept
+     fromone version to the other. (discuss of this with taurel).
+
+** -dbg
+   remove the liblog4tango5-dbg, libtango9-dbg files and migrate the
+   other -dbg packages. using the override.
+   >> override_dh_strip:
+   >>         dh_strip --ddeb-migration="-dbg (<< 9.1.0+dfsg1-1)" || dh_strip
+
+** migrate to the new dbconfig-common
+
+** doxygen -u pour upgrader le fichier de configuration voir quelles version minimum de doxygen doit être supporté.
+
+** il y a des warning avec gcc4.7 et log4tango
+   In file included from ../../../../../lib/cpp/log4tango/src/StringUtil.cpp:47:0:
+   ../../../../../lib/cpp/log4tango/src/snprintf.c: In function 'int portable_vsnprintf(char*, size_t, const char*, va_list)':
+   ../../../../../lib/cpp/log4tango/src/snprintf.c:957:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+   ../../../../../lib/cpp/log4tango/src/snprintf.c:974:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+   ../../../../../lib/cpp/log4tango/src/snprintf.c:983:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+   ../../../../../lib/cpp/log4tango/src/snprintf.c:994:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+   ../../../../../lib/cpp/log4tango/src/snprintf.c:1006:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
+
+   /usr/bin/doxygen
+   warning: Tag `SHOW_DIRECTORIES' at line 473 of file Doxyfile has become obsolete.
+   To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
+   warning: Tag `HTML_ALIGN_MEMBERS' at line 802 of file Doxyfile has become obsolete.
+   To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
+   /home/picca/Debian/main/tango/tango/lib/cpp/log4tango/include/log4tango/LoggerStream.hh:92: warning: argument 'i' of command @param is not found in the argument list of log4tango::LoggerStream::operator<<(LOG4TANGO_UNUSED(LogInitiator &i))
+   /home/picca/Debian/main/tango/tango/lib/cpp/log4tango/include/log4tango/LoggerStream.hh:102: warning: argument 's' of command @param is not found in the argument list of log4tango::LoggerStream::operator<<(LOG4TANGO_UNUSED(LogSeparator &s))
+   /home/picca/Debian/main/tango/tango/lib/cpp/log4tango/include/log4tango/LoggerStream.hh:112: warning: argument 'endoflog' of command @param is not found in the argument list of log4tango::LoggerStream::operator<<(LOG4TANGO_UNUSED(ls_terminator endoflog))
+
+** systemd integration

-- 
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