[ros-dynamic-reconfigure] branch master updated (c33ad64 -> b7a1bbc)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sun Sep 24 05:58:51 UTC 2017


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

jspricke pushed a change to branch master
in repository ros-dynamic-reconfigure.

      from  c33ad64   add Multi-Arch according to hinter
      adds  1e6b074   New upstream version 1.5.48
       new  7e840fa   Updated version 1.5.48 from 'upstream/1.5.48'
       new  eb2151c   Rebase patch
       new  8a4073f   Update policy and debhelper versions
       new  c9b7487   Update copyright
       new  f971eb1   Update watch file
       new  95fa6ac   Remove parallel (Default for debhelper 10)
      adds  7426a7a   New upstream version 1.5.49
       new  26320a5   Updated version 1.5.49 from 'upstream/1.5.49'
       new  76834ca   Update standards version (no changes needed)
       new  b7a1bbc   Update changelog for 1.5.49-1 release

The 9 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:
 CHANGELOG.rst                                      |  26 ++
 CMakeLists.txt                                     |   6 +-
 cfg/Test.cfg                                       |   5 +-
 cmake/dynamic_reconfigure-macros.cmake             |  10 +-
 cmake/dynamic_reconfigure/parameter_generator.py   |   3 +-
 cmake/setup_custom_pythonpath.sh.in                |   1 +
 debian/changelog                                   |  12 +
 debian/compat                                      |   2 +-
 debian/control                                     |   6 +-
 debian/copyright                                   |   5 +
 .../patches/0001-Add-Debian-specific-SONAME.patch  |   4 +-
 debian/rules                                       |   2 +-
 debian/watch                                       |  14 +-
 include/dynamic_reconfigure/client.h               | 343 ++++++++++++++
 include/dynamic_reconfigure/config_tools.h         |  18 +-
 include/dynamic_reconfigure/server.h               |  16 +-
 package.xml                                        |  24 +-
 scripts/dynparam                                   |  37 +-
 scripts/reconfigure_gui                            |   7 +-
 src/dynamic_reconfigure/__init__.py                |  11 +-
 src/dynamic_reconfigure/client.py                  |  75 ++--
 src/dynamic_reconfigure/encoding.py                |  99 +++--
 src/dynamic_reconfigure/parameter_generator.py     | 462 ++++++++++---------
 .../parameter_generator_catkin.py                  | 493 +++++++++++----------
 src/dynamic_reconfigure/server.py                  |  37 +-
 templates/ConfigType.h.template                    |  61 +--
 templates/ConfigType.py.template                   |   8 +-
 test/CMakeLists.txt                                |   6 +
 test/simple_python_client_test.py                  |  12 +-
 test/test_client.cpp                               | 144 ++++++
 ...client.launch => test_cpp_simple_client.launch} |   4 +-
 test/test_python_simple_client.launch              |   2 +-
 test/testclient.py                                 |  43 +-
 test/testserver.cpp                                |   2 +-
 test/testserver.py                                 |  27 +-
 test/testserver_multiple_ns.py                     |  32 +-
 36 files changed, 1356 insertions(+), 703 deletions(-)
 create mode 100644 include/dynamic_reconfigure/client.h
 create mode 100644 test/test_client.cpp
 copy test/{test_python_simple_client.launch => test_cpp_simple_client.launch} (52%)

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



More information about the debian-science-commits mailing list