[ros-rosdep] 02/03: Rename package to module name (hopefully fixes autopkgtest)

Jochen Sprickerhof jspricke at moszumanska.debian.org
Sat Aug 12 15:46:07 UTC 2017


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

jspricke pushed a commit to branch master
in repository ros-rosdep.

commit 1ead22f8247a5cb325155f3dc5d081da89bbcb52
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Sat Aug 12 10:36:20 2017 +0200

    Rename package to module name (hopefully fixes autopkgtest)
---
 debian/control                                             | 10 ++++++++--
 debian/{python-rosdep.manpages => python-rosdep2.manpages} |  0
 debian/rules                                               |  4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index e927889..ca7d55f 100644
--- a/debian/control
+++ b/debian/control
@@ -12,9 +12,12 @@ Vcs-Git: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-rosdep.
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/ros/ros-rosdep.git
 Testsuite: autopkgtest-pkg-python
 
-Package: python-rosdep
+Package: python-rosdep2
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
+Breaks: python-rosdep (<<0.11.8)
+Replaces: python-rosdep (<<0.11.8)
+Provides: python-rosdep
 Description: rosdep package manager abstraction tool for Robot OS (Python 2)
  This package is part of Robot OS (ROS). It is a command-line tool for
  installing system dependencies on a variety of platforms. For
@@ -25,9 +28,12 @@ Description: rosdep package manager abstraction tool for Robot OS (Python 2)
  .
  This package installs the library for Python 2.
 
-Package: python3-rosdep
+Package: python3-rosdep2
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
+Breaks: python3-rosdep (<<0.11.8)
+Replaces: python3-rosdep (<<0.11.8)
+Provides: python3-rosdep
 Description: rosdep package manager abstraction tool for Robot OS (Python 3)
  This package is part of Robot OS (ROS). It is a command-line tool for
  installing system dependencies on a variety of platforms. For
diff --git a/debian/python-rosdep.manpages b/debian/python-rosdep2.manpages
similarity index 100%
rename from debian/python-rosdep.manpages
rename to debian/python-rosdep2.manpages
diff --git a/debian/rules b/debian/rules
index 62eb807..bc6cbd0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
-export PYBUILD_NAME=rosdep
-export PYBUILD_AFTER_INSTALL=rm -rf 'debian/python3-rosdep/usr/bin'
+export PYBUILD_NAME=rosdep2
+export PYBUILD_AFTER_INSTALL=rm -rf 'debian/python3-rosdep2/usr/bin'
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the debian-science-commits mailing list