[catkin] branch debian-robotics updated (edfce9e -> 476f816)

Leopold Palomo-Avellaneda leo at alaxarxa.net
Fri Jan 16 09:37:04 UTC 2015


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

lepalom-guest pushed a change to branch debian-robotics
in repository catkin.

      from  edfce9e   Error in the dependencies
      adds  2b3d3f9   Error in the dependencies about catking-pkg
      adds  6162332   Imported Upstream version 0.5.89
      adds  a620f54   Merge tag 'upstream/0.5.89'
      adds  314c52d   Update changelog
      adds  01eed22   Update clean target
      adds  dc6bcb5   Add lintian-overrides
      adds  a46008c   Add patch to let find_package search in default pathes
       new  9e50fac   Merging from master
      adds  44907ec   Imported Upstream version 0.6.9
      adds  452fa28   Merge tag 'upstream/0.6.9'
      adds  f17c1c3   Update changelog
      adds  05dfd92   Update packing copyright
      adds  251f4e7   Add patch for default workspace path
      adds  8cb1e7a   Add patch for generated pkg-config files
      adds  8f41fd0   Fix copyright year
      adds  c7c342c   Add patch for ROS_PACKAGE_PATH
      adds  dce72d8   Add python-empy as run dependency
      adds  3988635   Add cmake as runtime dependency
       new  3100f16   Updated Uploaders field
       new  137cf38   Merge from master
      adds  f7e9cf1   Imported Upstream version 0.6.11
      adds  13c1f98   Merge tag 'upstream/0.6.11'
      adds  4815121   Update changelog for 0.6.11-1 release
       new  ba05a9e   Merge branch 'master' of git+ssh://alioth-git/git/debian-science/packages/ros/catkin
       new  3881285   Modified name of upstream
       new  552753e   New upstream version merged from master
       new  476f816   New upstream version

The 7 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:
 .travis.yml                                        |  14 ++
 CHANGELOG.rst                                      | 141 +++++++++++++
 CMakeLists.txt                                     |  14 +-
 bin/CMakeLists.txt                                 |  24 ---
 bin/catkin_find                                    |   2 +-
 bin/catkin_init_workspace                          |   4 +-
 bin/catkin_make                                    | 128 +++++++----
 bin/catkin_make_isolated                           |  55 +++--
 bin/catkin_package_version                         |   2 +-
 bin/catkin_prepare_release                         |  86 ++++++--
 bin/catkin_test_results                            |   6 +-
 bin/catkin_topological_order                       |  10 +-
 cmake/Modules/eigen-config-version.cmake           |  15 --
 cmake/Modules/eigen-config.cmake                   |  41 ----
 cmake/all.cmake                                    |  38 ++--
 cmake/atomic_configure_file.cmake                  |   9 +
 cmake/catkinConfig.cmake.in                        |  81 +++----
 cmake/catkin_add_env_hooks.cmake                   |   2 +-
 cmake/catkin_generate_environment.cmake            |  54 +++--
 cmake/catkin_install_python.cmake                  |  55 +++++
 cmake/catkin_libraries.cmake                       | 159 ++++++++++++++
 cmake/catkin_package.cmake                         | 130 +++++-------
 cmake/catkin_python_setup.cmake                    |  33 ++-
 cmake/catkin_workspace.cmake                       |   7 +-
 cmake/em/order_packages.cmake.em                   |   4 +-
 cmake/em_expand.cmake                              |   6 +-
 cmake/empy.cmake                                   |  27 +--
 cmake/env-hooks/05.catkin_make.bash                |   7 +-
 cmake/env-hooks/05.catkin_make_isolated.bash       |   7 +-
 cmake/interrogate_setup_dot_py.py                  |  23 +-
 cmake/list_append_deduplicate.cmake                |  16 ++
 cmake/list_append_unique.cmake                     |   5 +-
 cmake/parse_arguments.cmake                        |  43 ----
 cmake/python.cmake                                 |  19 +-
 cmake/python_version.py                            |  45 ----
 cmake/string_starts_with.cmake                     |  22 ++
 cmake/templates/_setup_util.py                     | 140 -------------
 cmake/templates/_setup_util.py.in                  |  94 +++++----
 cmake/templates/env-hook.context.py.in             |   2 +
 cmake/templates/env.sh.in                          |   5 +-
 cmake/templates/order_packages.context.py.in       |   1 +
 cmake/templates/pkgConfig.cmake.in                 |  98 +++++----
 cmake/templates/python_distutils_install.sh.in     |   1 -
 cmake/templates/{script.py.in => relay.py.in}      |   1 -
 cmake/templates/setup.bash.in                      |   2 +-
 cmake/templates/setup.sh.in                        |  14 ++
 cmake/templates/setup.zsh.in                       |   8 +-
 cmake/test/catkin_download_test_data.cmake         |   2 +-
 cmake/test/download_checkmd5.py                    | 150 ++++++++++---
 cmake/test/download_test_data.cmake                |  11 -
 cmake/test/gtest.cmake                             |  47 +++--
 cmake/test/nosetests.cmake                         |  28 +--
 cmake/test/run_tests.py                            |  46 +---
 cmake/tools/doxygen.cmake                          |   7 +-
 cmake/toplevel.cmake                               |  25 ++-
 debian/changelog                                   |  38 +++-
 debian/control                                     |  16 +-
 debian/copyright                                   |   1 +
 ...EFAULT_PATH-and-NO_CMAKE_FIND_ROOT_PATH-f.patch |  31 +++
 .../0002-Add-usr-as-default-workspace-path.patch   |  55 +++++
 ...on-t-add-default-paths-to-pkg-config-file.patch |  21 ++
 .../0004-Export-ROS_PACKAGE_PATH-in-setup.sh.patch |  20 ++
 debian/patches/series                              |   4 +
 debian/rules                                       |   2 +
 debian/source.lintian-overrides                    |   2 +
 doc/adv_user_guide/adv_user_guide.rst              |   2 +-
 doc/adv_user_guide/catkin_migration_indigo.rst     |  24 +++
 doc/adv_user_guide/underlay.rst                    | 130 ------------
 doc/conf.py                                        |  18 +-
 doc/dev_guide/api/index.rst                        |   1 -
 doc/dev_guide/api/python_version.rst               |   7 -
 doc/dev_guide/generated_cmake_api.rst              | 225 ++++++++++++++++----
 doc/howto/{ => format1}/building_executables.rst   |   0
 doc/howto/{ => format1}/building_libraries.rst     |   0
 doc/howto/{ => format1}/building_msgs.rst          |   0
 .../{ => format1}/catkin_library_dependencies.rst  |   0
 doc/howto/{ => format1}/catkin_overview.rst        |  25 +--
 doc/howto/{ => format1}/cpp_msg_dependencies.rst   |   0
 doc/howto/{ => format1}/downloading_test_data.rst  |   0
 .../{ => format1}/dynamic_reconfiguration.rst      |   0
 doc/howto/{ => format1}/gtest_configuration.rst    |   2 +-
 doc/howto/{ => format1}/index.rst                  |  24 ++-
 doc/howto/{ => format1}/installing_cmake.rst       |   0
 doc/howto/{ => format1}/installing_other.rst       |   0
 doc/howto/{ => format1}/installing_python.rst      |  40 ++--
 .../{ => format1}/python_module_dependencies.rst   |   0
 .../{ => format1}/python_nose_configuration.rst    |   2 +-
 doc/howto/{ => format1}/rostest_configuration.rst  |   0
 doc/howto/format1/run_tests.rst                    |  44 ++++
 .../{ => format1}/system_library_dependencies.rst  |  10 +-
 doc/howto/{ => format2}/building_executables.rst   |  18 +-
 doc/howto/{ => format2}/building_libraries.rst     |  45 ++--
 doc/howto/{ => format2}/building_msgs.rst          |  25 +--
 doc/howto/format2/catkin_library_dependencies.rst  | 137 ++++++++++++
 doc/howto/{ => format2}/catkin_overview.rst        |  44 ++--
 doc/howto/{ => format2}/cpp_msg_dependencies.rst   |  20 +-
 doc/howto/{ => format2}/downloading_test_data.rst  |   6 +-
 .../{ => format2}/dynamic_reconfiguration.rst      |  28 ++-
 doc/howto/{ => format2}/gtest_configuration.rst    |  10 +-
 doc/howto/{ => format2}/index.rst                  |  45 ++--
 doc/howto/{ => format2}/installing_cmake.rst       |   4 +-
 doc/howto/{ => format2}/installing_other.rst       |   4 +-
 doc/howto/{ => format2}/installing_python.rst      |  42 ++--
 doc/howto/format2/migrating_from_format_1.rst      |  99 +++++++++
 doc/howto/format2/python_module_dependencies.rst   |  50 +++++
 .../{ => format2}/python_nose_configuration.rst    |  10 +-
 doc/howto/format2/rostest_configuration.rst        |  55 +++++
 doc/howto/format2/run_tests.rst                    |  44 ++++
 .../{ => format2}/system_library_dependencies.rst  | 102 +++++----
 doc/howto/index.rst                                |  76 ++-----
 doc/index.rst                                      |  35 ++--
 doc/user_guide/setup_dot_py.rst                    |   2 +-
 package.xml                                        |  27 +--
 python/catkin/builder.py                           | 233 ++++++++++++++++-----
 python/catkin/environment_cache.py                 |   4 +-
 python/catkin/find_in_workspaces.py                |  23 +-
 python/catkin/init_workspace.py                    |   3 +
 python/catkin/package_version.py                   |   2 +-
 python/catkin/test_results.py                      |  62 +++++-
 python/catkin/tidy_xml.py                          |  20 +-
 setup.py                                           |  12 +-
 test/local_tests/test_with_mock_workspace.py       |   5 +-
 test/unit_tests/test_builder.py                    |  38 +++-
 test/unit_tests/test_catkin_make_isolated.py       |  55 ++++-
 test/unit_tests/test_download_md5.py               |   5 +-
 test/unit_tests/test_environment_cache.py          |   2 +-
 test/unit_tests/test_interrogate_setup.py          |  50 +++--
 test/unit_tests/test_order_packages_cmake_em.py    |   3 +-
 test/unit_tests/test_parse_package_xml.py          |  28 +--
 test/unit_tests/test_run_tests.py                  |   4 +-
 test/unit_tests/test_setup_util.py                 | 101 ++++-----
 test/unit_tests/test_terminal_color.py             |  15 +-
 test/unit_tests/test_test_results.py               |   5 +-
 test/unit_tests/test_tidy_xml.py                   |  11 +-
 134 files changed, 2891 insertions(+), 1478 deletions(-)
 create mode 100644 .travis.yml
 delete mode 100644 bin/CMakeLists.txt
 delete mode 100644 cmake/Modules/eigen-config-version.cmake
 delete mode 100644 cmake/Modules/eigen-config.cmake
 create mode 100644 cmake/atomic_configure_file.cmake
 create mode 100644 cmake/catkin_install_python.cmake
 create mode 100644 cmake/catkin_libraries.cmake
 create mode 100644 cmake/list_append_deduplicate.cmake
 delete mode 100644 cmake/parse_arguments.cmake
 delete mode 100644 cmake/python_version.py
 create mode 100644 cmake/string_starts_with.cmake
 delete mode 100644 cmake/templates/_setup_util.py
 copy cmake/templates/{script.py.in => relay.py.in} (88%)
 mode change 100755 => 100644
 delete mode 100644 cmake/test/download_test_data.cmake
 create mode 100644 debian/patches/0001-Remove-NO_DEFAULT_PATH-and-NO_CMAKE_FIND_ROOT_PATH-f.patch
 create mode 100644 debian/patches/0002-Add-usr-as-default-workspace-path.patch
 create mode 100644 debian/patches/0003-Don-t-add-default-paths-to-pkg-config-file.patch
 create mode 100644 debian/patches/0004-Export-ROS_PACKAGE_PATH-in-setup.sh.patch
 create mode 100644 debian/patches/series
 create mode 100644 debian/source.lintian-overrides
 create mode 100644 doc/adv_user_guide/catkin_migration_indigo.rst
 delete mode 100644 doc/adv_user_guide/underlay.rst
 delete mode 100644 doc/dev_guide/api/python_version.rst
 copy doc/howto/{ => format1}/building_executables.rst (100%)
 copy doc/howto/{ => format1}/building_libraries.rst (100%)
 copy doc/howto/{ => format1}/building_msgs.rst (100%)
 rename doc/howto/{ => format1}/catkin_library_dependencies.rst (100%)
 copy doc/howto/{ => format1}/catkin_overview.rst (84%)
 copy doc/howto/{ => format1}/cpp_msg_dependencies.rst (100%)
 copy doc/howto/{ => format1}/downloading_test_data.rst (100%)
 copy doc/howto/{ => format1}/dynamic_reconfiguration.rst (100%)
 copy doc/howto/{ => format1}/gtest_configuration.rst (95%)
 copy doc/howto/{ => format1}/index.rst (69%)
 copy doc/howto/{ => format1}/installing_cmake.rst (100%)
 copy doc/howto/{ => format1}/installing_other.rst (100%)
 copy doc/howto/{ => format1}/installing_python.rst (68%)
 rename doc/howto/{ => format1}/python_module_dependencies.rst (100%)
 copy doc/howto/{ => format1}/python_nose_configuration.rst (91%)
 rename doc/howto/{ => format1}/rostest_configuration.rst (100%)
 create mode 100644 doc/howto/format1/run_tests.rst
 copy doc/howto/{ => format1}/system_library_dependencies.rst (93%)
 rename doc/howto/{ => format2}/building_executables.rst (83%)
 rename doc/howto/{ => format2}/building_libraries.rst (71%)
 rename doc/howto/{ => format2}/building_msgs.rst (79%)
 create mode 100644 doc/howto/format2/catkin_library_dependencies.rst
 rename doc/howto/{ => format2}/catkin_overview.rst (74%)
 rename doc/howto/{ => format2}/cpp_msg_dependencies.rst (71%)
 rename doc/howto/{ => format2}/downloading_test_data.rst (94%)
 rename doc/howto/{ => format2}/dynamic_reconfiguration.rst (66%)
 rename doc/howto/{ => format2}/gtest_configuration.rst (79%)
 copy doc/howto/{ => format2}/index.rst (50%)
 rename doc/howto/{ => format2}/installing_cmake.rst (92%)
 rename doc/howto/{ => format2}/installing_other.rst (89%)
 rename doc/howto/{ => format2}/installing_python.rst (67%)
 create mode 100644 doc/howto/format2/migrating_from_format_1.rst
 create mode 100644 doc/howto/format2/python_module_dependencies.rst
 rename doc/howto/{ => format2}/python_nose_configuration.rst (70%)
 create mode 100644 doc/howto/format2/rostest_configuration.rst
 create mode 100644 doc/howto/format2/run_tests.rst
 rename doc/howto/{ => format2}/system_library_dependencies.rst (61%)

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



More information about the debian-science-commits mailing list