Jonathan Nieder <[email protected]> writes: > git's postinst contains the following snippet: > > if test -x /usr/lib/emacsen-common/emacs-package-install; then > /usr/lib/emacsen-common/emacs-package-install git > fi > > which makes git's elisp files usable and compiles them to bytecode > on installation, provided emacsen-support is installed. Likewise, > prerm has similar code to clean up if emacsen-support is installed.
Right, with the current infrastructure and the current policy (see /usr/share/doc/emacsen-common/debian-emacs-policy.gz), there are required dependencies (among other things). I started working on an overhaul last year that would alleviate possibly *all* the required dependencies, but for now, any package must add them -- hence the presence of all of the foo-el packages. (Now that squeeze is out, I'm planning to pick that work back up in a month or so.) Thanks -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

