CVS update by michaels packages/xemacs-packages/tramp ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Thu Jan 3 06:31:59 EST 2008
User: michaels
Date: 08/01/03 12:31:59
Modified: packages/xemacs-packages/tramp ChangeLog Makefile
Log:
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.
Revision Changes Path
1.73 +5 -0 XEmacs/packages/xemacs-packages/tramp/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -p -r1.72 -r1.73
--- ChangeLog 2007/09/16 13:06:58 1.72
+++ ChangeLog 2008/01/03 11:31:56 1.73
@@ -1,3 +1,8 @@
+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.
+
2007-09-16 Norbert Koch <viteno at xemacs.org>
* Makefile (VERSION): XEmacs package 1.39 released.
1.72 +1 -1 XEmacs/packages/xemacs-packages/tramp/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/xemacs-packages/tramp/Makefile,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -p -r1.71 -r1.72
--- Makefile 2007/09/16 13:06:59 1.71
+++ Makefile 2008/01/03 11:31:57 1.72
@@ -22,7 +22,7 @@ AUTHOR_VERSION = 2.0.56
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-CVS
mailing list