On May 30, 2014 at 8:47PM +0900, tats (at debian.org) wrote:
> To prevent this problem, please skip byte-compilation in
> emacsen-install if the depending file is not yet prepared.

I've prepared NMU to fix this RC bug and #760958.

```
diff --git a/debian/changelog b/debian/changelog
index 20ee86f..76d4b2c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+wysihtml (0.13-5.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Add emacs and emacs24 to Depends (closes: #760958)
+  * Check apel and elserv to byte-compile (closes: #749853)
+
+ -- Tatsuya Kinoshita <t...@debian.org>  Tue, 09 Sep 2014 22:53:41 +0900
+
 wysihtml (0.13-5.1) unstable; urgency=low
 
   * debian/control
diff --git a/debian/control b/debian/control
index e456013..616e3b2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.7.2
 
 Package: wysihtml-el
 Architecture: any
-Depends: ${shlibs:Depends}, iceape-browser | iceweasel, xemacs21-mule | 
xemacs21-mule-canna-wnn | emacs23 | emacs-snapshot, elserv (>= 
0.4.0+0.20011203cvs-3.2), apel, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc
+Depends: ${shlibs:Depends}, iceape-browser | iceweasel, emacs | emacs24 | 
xemacs21-mule | xemacs21-mule-canna-wnn | emacs23 | emacs-snapshot, elserv (>= 
0.4.0+0.20011203cvs-3.2), apel, ldp-docbook-xsl (>= 0.0.20040321-0.1), xsltproc
 Recommends: psgml
 Description: Almost real-time previewing system for HTML and DocBook
  WYSIHTML is a almost real-time previewing system for HTML
diff --git a/debian/emacsen-install b/debian/emacsen-install
index 77b90fd..afa8ad0 100644
--- a/debian/emacsen-install
+++ b/debian/emacsen-install
@@ -11,6 +11,8 @@ FLAVOR=$1
 PACKAGE=wysihtml
 
 if [ ${FLAVOR} = emacs ]; then exit 0; fi
+if [ ! -f "/usr/share/$FLAVOR/site-lisp/apel/mcharset.elc" ]; then exit 0; fi
+if [ ! -f "/usr/share/$FLAVOR/site-lisp/elserv/elserv.elc" ]; then exit 0; fi
 
 if [ ${FLAVOR} = xemacs21 ]; then
     XEMACS=`ls /usr/bin/xemacs*21*-mule* 2> /dev/null | head -1`
```

Thanks,
-- 
Tatsuya Kinoshita

Attachment: pgpsgMRJKMBYe.pgp
Description: PGP signature

Reply via email to