Package: debtags
Version: 1.7.2
Followup-For: Bug #403137

On Thu, Dec 14, 2006, Justin B Rye wrote:
> debtags <TAB><TAB>
> cat           implications  related       stats         tagshow
> check         install       score         submit        todo
> facetcoll     maintainers   search        tag           todoreport
> grep          mkpatch       show          tagsearch     update

Still wrong; bash-completion script patch attached.

> debtags todoreport

Fixed (i.e. it simply fails, without any confusion about whether the
option exists).

> debtags check

Unfixed (i.e. it still fails with contradictory messages - "you
should specify the file with the collection to check [...] Checks
the main database if no file is specified".)

> debtags score

Fixed, though somewhat addled in its recommendations (perhaps my
testbed machine is just a poor sample).
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
diff -ru debtags-1.7.2.old/bash-completion debtags-1.7.2/bash-completion
--- debtags-1.7.2.old/bash-completion	2007-06-09 20:37:41.000000000 +0100
+++ debtags-1.7.2/bash-completion	2007-07-06 15:54:56.000000000 +0100
@@ -10,10 +10,10 @@
 	COMPREPLY=()
 	cur=${COMP_WORDS[COMP_CWORD]}
 	prev=${COMP_WORDS[COMP_CWORD-1]}
-	options='update implications check tagshow tagsearch show \
-	     	 related cat grep mkpatch install maintainers \
-	         submit score tag search todo facetcoll\
-			 todoreport stats'
+	options='cat check diff dumpavail grep help install \
+		maintainers mkpatch related score search selfcheck \
+		show smartsearch stats submit tag tagcat tagsearch \
+		tagshow todo update vocfilter'
 	
 	for (( i=0; i < [EMAIL PROTECTED]; i++ )); do
 		case ${COMP_WORDS[i]} in

Reply via email to