[Bash-completion-commits] [SCM] debian-package branch, master, updated. debian/1.3-1-32-g653f34e

David Paleino dapal at debian.org
Tue Apr 12 10:44:08 UTC 2011


The following commit has been merged in the master branch:
commit ea4038e7ee848a5f939db363b45414e69364fb6b
Author: David Paleino <dapal at debian.org>
Date:   Wed Apr 6 17:56:12 2011 +0200

    Support triggered completions

diff --git a/debian/patches/00-change_completions_layout.patch b/debian/patches/00-change_completions_layout.patch
index 423a389..1effbb6 100644
--- a/debian/patches/00-change_completions_layout.patch
+++ b/debian/patches/00-change_completions_layout.patch
@@ -1,11 +1,12 @@
 ---
  Makefile.am             |   10 ++-
  Makefile.in             |   82 ++++++++++++++++--------------
+ bash_completion         |    2 
  bash_completion.sh.in   |    4 -
  completions/Makefile.am |    5 +
  completions/perl.in     |  131 ++++++++++++++++++++++++++++++++++++++++++++++++
  configure.ac            |    7 +-
- 6 files changed, 194 insertions(+), 45 deletions(-)
+ 7 files changed, 195 insertions(+), 46 deletions(-)
 
 --- bash-completion.orig/Makefile.am
 +++ bash-completion/Makefile.am
@@ -379,3 +380,14 @@
      fi
  fi
  unset bash bmajor bminor
+--- bash-completion.orig/bash_completion
++++ bash-completion/bash_completion
+@@ -41,7 +41,7 @@ fi
+ #
+ [ -n "$BASH_COMPLETION" ] || BASH_COMPLETION=/etc/bash_completion
+ [ -n "$BASH_COMPLETION_DIR" ] || BASH_COMPLETION_DIR=/etc/bash_completion.d
+-[ -n "$BASH_COMPLETION_COMPAT_DIR" ] || BASH_COMPLETION_COMPAT_DIR=/etc/bash_completion.d
++[ -n "$BASH_COMPLETION_COMPAT_DIR" ] || BASH_COMPLETION_COMPAT_DIR=/etc/bash_completion.d/triggered
+ readonly BASH_COMPLETION BASH_COMPLETION_DIR BASH_COMPLETION_COMPAT_DIR
+ 
+ # Set a couple of useful vars

-- 
debian-package



More information about the Bash-completion-commits mailing list