Your message dated Wed, 3 Dec 2014 13:37:57 +0100
with message-id <20141203123757.gi1...@ugent.be>
and subject line Re: Bug#771898: unblock: topgit/0.8-1.2
has caused the Debian Bug report #771898,
regarding unblock: topgit/0.8-1.2
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
771898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@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 <a...@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

--- End Message ---
--- Begin Message ---
Hi,

On Wed, Dec 03, 2014 at 11:59:58AM +0100, Andreas Beckmann wrote:
> Please unblock package topgit

Unblocked.

Cheers,

Ivo

--- End Message ---

Reply via email to