[PATCH] Fix Tramp build

Michael Sperber sperber at deinprogramm.de
Thu Jan 3 03:24:22 EST 2008


Right now, the default build for the Tramp package creates a tramp.elc
that bombs when edebug is available.  Could one of you approve, commit,
or otherwise fix?

Michael, Kai, Norbert: It seems Michael is the person mostly doing the
commits, yet we list Kai as the package maintainer.  Is this right?

2008-01-03  Michael Sperber  <mike at xemacs.org>

	* Makefile (REQUIRES): Add `edebug', which is needed to generate a
	tramp.elc that loads in the presence of edebug.

-- 
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/Makefile,v
retrieving revision 1.71
diff -u -r1.71 Makefile
--- Makefile	16 Sep 2007 13:06:59 -0000	1.71
+++ Makefile	3 Jan 2008 08:18:41 -0000
@@ -22,7 +22,7 @@
 MAINTAINER = Kai Großjohann <kai.grossjohann at gmx.net>
 PACKAGE = tramp
 PKG_TYPE = regular
-REQUIRES = tramp xemacs-base vc efs dired mail-lib gnus ediff sh-script
+REQUIRES = tramp xemacs-base vc efs dired mail-lib gnus ediff sh-script edebug
 CATEGORY = standard
 
 include ../../Local.rules.inc


More information about the XEmacs-Patches mailing list