On May 29, 2014 at 7:09PM +0200, holger (at layer-acht.org) wrote:
> during a test with piuparts I noticed your package fails to upgrade from
> wheezy. It installed fine in wheezy, then the upgrade to jessie fails.

To fix this RC bug, I'll NMU soon with the attached patch.

Thanks,
-- 
Tatsuya Kinoshita

diff --git a/debian/changelog b/debian/changelog
index 4e532ea..4da1161 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+initz (0.0.11+20030603cvs-17.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Check apel to byte-compile (closes: #749763)
+
+ -- Tatsuya Kinoshita <t...@debian.org>  Sun, 26 Oct 2014 06:42:10 +0900
+
 initz (0.0.11+20030603cvs-17.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff --git a/debian/emacsen-install b/debian/emacsen-install
index 5ec7225..7cd546a 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -41,6 +41,7 @@ sourceonly_all=$(for i in ${!SOURCEONLY_*} ; do
     done | sort -u)
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
+if [ ! -f "/usr/share/$FLAVOR/site-lisp/apel/install.elc" ]; then exit 0; fi
 
 # Install-info-altdir does not actually exist. 
 # Maybe somebody will write it.

Attachment: pgpn9TTqFA_8v.pgp
Description: PGP signature

Reply via email to