[ros] 01/01: Move completion files into the appropriate folders

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Mon Feb 23 18:43:17 UTC 2015


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

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

commit b91780ff20017a452c68e5b535be58c8552e4250
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Mon Feb 23 19:28:54 2015 +0100

    Move completion files into the appropriate folders
    
    * /etc/bash_completion.d for rosbash (adding a bash-completion
      to Recommends as well).
    * /usr/share/zsh/vendor-completions for roszsh (according to
      zsh README.Debian [1]).
    * Install rostcsh as an example for now.
    
    [1] https://anonscm.debian.org/cgit/collab-maint/zsh.git/tree/debian/README.Debian
---
 debian/control          | 1 +
 debian/rosbash.examples | 1 +
 debian/rosbash.install  | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ad512e0..cd2a601 100644
--- a/debian/control
+++ b/debian/control
@@ -89,6 +89,7 @@ Description: Python library for roslib
 Package: rosbash
 Architecture: any
 Depends: ${misc:Depends}
+Recommends: bash-completion
 Multi-Arch: foreign
 Description: Assorted shell commands for using ROS with bash
  The rosbash package contains some useful bash functions and adds
diff --git a/debian/rosbash.examples b/debian/rosbash.examples
new file mode 100644
index 0000000..2b70d4e
--- /dev/null
+++ b/debian/rosbash.examples
@@ -0,0 +1 @@
+tools/rosbash/rostcsh
diff --git a/debian/rosbash.install b/debian/rosbash.install
index 98c8d4b..c66f186 100644
--- a/debian/rosbash.install
+++ b/debian/rosbash.install
@@ -1,2 +1,3 @@
 usr/bin/rosrun
-usr/share/rosbash
+usr/share/rosbash/rosbash etc/bash_completion.d
+usr/share/rosbash/roszsh usr/share/zsh/vendor-completions

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



More information about the debian-science-commits mailing list