Hi, The python calls in the postinst are entirely superfluous as the package does not ship any python modules. It consists only of two python scripts.
I will upload an NMU built from the attached patch to fix this shortly. Kind Regards -- Matt Brown Debian Developer [EMAIL PROTECTED] Mob +64 21 611 544 www.mattb.net.nz
diff -ur burn-0.4.3.orig/debian/changelog burn-0.4.3/debian/changelog --- burn-0.4.3.orig/debian/changelog 2005-03-22 10:09:20.000000000 +1200 +++ burn-0.4.3/debian/changelog 2006-10-28 19:19:04.000000000 +1300 @@ -1,3 +1,10 @@ +burn (0.4.3-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Remove unneeded python compilation from postinst (Closes: #394425) + + -- Matt Brown <[EMAIL PROTECTED]> Sat, 28 Oct 2006 18:48:46 +1300 + burn (0.4.3-2) unstable; urgency=low * Closes bug for silent wavs in external decoding diff -ur burn-0.4.3.orig/debian/postinst burn-0.4.3/debian/postinst --- burn-0.4.3.orig/debian/postinst 2004-12-14 07:14:43.000000000 +1300 +++ burn-0.4.3/debian/postinst 2006-10-28 19:19:57.000000000 +1300 @@ -6,23 +6,4 @@ #DEBHELPER# -PACKAGE=burn -DIRLIST="/usr/share/burn" - -PYTHON=python2.3 - -case "$1" in - configure|abort-upgrade|abort-remove|abort-deconfigure) - for i in $DIRLIST ; do - /usr/bin/$PYTHON -O /usr/lib/$PYTHON/compileall.py -q $i - /usr/bin/$PYTHON /usr/lib/$PYTHON/compileall.py -q $i - done - ;; - - *) - echo "postinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - exit 0
signature.asc
Description: OpenPGP digital signature