[ros-catkin-pkg] branch master updated (37ac82c -> 74afb66)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Wed Jun 28 04:24:01 UTC 2017


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

jspricke pushed a change to branch master
in repository ros-catkin-pkg.

      from  37ac82c   Update changelog for 0.2.10-5 release
      adds  e2d3792   New upstream version 0.3.5
       new  6a38d99   Updated version 0.3.5 from 'upstream/0.3.5'
       new  6e7edb4   Rebase patch
       new  bd6a8a0   Bump standards and dephelper
       new  8dae16f   Update watch file
       new  74afb66   Update changelog for 0.3.5-1 release

The 5 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                                        |   2 +
 bin/catkin_create_pkg                              |  71 +-----------
 bin/catkin_find_pkg                                |  30 +----
 bin/catkin_generate_changelog                      | 121 +--------------------
 bin/catkin_tag_changelog                           | 119 +-------------------
 bin/catkin_test_changelog                          |  45 +-------
 debian/changelog                                   |   9 ++
 debian/compat                                      |   2 +-
 debian/control                                     |   5 +-
 .../0001-Set-default-ROS_DISTRO-to-debian.patch    |  12 +-
 debian/watch                                       |  11 +-
 setup.py                                           |  65 ++++++-----
 src/catkin_pkg/__init__.py                         |   2 +-
 src/catkin_pkg/changelog.py                        |   2 +-
 src/catkin_pkg/changelog_generator.py              |  19 ++--
 src/catkin_pkg/changelog_generator_vcs.py          |  10 +-
 src/catkin_pkg/cli/__init__.py                     |   0
 .../catkin_pkg/cli/create_pkg.py                   |   6 -
 .../catkin_pkg/cli/find_pkg.py                     |   6 -
 .../catkin_pkg/cli/generate_changelog.py           |  11 +-
 .../catkin_pkg/cli/tag_changelog.py                |  14 +--
 .../catkin_pkg/cli/test_changelog.py               |   5 -
 src/catkin_pkg/metapackage.py                      |   2 +-
 src/catkin_pkg/package.py                          |  72 +++++++++---
 src/catkin_pkg/package_templates.py                |  17 ++-
 src/catkin_pkg/packages.py                         |  47 +++++++-
 src/catkin_pkg/templates/CMakeLists.txt.in         |  25 ++++-
 src/catkin_pkg/templates/package.xml.in            |  10 +-
 src/catkin_pkg/topological_order.py                |  20 +++-
 stdeb.cfg                                          |  21 +++-
 test/test_catkin_create_pkg.py                     |   6 +-
 test/test_package.py                               |  56 ++++++++--
 test/test_packages.py                              |  10 ++
 test/test_templates.py                             |  10 +-
 34 files changed, 332 insertions(+), 531 deletions(-)
 create mode 100644 src/catkin_pkg/cli/__init__.py
 copy bin/catkin_create_pkg => src/catkin_pkg/cli/create_pkg.py (97%)
 mode change 100755 => 100644
 copy bin/catkin_find_pkg => src/catkin_pkg/cli/find_pkg.py (93%)
 mode change 100755 => 100644
 copy bin/catkin_generate_changelog => src/catkin_pkg/cli/generate_changelog.py (97%)
 mode change 100755 => 100644
 copy bin/catkin_tag_changelog => src/catkin_pkg/cli/tag_changelog.py (95%)
 mode change 100755 => 100644
 copy bin/catkin_test_changelog => src/catkin_pkg/cli/test_changelog.py (95%)
 mode change 100755 => 100644
 create mode 100644 test/test_packages.py

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



More information about the debian-science-commits mailing list