tags 416930 patch thanks Hi mate
Enclosed you will find the NMU patch I just uploaded during the BSP in order to fix this issue. Cheers Steffen
diff -u lirc-0.8.0/debian/lirc.postrm lirc-0.8.0/debian/lirc.postrm --- lirc-0.8.0/debian/lirc.postrm +++ lirc-0.8.0/debian/lirc.postrm @@ -1,7 +1,9 @@ #!/bin/sh set -e -. /usr/share/debconf/confmodule +if [ -f /usr/share/debconf/confmodule ]; then + . /usr/share/debconf/confmodule +fi #DEBHELPER# @@ -15 +17 @@ -db_stop +db_stop || true diff -u lirc-0.8.0/debian/changelog lirc-0.8.0/debian/changelog --- lirc-0.8.0/debian/changelog +++ lirc-0.8.0/debian/changelog @@ -1,3 +1,10 @@ +lirc (0.8.0-9.3) unstable; urgency=high + + * Non-maintainer upload during BSP + * Fix unconditional use of debconf in postrm (Closes: #416930) + + -- Steffen Joeris <[EMAIL PROTECTED]> Sat, 19 May 2007 22:24:22 +1000 + lirc (0.8.0-9.2) unstable; urgency=low * Non-maintainer upload to fix pending l10n issues.
pgpQDf3mJm4dY.pgp
Description: PGP signature