[gazebo] 05/07: Added patch to remove gzmodel_create script

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Mon Jun 30 15:54:49 UTC 2014


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

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

commit 19eab0b670fb21d15539243df546366f61dea7d5
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Jun 30 15:26:27 2014 +0000

    Added patch to remove gzmodel_create script
---
 debian/patches/0007-remove-gzmodel_create.patch | 44 +++++++++++++++++++++++++
 debian/patches/series                           |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/patches/0007-remove-gzmodel_create.patch b/debian/patches/0007-remove-gzmodel_create.patch
new file mode 100644
index 0000000..c69acd4
--- /dev/null
+++ b/debian/patches/0007-remove-gzmodel_create.patch
@@ -0,0 +1,44 @@
+Description: remove deprecated gzmodel_create script
+Author: Jose Luis Rivero <jrivero at osrfoundation.org>
+Bug: https://bitbucket.org/osrf/gazebo/pull-request/1130
+
+--- gazebo-3.0.0.orig/tools/CMakeLists.txt
++++ gazebo-3.0.0/tools/CMakeLists.txt
+@@ -61,7 +61,5 @@ gz_install_executable(gz)
+ 
+ roffman(gz 1)
+ 
+-install (PROGRAMS gzmodel_create gzmodel_create DESTINATION ${BIN_INSTALL_DIR})
+-
+ install (PROGRAMS gzprop DESTINATION ${BIN_INSTALL_DIR})
+ manpage(gzprop 1)
+--- gazebo-3.0.0.orig/tools/gzmodel_create
++++ /dev/null
+@@ -1,27 +0,0 @@
+-#!/bin/sh
+-
+-manifest="<?xml version='1.0'?>
+-<model>
+-  <name>my_model</name>
+-  <version>1.0</version>
+-  <sdf>model.sdf</sdf>
+-
+-  <author>
+-    <name>my_name</name>
+-    <email>me at my.email</email>
+-  </author>
+-  
+-  <description>
+-  A description of my model
+-  </description>
+-</model>";
+-
+-if [ $1 ]
+-then
+-  mkdir $1
+-  echo "$manifest" > $1/model.config;
+-else
+-  echo "Enter a directory to create for the model."
+-  echo "Usage:"
+-  echo "  gzmodel_create [directory]"
+-fi
diff --git a/debian/patches/series b/debian/patches/series
index fa37b62..d9d882d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 0004-visibility-skyx.patch
 0005-fix-problems-on-manpage.patch
 0006-do-not-generate-pdf.patch
+0007-remove-gzmodel_create.patch

-- 
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