Hello,

After merging from near everybody, building the debian package became 
impossible,

/bin/sh: xemacs: not found
make[1]: *** [auto-autoloads.el] Error 127
make[1]: Leaving directory `/home/nebu/src/emacs/dvc/build/debian/build/lisp'
make: *** [configure-stamp] Error 2

Reverting the following patch make it works again:

* [EMAIL PROTECTED]
  Try to fix the Xemacs bug in Debian package

--- orig/debian/rules
+++ mod/debian/rules
@@ -12,6 +12,9 @@
        dh_testdir
        autoconf
        [ -d $(BUILD) ] || mkdir $(BUILD)
+       cd $(BUILD) && $(PWD)/configure --prefix $(TARGET) --with-emacs=xemacs
+       cd ${BUILD}/lisp && \
+           make auto-autoloads.el && mv auto-autoloads.el 
dvc-xemacs-autoloads.el
        cd $(BUILD) && $(PWD)/configure --prefix $(TARGET)
        touch configure-stamp
 
Regards.
-- 
Daniel 'NebuchadnezzaR' Dehennin
Récupérer ma clef GPG:
gpg --keyserver pgp.mit.edu --recv-keys 0x2A408F69

Reply via email to