tags 398529 pending confirmed patch thanks also sprach Lucas Nussbaum <[EMAIL PROTECTED]> [2006.11.14.1028 +0100]: > Your postrm script doesn't make any difference between "postrm > remove" and "postrm purge", which is obviously wrong.
You are right, there's no reason to run helpztags when doing a purge. Thus, if I only run it at remove time, vim-common will still be installed to satisfy the dependency via vim. Thanks for your report and your QA work!!! Index: debian/postrm =================================================================== --- debian/postrm (revision 1634) +++ debian/postrm (working copy) @@ -1,4 +1,4 @@ #!/bin/sh #DEBHELPER# -# create vim-tags for documentation -helpztags /usr/share/vim/addons/doc +# update vim-tags on removal +[ "$1" = remove ] && helpztags /usr/share/vim/addons/doc -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer, author, administrator, and user `. `'` http://people.debian.org/~madduck - http://debiansystem.info `- Debian - when you have better things to do than fixing systems
signature.asc
Description: Digital signature (GPG/PGP)