Package: emacs-jabber Version: 0.7.91-1 Filename: pool/main/e/emacs-jabber/emacs-jabber_0.7.91-1_all.deb Found error in /usr/lib/emacsen-common/packages/install/emacs-jabber: directive 'set -e' found $ grep -A5 -B5 /tmp/ /usr/lib/emacsen-common/packages/install/emacs-jabber fi cp ${EL_DIR}/*.el ${ELC_DIR}/ # Byte compile them cd ${ELC_DIR} ${FLAVOR} -q --no-site-file --batch --eval "(setq load-path (cons \"${ELC_DIR}\" load-path))" -f batch-byte-compile *.el >>/tmp/${PACKAGE}.log 2>&1 || true # remove the redundant .el files # presumes that any .el files in the dir are trash. rm ${ELC_DIR}/*.el fi