[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 1.3-492-g52bdba5

Ville Skyttä ville.skytta at iki.fi
Tue Nov 1 20:17:47 UTC 2011


The following commit has been merged in the master branch:
commit 52bdba591a4b22dc17e3b2f8a31060022df9cc45
Author: Ville Skyttä <ville.skytta at iki.fi>
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



More information about the Bash-completion-commits mailing list