[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.3-2-4-g5f5fdf2

David Paleino dapal at debian.org
Mon Apr 25 12:26:30 UTC 2011


The following commit has been merged in the master branch:
commit b779c05f63d74c8bb3b74f7a981aad1d6d57f9ef
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 24 09:02:47 2011 +0200

    Also add 'man' to whitelist (Closes: #623880)

diff --git a/debian/changelog b/debian/changelog
index 8ee439a..5f4ac20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+bash-completion (1:1.3-3) UNRELEASED; urgency=low
+
+  * Also add 'man' to whitelist (Closes: #623880)
+
+ -- David Paleino <dapal at debian.org>  Sun, 24 Apr 2011 09:02:20 +0200
+
 bash-completion (1:1.3-2) experimental; urgency=low
 
   * Change completion directory layout (00-change_completions_layout.patch)
diff --git a/debian/extra/scripts/update-bash-completion b/debian/extra/scripts/update-bash-completion
index 14d7705..34b6ff0 100755
--- a/debian/extra/scripts/update-bash-completion
+++ b/debian/extra/scripts/update-bash-completion
@@ -28,4 +28,8 @@ for c in $completions; do
 done
 
 # This should *always* be enabled.
-ln -sf $COMPDIR/completions/bash-builtins $RUNCOMPDIR/
+for comp in bash-builtins man
+do
+    ln -sf $COMPDIR/completions/$comp $RUNCOMPDIR/
+done
+

-- 
debian-package



More information about the Bash-completion-commits mailing list