The following commit has been merged in the master branch:
commit 52bdba591a4b22dc17e3b2f8a31060022df9cc45
Author: Ville Skyttä <[email protected]>
Date:   Tue Nov 1 22:17:27 2011 +0200

    Set up symlinks for dpkg-query.

diff --git a/completions/.gitignore b/completions/.gitignore
index 944fc3a..582188a 100644
--- a/completions/.gitignore
+++ b/completions/.gitignore
@@ -30,6 +30,7 @@ declare
 dfutool
 display
 dpkg-deb
+dpkg-query
 dpkg-reconfigure
 dropdb
 edquota
diff --git a/completions/Makefile.am b/completions/Makefile.am
index 3f8b3fc..2c58235 100644
--- a/completions/Makefile.am
+++ b/completions/Makefile.am
@@ -359,6 +359,7 @@ CLEANFILES = \
        dfutool \
        display \
        dpkg-deb \
+       dpkg-query \
        dpkg-reconfigure \
        dropdb \
        edquota \
@@ -562,7 +563,7 @@ symlinks:
                rm -f $(targetdir)/$$file && \
                        $(LN_S) dict $(targetdir)/$$file ; \
        done
-       for file in dpkg-deb dpkg-reconfigure ; do \
+       for file in dpkg-deb dpkg-query dpkg-reconfigure ; do \
                rm -f $(targetdir)/$$file && \
                        $(LN_S) dpkg $(targetdir)/$$file ; \
        done

-- 
bash-completion

_______________________________________________
Bash-completion-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/bash-completion-commits

Reply via email to