about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Completion/Debian/Command/_git-buildpackage1
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 041a2264d..a0a73df9e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@
 	* 29521: Completion/Unix/Command/_git: Add `user-commands' support
 	again.
 
+	* 29523: Completion/Debian/Command/_git-buildpackage: Use "#desc:"
+	line for _git third-party add-on completion description.
+
 2011-06-30  Frank Terbeck  <ft@bewatermyfriend.org>
 
 	* 29526: Functions/VCS_Info/vcs_info: Set `max-exports' early
@@ -15071,5 +15074,5 @@
 
 *****************************************************
 * This is used by the shell to define $ZSH_PATCHLEVEL
-* $Revision: 1.5387 $
+* $Revision: 1.5388 $
 *****************************************************
diff --git a/Completion/Debian/Command/_git-buildpackage b/Completion/Debian/Command/_git-buildpackage
index 936539fcc..935100802 100644
--- a/Completion/Debian/Command/_git-buildpackage
+++ b/Completion/Debian/Command/_git-buildpackage
@@ -1,4 +1,5 @@
 #compdef git-buildpackage
+#desc:build Debian packages from a git repository
 
 _arguments \
   '--version[show program version number and exit]' \