Re: postrm, etc cruft in control.tar.gz

2003-10-16 Thread Goswin von Brederlow
Joey Hess <[EMAIL PROTECTED]> writes: > Any udeb that has templates files needs to either pass -n to > dh_installdebconf, or export DH_OPTIONS=-n in its rules file, to avoid > getting a autogenerated postrm. I think the latter is a good idea for > all d-i packages except those like cdebconf that b

postrm, etc cruft in control.tar.gz

2003-10-16 Thread Joey Hess
Any udeb that has templates files needs to either pass -n to dh_installdebconf, or export DH_OPTIONS=-n in its rules file, to avoid getting a autogenerated postrm. I think the latter is a good idea for all d-i packages except those like cdebconf that build real debs too. Someone might want to take