[gazebo] 03/08: Added bash-completion support

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Tue Jun 24 02:01:55 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 8fd3aa308f93cacf02d51e06206b162e253054e7
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Mon Jun 23 23:55:31 2014 +0000

    Added bash-completion support
---
 debian/gazebo3.bash_completion | 1 +
 debian/rules                   | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/gazebo3.bash_completion b/debian/gazebo3.bash_completion
new file mode 100644
index 0000000..916700f
--- /dev/null
+++ b/debian/gazebo3.bash_completion
@@ -0,0 +1 @@
+tools/gazebo.bash-completion
diff --git a/debian/rules b/debian/rules
index 1e6a275..3fdedc2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ override_dh_install:
         install -m 644 gazebo/gui/images/gazebo.svg \
             debian/gazebo3/usr/share/icons/hicolor/scalable/apps/gazebo.svg
 
-        # Install desktop file
+        # Install desktop file--with bash-completion
         mkdir -p debian/gazebo3/usr/share/applications/
         install -m 644 ./debian/gazebo.desktop \
             debian/gazebo3/usr/share/applications/
@@ -55,4 +55,4 @@ override_dh_auto_test:
 	true
 
 %:
-	dh $@ --parallel --buildsystem=cmake
+	dh $@ --parallel --buildsystem=cmake --with bash-completion

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