From 8955055c54c541168a30d3c1063f18e6b7c410a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Wed, 13 May 2015 22:37:45 -0300 Subject: [PATCH] Make cmake.bash-completion use wildcards for the minor version --- debian/changelog | 3 ++- debian/cmake.bash-completion | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 220fcc05b..4d9daee34 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ cmake (3.2.2-2) UNRELEASED; urgency=medium - * + * Make cmake.bash-completion use wildcards for the minor version + thus avoiding installing the file as a script (Closes: #785267). -- Lisandro Damián Nicanor Pérez Meyer Wed, 13 May 2015 22:35:57 -0300 diff --git a/debian/cmake.bash-completion b/debian/cmake.bash-completion index 678b25eac..0184dfb15 100644 --- a/debian/cmake.bash-completion +++ b/debian/cmake.bash-completion @@ -1,3 +1,3 @@ -debian/tmp/usr/share/cmake-3.0/completions/cmake -debian/tmp/usr/share/cmake-3.0/completions/cpack -debian/tmp/usr/share/cmake-3.0/completions/ctest +debian/tmp/usr/share/cmake-3.*/completions/cmake +debian/tmp/usr/share/cmake-3.*/completions/cpack +debian/tmp/usr/share/cmake-3.*/completions/ctest