[tango] branch master updated (775ca8a -> 5f42963)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Mon Feb 29 08:05:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
picca pushed a change to branch master
in repository tango.
from 775ca8a update the todo list for 9.1.0
new 9b99f31 update the upgrade script
new 48fb99c Imported Upstream version 9.2.0~a+dfsg
new 67bf1a3 Merge branch 'upstream' into master
new 2ccf627 refresh for tango 9.2.0~a
new a1a54bd update the 9.2.0 database upgrade script
new 902bf19 wip
new 59cf8f8 move into rules the install directives
new 5f42963 fix doc
The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
README | 80 +-
TANGO_CHANGES | 45 +
configure | 25 +-
configure.ac | 7 +-
cppserver/database/DataBase.cpp | 275 +-
cppserver/database/DataBase.h | 20 +-
cppserver/database/DataBaseClass.cpp | 40 +-
cppserver/database/DataBaseClass.h | 29 +-
cppserver/database/DataBaseStateMachine.cpp | 30 +-
cppserver/database/DataBaseUtils.cpp | 23 +-
cppserver/database/Makefile.am | 4 +-
cppserver/database/Makefile.in | 15 +-
cppserver/database/create_db.sql.in | 133 +-
cppserver/database/create_db_tables.sql.in | 4 +-
cppserver/database/stored_proc.sql.in | 10 +-
cppserver/database/update_db.sql.in | 121 -
cppserver/database/update_db7.sql.in | 31 +-
.../{update_db.sql.in => update_db8.sql.in} | 21 +-
cppserver/starter/Starter.cpp | 10 +-
cppserver/starter/StarterClass.cpp | 8 +-
cppserver/tangoaccesscontrol/DbUtils.cpp | 20 +-
cppserver/tangotest/TangoTest.cpp | 21 +-
debian/changelog | 29 +-
debian/control | 131 +-
debian/liblog4tango5-dev.install | 3 -
debian/liblog4tango5-doc.install | 1 -
debian/liblog4tango5-doc.manpages | 1 -
debian/liblog4tango5v5.install | 1 -
debian/libtango-tools.install | 1 -
debian/libtango9-dev.install | 4 -
debian/libtango9-doc.install | 2 -
debian/libtango9.install | 1 -
debian/mysql/9.1.0 | 190 +-
debian/mysql/{9.1.0 => 9.2.0} | 122 +-
.../patches/0001-debian-fix_database_scripts.patch | 2 +-
debian/patches/0003-fix-doc.patch | 21 +
debian/patches/0003-p910_1.patch | 31 -
debian/patches/0004-p910_2.patch | 219 -
debian/patches/series | 3 +-
debian/rules | 108 +-
debian/tango-accesscontrol.install | 1 -
debian/tango-common.install | 1 -
debian/tango-db.install | 3 -
debian/tango-starter.install | 1 -
debian/tango-test.install | 1 -
debian/todo | 19 +-
doc/src/appendix/appendix.lyx | 23 +-
doc/src/started/started.lyx | 10 +-
doc/src/tango.lyx | 2 +-
doc/tango.pdf | 11389 ++++++++++---------
lib/cpp/client/DevicePipe.h | 20 +-
lib/cpp/client/accessproxy.cpp | 4 +-
lib/cpp/client/devapi_base.cpp | 27 +-
lib/cpp/client/devapi_pipe.cpp | 167 +-
lib/cpp/client/event.cpp | 6 +-
lib/cpp/client/notifdeventconsumer.cpp | 6 +-
lib/cpp/client/proxy_asyn.cpp | 35 +-
lib/cpp/client/zmqeventconsumer.cpp | 46 +-
lib/cpp/server/attrgetsetprop.cpp | 8 +-
lib/cpp/server/attribute.cpp | 1143 +-
lib/cpp/server/attribute.h | 36 +-
lib/cpp/server/attribute.tpp | 8 +-
lib/cpp/server/basiccommand.cpp | 8 +-
lib/cpp/server/blackbox.cpp | 16 +-
lib/cpp/server/command.cpp | 6 +-
lib/cpp/server/dev_event.cpp | 33 +-
lib/cpp/server/device.cpp | 46 +-
lib/cpp/server/device.h | 13 +-
lib/cpp/server/device_2.cpp | 18 +-
lib/cpp/server/device_3.cpp | 15 +-
lib/cpp/server/device_4.cpp | 12 +-
lib/cpp/server/device_5.cpp | 24 +-
lib/cpp/server/deviceclass.cpp | 110 +-
lib/cpp/server/deviceclass.h | 20 +-
lib/cpp/server/dserver.cpp | 42 +-
lib/cpp/server/dserverclass.cpp | 28 +-
lib/cpp/server/dserverpoll.cpp | 8 +-
lib/cpp/server/dserversignal.cpp | 6 +-
lib/cpp/server/eventcmds.cpp | 18 +-
lib/cpp/server/fwdattribute.cpp | 14 +-
lib/cpp/server/pipe.cpp | 8 +-
lib/cpp/server/pipe.h | 12 +-
lib/cpp/server/pollring.tpp | 13 +-
lib/cpp/server/pollthread.cpp | 9 +-
lib/cpp/server/subdev_diag.cpp | 6 +-
lib/cpp/server/tango_const.h | 7 +-
lib/cpp/server/templ_inst.cpp | 11 +-
lib/cpp/server/utils.h | 6 +-
lib/cpp/server/utils.tpp | 8 +-
lib/cpp/server/utils_spec.tpp | 8 +-
lib/cpp/server/w_attribute.cpp | 765 +-
lib/cpp/server/w_attribute.h | 11 +-
lib/cpp/server/w_attribute.tpp | 56 +-
lib/cpp/server/zmqeventsupplier.cpp | 62 +-
lib/java/Makefile.am | 14 +-
lib/java/Makefile.in | 14 +-
pogo/preferences/common_target.opt | 54 +-
pogo/preferences/tango.opt.in | 8 +-
pogo/templates/cpp/Makefile | 6 +-
99 files changed, 7778 insertions(+), 8535 deletions(-)
copy cppserver/database/{update_db.sql.in => update_db8.sql.in} (87%)
delete mode 100644 debian/liblog4tango5-dev.install
delete mode 100644 debian/liblog4tango5-doc.install
delete mode 100644 debian/liblog4tango5-doc.manpages
delete mode 100644 debian/liblog4tango5v5.install
delete mode 100644 debian/libtango-tools.install
delete mode 100644 debian/libtango9-dev.install
delete mode 100644 debian/libtango9-doc.install
delete mode 100644 debian/libtango9.install
copy debian/mysql/{9.1.0 => 9.2.0} (88%)
create mode 100644 debian/patches/0003-fix-doc.patch
delete mode 100644 debian/patches/0003-p910_1.patch
delete mode 100644 debian/patches/0004-p910_2.patch
delete mode 100644 debian/tango-accesscontrol.install
delete mode 100644 debian/tango-common.install
delete mode 100644 debian/tango-db.install
delete mode 100644 debian/tango-starter.install
delete mode 100644 debian/tango-test.install
--
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