ros-infrastructure / ros_release_python

3 stars 4 forks source link

strip .buildinfo entries from changes files #22

Closed dirk-thomas closed 6 years ago

dirk-thomas commented 6 years ago

When building Debian packages with a newer dpkg version (e.g. on Bionic) the changes files contain .buildinfo entries which the old version of reprepro used on repos.ros.org can't handle.

This patch strips these lines from the changes files which allows to import the packages successfully.

dirk-thomas commented 6 years ago

I added a print to make the mutation explicit.

:+1: