|--==> "NK" == Norbert Koch <viteno(a)xemacs.org> writes:
NK> Steve Youngs <sryoungs(a)bigpond.net.au> writes:
NK> Steve Youngs <sryoungs(a)bigpond.net.au> writes:
>>>I think the right fix for this situation would be to put
the
>>>author-version info into the _pkg.el files.
NK> [...]
NK> That part looks easy.
NK> Index: XEmacs.rules
NK> ===================================================================
NK> RCS file: /pack/xemacscvs/XEmacs/packages/XEmacs.rules,v
NK> retrieving revision 1.49
NK> diff -u -u -r1.49 XEmacs.rules
NK> --- XEmacs.rules 23 Sep 2003 01:42:33 -0000 1.49
NK> +++ XEmacs.rules 10 Oct 2003 17:30:40 -0000
NK> @@ -531,6 +531,7 @@
NK> @echo ";;;###autoload" > $(AUTOLOAD_PATH)/_pkg.el
NK> @echo "(package-provide '$(PACKAGE)" >>
$(AUTOLOAD_PATH)/_pkg.el
NK> @echo " :version $(VERSION)" >> $(AUTOLOAD_PATH)/_pkg.el
NK> + @echo " :author-version $(AUTHOR_VERSION)" >>
$(AUTOLOAD_PATH)/_pkg.el
NK> @echo " :type '$(PKG_TYPE))" >> $(AUTOLOAD_PATH)/_pkg.el
NK> ifneq ($(PACKAGE_SUPPRESS),)
NK> @echo "" >> $(AUTOLOAD_PATH)/_pkg.el
NK> Would that break anything?
Not quite right. The value of $AUTHOR_VERSION needs to be in quotes
because it is actually a string.
I have submitted patches to packages and core for this now that should
take some of the confusion out of the info displayed by PUI.
--
|---<Steve Youngs>---------------<GnuPG KeyID: A94B3003>---|
| Ashes to ashes, dust to dust. |
| The proof of the pudding, is under the crust. |
|------------------------------<sryoungs(a)bigpond.net.au>---|