> Additionally I see that you did other changes to unix/tkstepConfig.sh that > aren't even mentioned in the changelog!
Here is the complete diff between what I uploaded, and what was in the archive. Dunno what change you're seeing in tkstepConfig.sh, but it was there in 4p2-4. lamont ========================================================================= diff -ur tkstep8.0-8.0.4p2-4/debian/changelog tkstep8.0-8.0.4p2-4.1/debian/changelog --- tkstep8.0-8.0.4p2-4/debian/changelog Thu Jan 3 12:49:21 2002 +++ tkstep8.0-8.0.4p2-4.1/debian/changelog Thu Jan 3 12:49:35 2002 @@ -1,3 +1,10 @@ +tkstep8.0 (8.0.4p2-4.1) unstable; urgency=low + + * NMU + * remove alternative for wish in prerm, per policy. Closes: #126700 + + -- LaMont Jones <[EMAIL PROTECTED]> Thu, 27 Dec 2001 20:57:25 -0700 + tkstep8.0 (8.0.4p2-4) unstable; urgency=low * Removed the obsolete .dwww-index files. (closes: #96027) diff -ur tkstep8.0-8.0.4p2-4/debian/prerm tkstep8.0-8.0.4p2-4.1/debian/prerm --- tkstep8.0-8.0.4p2-4/debian/prerm Thu Jan 3 12:49:21 2002 +++ tkstep8.0-8.0.4p2-4.1/debian/prerm Thu Jan 3 12:49:35 2002 @@ -3,6 +3,7 @@ case "$1" in upgrade) ;; *) + update-alternatives --remove wish /usr/bin/wishstep8.0 # removes /usr/lib/tkstep from /etc/ld.so.conf fgrep -v '/usr/lib/tkstep' /etc/ld.so.conf > /etc/ld.so.conf.new if cmp -s /etc/ld.so.conf /etc/ld.so.conf.new; then =========================================================================