[vox-tech] what happened to debian reportbug? (and vim's hebrewp)

Peter Jay Salzman vox-tech@lists.lugod.org
Mon, 9 Jun 2003 09:23:56 -0700


hi all,

i just sent in a bug report, with a patch, to debian using reportbug.

i've always remembered reportbug asking for special tags, like "patch
included" or "security related", but it didn't ask me this time around.

in fact, i reported a bug against manpages about a week or two ago, and
remember being asked about the tags, so this change is a very recent
one.

does anyone know why this has changed?  seemed like a good system; i'm
surprised they removed the patch and security tags.



about my reported bug.  i think this affects all distro's vim 6.1, but i
can't imagine many people caring.  this diff should be applied against
/usr/share/vim/vim61/keymap/hebrewp.vim, the phonetic hebrew keyboard
layout.

pete



--- hebrewp.vim.old	2003-06-09 09:02:01.000000000 -0700
+++ hebrewp.vim.new	2003-06-09 09:02:24.000000000 -0700
@@ -1,5 +1,5 @@
 let encoding = &enc
-if encoding = ''
+if encoding == ''
 	let encoding = 'cp1255'
 endif