[gazebo] 02/05: Migrate all package metadata to gazebo7

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Jan 26 01:31:21 UTC 2016


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

jrivero-guest pushed a commit to branch master
in repository gazebo.

commit ba9e9075cddf298af8e943d3c7fb566023a1a85d
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Sat Jan 23 10:54:52 2016 +0100

    Migrate all package metadata to gazebo7
---
 debian/control                                     | 43 ++++++++++++----------
 debian/gazebo6-doc.links                           |  1 -
 ...zebo6-common.install => gazebo7-common.install} |  0
 .../{gazebo6-common.links => gazebo7-common.links} |  0
 .../{gazebo6-doc.doc-base => gazebo7-doc.doc-base} |  4 +-
 debian/{gazebo6-doc.docs => gazebo7-doc.docs}      |  0
 debian/gazebo7-doc.links                           |  1 +
 ...in-base.install => gazebo7-plugin-base.install} |  0
 ...bo6.bash_completion => gazebo7.bash_completion} |  0
 debian/{gazebo6.install => gazebo7.install}        |  0
 ...lintian-overrides => gazebo7.lintian-overrides} |  0
 debian/rules                                       |  4 +-
 12 files changed, 28 insertions(+), 25 deletions(-)

diff --git a/debian/control b/debian/control
index 9d14c60..eda1298 100644
--- a/debian/control
+++ b/debian/control
@@ -51,7 +51,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/gazebo.git
 Vcs-Git: git://anonscm.debian.org/debian-science/packages/gazebo.git
 Homepage: http://gazebosim.org/
 
-Package: gazebo6-common
+Package: gazebo7-common
 Architecture: all
 Multi-Arch: foreign
 Depends: ttf-dejavu-core,
@@ -68,18 +68,18 @@ Description: Open Source Robotics Simulator - Shared files
  This package contains shared files such as 3d models, worlds and
  robots.
 
-Package: gazebo6
+Package: gazebo7
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ttf-liberation,
          ruby,
-         libgazebo6 (= ${binary:Version}),
-         gazebo6-common (= ${source:Version})
-Recommends: gazebo6-plugin-base
-Suggests: gazebo6-doc
-Conflicts: gazebo5
+         libgazebo7 (= ${binary:Version}),
+         gazebo7-common (= ${source:Version})
+Recommends: gazebo7-plugin-base
+Suggests: gazebo7-doc
+Conflicts: gazebo5, gazebo6
 Replaces: gazebo5
 Description: Open Source Robotics Simulator - Binaries
  Gazebo is a multi-robot simulator for outdoor environments. Like
@@ -91,7 +91,7 @@ Description: Open Source Robotics Simulator - Binaries
  .
  This package contains then main application binaries
 
-Package: libgazebo6
+Package: libgazebo7
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -108,7 +108,7 @@ Description: Open Source Robotics Simulator - shared library
  .
  This package gathers shared libraries used
 
-Package: libgazebo6-dev
+Package: libgazebo7-dev
 Architecture: any
 Multi-Arch: same
 Section: libdevel
@@ -132,14 +132,16 @@ Depends: libtbb-dev,
          libsdformat3-dev,
          libignition-math2-dev,
          libsimbody-dev,
-         libgazebo6 (= ${binary:Version}),
-         gazebo6-common (= ${source:Version}),
-         gazebo6-plugin-base (= ${binary:Version}),
+         libgazebo7 (= ${binary:Version}),
+         gazebo7-common (= ${source:Version}),
+         gazebo7-plugin-base (= ${binary:Version}),
          ${misc:Depends}
 Conflicts: libgazebo-dev,
-           libgazebo5-dev
+           libgazebo5-dev,
+           libgazebo6-dev
 Replaces: libgazebo-dev,
-          libgazebo5-dev
+          libgazebo5-dev,
+          libgazebo6-dev
 Description: Open Source Robotics Simulator - Development Files
  Gazebo is a multi-robot simulator for outdoor environments. Like
  Stage (part of the Player project), it is capable of simulating a
@@ -151,13 +153,14 @@ Description: Open Source Robotics Simulator - Development Files
  This package contains development files (headers, shared library
  symbolic link and pkg-config file).
 
-Package: gazebo6-plugin-base
+Package: gazebo7-plugin-base
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends},
          ${misc:Depends}
-Enhances: gazebo6
-Replaces: gazebo5-plugin-base
+Enhances: gazebo7
+Replaces: gazebo5-plugin-base,
+          gazebo6-plugin-base,
 Description: Open Source Robotics Simulator - base plug-ins
  Gazebo is a multi-robot simulator for outdoor environments. Like
  Stage (part of the Player project), it is capable of simulating a
@@ -168,12 +171,12 @@ Description: Open Source Robotics Simulator - base plug-ins
  .
  This package gathers built-in plugins.
 
-Package: libgazebo6-dbg
+Package: libgazebo7-dbg
 Architecture: any
 Multi-Arch: foreign
 Section: debug
 Priority: extra
-Depends: libgazebo6 (= ${binary:Version}),
+Depends: libgazebo7 (= ${binary:Version}),
          ${misc:Depends}
 Replaces: libgazebo5-dbg
 Description: Open Source Robotics Simulator - Debugging Symbols
@@ -186,7 +189,7 @@ Description: Open Source Robotics Simulator - Debugging Symbols
  .
  This package contains the debugging symbols.
 
-Package: gazebo6-doc
+Package: gazebo7-doc
 Architecture: all
 Multi-Arch: foreign
 Section: doc
diff --git a/debian/gazebo6-doc.links b/debian/gazebo6-doc.links
deleted file mode 100644
index 170b346..0000000
--- a/debian/gazebo6-doc.links
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/javascript/jquery/jquery.js usr/share/doc/gazebo6-doc/html/jquery.js
diff --git a/debian/gazebo6-common.install b/debian/gazebo7-common.install
similarity index 100%
rename from debian/gazebo6-common.install
rename to debian/gazebo7-common.install
diff --git a/debian/gazebo6-common.links b/debian/gazebo7-common.links
similarity index 100%
rename from debian/gazebo6-common.links
rename to debian/gazebo7-common.links
diff --git a/debian/gazebo6-doc.doc-base b/debian/gazebo7-doc.doc-base
similarity index 63%
rename from debian/gazebo6-doc.doc-base
rename to debian/gazebo7-doc.doc-base
index defa43b..b42c5d6 100644
--- a/debian/gazebo6-doc.doc-base
+++ b/debian/gazebo7-doc.doc-base
@@ -5,5 +5,5 @@ Abstract: Describe the Gazebo library C++ API.
 Section: Programming/C++
 
 Format: HTML
-Index: /usr/share/doc/gazebo6-doc/html/index.html
-Files: /usr/share/doc/gazebo6-doc/html/*
+Index: /usr/share/doc/gazebo7-doc/html/index.html
+Files: /usr/share/doc/gazebo7-doc/html/*
diff --git a/debian/gazebo6-doc.docs b/debian/gazebo7-doc.docs
similarity index 100%
rename from debian/gazebo6-doc.docs
rename to debian/gazebo7-doc.docs
diff --git a/debian/gazebo7-doc.links b/debian/gazebo7-doc.links
new file mode 100644
index 0000000..ff5de2e
--- /dev/null
+++ b/debian/gazebo7-doc.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/gazebo7-doc/html/jquery.js
diff --git a/debian/gazebo6-plugin-base.install b/debian/gazebo7-plugin-base.install
similarity index 100%
rename from debian/gazebo6-plugin-base.install
rename to debian/gazebo7-plugin-base.install
diff --git a/debian/gazebo6.bash_completion b/debian/gazebo7.bash_completion
similarity index 100%
rename from debian/gazebo6.bash_completion
rename to debian/gazebo7.bash_completion
diff --git a/debian/gazebo6.install b/debian/gazebo7.install
similarity index 100%
rename from debian/gazebo6.install
rename to debian/gazebo7.install
diff --git a/debian/gazebo6.lintian-overrides b/debian/gazebo7.lintian-overrides
similarity index 100%
rename from debian/gazebo6.lintian-overrides
rename to debian/gazebo7.lintian-overrides
diff --git a/debian/rules b/debian/rules
index c856f41..0432f68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,10 +30,10 @@ override_dh_install:
 	dh_install -- # Install
 
         # Get rid of fonts already packaged elsewhere.
-	rm -f debian/gazebo6-common/usr/share/gazebo-*/media/gui/fonts/DejaVuSans.ttf
+	rm -f debian/gazebo7-common/usr/share/gazebo-*/media/gui/fonts/DejaVuSans.ttf
 
 override_dh_strip:
-	dh_strip -a --dbg-package=libgazebo6-dbg
+	dh_strip -a --dbg-package=libgazebo7-dbg
 
 override_dh_auto_test:
 	# Tests needs an X server running and GPU acceleration

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



More information about the debian-science-commits mailing list