[ros-catkin] 01/01: Fix installation of bash-completions
Jochen Sprickerhof
jspricke-guest at moszumanska.debian.org
Tue Nov 24 21:43:16 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-catkin.
commit abe9f7ccbd4b5a9f090c62be665bad7c59ea1b9a
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Tue Nov 24 22:38:52 2015 +0100
Fix installation of bash-completions
---
debian/catkin.install | 4 +++-
debian/control | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/catkin.install b/debian/catkin.install
old mode 100644
new mode 100755
index aded0a8..2456286
--- a/debian/catkin.install
+++ b/debian/catkin.install
@@ -1,5 +1,7 @@
+#!/usr/bin/dh-exec
usr/share/catkin/package.xml
usr/share/catkin/cmake
-cmake/env-hooks/* usr/share/bash-completion/completions
+cmake/env-hooks/05.catkin_make.bash => usr/share/bash-completion/completions/catkin_make
+cmake/env-hooks/05.catkin_make_isolated.bash => usr/share/bash-completion/completions/catkin_make_isolated
usr/lib/*/pkgconfig usr/lib
usr/bin
diff --git a/debian/control b/debian/control
index 20e018f..ce635ce 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Build-Depends: debhelper (>= 9),
python-catkin-pkg,
python-empy,
cmake,
+ dh-exec,
dh-python,
python-nose
Standards-Version: 3.9.6
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-catkin.git
More information about the debian-science-commits
mailing list