[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:59 UTC 2011


The following commit has been merged in the master branch:
commit a5dfcfae5cb5202deda159b827922422885f81fa
Author: David Paleino <dapal at debian.org>
Date:   Sun Apr 10 15:42:45 2011 +0200

    Added debian/README.Debian with instructions on the new layout, and how to enable completions

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..d478c4e
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,16 @@
+bash-completion for Debian
+--------------------------
+
+ Completions are kept in /usr/share/bash-completions/completions.
+
+ When a package is installed, the update-bash-completion(1) script creates
+ symlinks under /var/lib/bash-completion/. If you want to enable a specific
+ completion, just symlink it from the aforementioned directory to
+ /etc/bash_completion.d/ -- and then open a new shell.
+
+ /etc/bash_completion.d/ is being kept for compatibility reasons; but will
+ disappear in future. If you're a package maintainer, you're encouraged to
+ use dh_bash-completion(1), which will take care of installing third-party
+ completions into the appropriate directory.
+
+ -- David Paleino <dapal at debian.org>  Sun, 10 Apr 2011 15:33:19 +0200
diff --git a/debian/changelog b/debian/changelog
index 058d5e9..535d4c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,8 +8,10 @@ bash-completion (1:1.3-2) UNRELEASED; urgency=low
   * Remove old conffiles, using dpkg-maintscript-helper
   * Added debian/NEWS, to explain the changes with this revision
   * Use Breaks+Replaces xen-tools, because of conflicting files
+  * Added debian/README.Debian with instructions on the new layout,
+    and how to enable completions
 
- -- David Paleino <dapal at debian.org>  Sun, 10 Apr 2011 12:34:02 +0200
+ -- David Paleino <dapal at debian.org>  Sun, 10 Apr 2011 15:42:08 +0200
 
 bash-completion (1:1.3-1) unstable; urgency=low
 

-- 
debian-package



More information about the Bash-completion-commits mailing list