[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#771898: unblock: topgit/0.8-1.2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package topgit

+topgit (0.8-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bash completion.  (Closes: #702205)

Fixes a copy+paste error in the bash completions. This may have worked
in the past as long as the git completions provided this function, but
that is no longer the case.

Andreas

unblock topgit/0.8-1.2
diff -u topgit-0.8/debian/changelog topgit-0.8/debian/changelog
--- topgit-0.8/debian/changelog
+++ topgit-0.8/debian/changelog
@@ -1,3 +1,10 @@
+topgit (0.8-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix bash completion.  (Closes: #702205)
+
+ -- Andreas Beckmann <anbe@debian.org>  Tue, 02 Dec 2014 04:09:17 +0100
+
 topgit (0.8-1.1) unstable; urgency=low
 
   [ Carsten Hey ]
only in patch2:
unchanged:
--- topgit-0.8.orig/contrib/tg-completion.bash
+++ topgit-0.8/contrib/tg-completion.bash
@@ -268,7 +268,7 @@
 _tg_depend ()
 {
 	local subcommands="add"
-	local subcommand="$(__git_find_subcommand "$subcommands")"
+	local subcommand="$(__tg_find_subcommand "$subcommands")"
 	if [ -z "$subcommand" ]; then
 		__tgcomp "$subcommands"
 		return

Reply to: