[ros-rosdistro] branch master updated (257ebd6 -> 76632e3)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Wed Jun 28 04:06:42 UTC 2017


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

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

      from  257ebd6   Update changelog for 0.5.0-1 release
      adds  e9e3e98   New upstream version 0.6.2
       new  49f00f3   Updated version 0.6.2 from 'upstream/0.6.2'
       new  6ad0cf2   Update policy and debhelper versions
       new  8e70aa1   Update watch file
       new  76632e3   Update changelog for 0.6.2-1 release

The 4 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:
 debian/changelog                              |   8 ++
 debian/compat                                 |   2 +-
 debian/control                                |   4 +-
 debian/watch                                  |  14 +-
 scripts/rosdistro                             |  35 ++---
 scripts/rosdistro_build_cache                 |  43 ++++---
 scripts/rosdistro_convert                     |   6 +-
 scripts/rosdistro_freeze_source               |  15 ++-
 scripts/rosdistro_generate_cache              |  13 +-
 scripts/rosdistro_migrate_to_rep_141          |  12 +-
 scripts/rosdistro_migrate_to_rep_143          |   4 +-
 scripts/rosdistro_reformat                    |  12 +-
 setup.py                                      |  70 +++++-----
 src/rosdistro/__init__.py                     | 161 +++--------------------
 src/rosdistro/_version.py                     |   1 -
 src/rosdistro/aptdistro.py                    |   4 +-
 src/rosdistro/distribution_cache.py           |   5 +-
 src/rosdistro/distribution_cache_generator.py |  19 ++-
 src/rosdistro/freeze_source.py                |   3 +-
 src/rosdistro/index.py                        |   1 -
 src/rosdistro/{__init__.py => legacy.py}      | 178 +++-----------------------
 src/rosdistro/manifest_provider/bitbucket.py  |   2 +-
 src/rosdistro/manifest_provider/cache.py      |   3 +-
 src/rosdistro/manifest_provider/git.py        |  14 +-
 src/rosdistro/manifest_provider/github.py     |  12 +-
 src/rosdistro/package.py                      |   2 -
 src/rosdistro/release.py                      |   4 +-
 src/rosdistro/release_cache_generator.py      |   5 +-
 src/rosdistro/repository_specification.py     |   3 +-
 src/rosdistro/rosdistro.py                    |  29 +++--
 src/rosdistro/vcs.py                          |   5 +-
 src/rosdistro/verify.py                       |   1 +
 src/rosdistro/writer.py                       |   1 +
 stdeb.cfg                                     |  20 ++-
 test/test_cache.py                            |   2 +-
 test/test_distribution.py                     |   5 +-
 test/test_doc.py                              |   3 +-
 test/test_doc_build.py                        |   3 +-
 test/test_manifest_providers.py               |   8 +-
 test/test_release.py                          |   5 +-
 test/test_release_build.py                    |   3 +-
 test/test_repository_specification.py         |   3 +
 test/test_source.py                           |   3 +-
 test/test_source_build.py                     |   3 +-
 44 files changed, 266 insertions(+), 483 deletions(-)
 delete mode 100644 src/rosdistro/_version.py
 copy src/rosdistro/{__init__.py => legacy.py} (60%)

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



More information about the debian-science-commits mailing list