This is an automated email from the git hooks/post-receive script. bengen pushed a commit to branch master in repository sepia.
commit b226f8e72fb4dfdb0e4ccaaf537245fadd83280a Author: Hilko Bengen <[email protected]> Date: Sun Jul 27 19:40:07 2008 +0200 Add w3m source directory to load-path for byte-compiling --- debian/changelog | 8 ++++++++ debian/emacsen-install | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9e96609..13720a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +sepia (0.97-3) unstable; urgency=high + + * Add w3m source directory to load-path for byte-compiling, preventing + breakage on emacs upgrades that involve recompiling all Elisp code. + (Closes: #492602) + + -- Hilko Bengen <[email protected]> Sun, 27 Jul 2008 21:34:09 +0200 + sepia (0.97-2) unstable; urgency=high * Imported change from upstream's git repository that works around a diff --git a/debian/emacsen-install b/debian/emacsen-install index a354a56..c0ba5c4 100644 --- a/debian/emacsen-install +++ b/debian/emacsen-install @@ -44,7 +44,7 @@ cp ${FILES} ${ELCDIR} cd ${ELCDIR} cat << EOF > path.el -(setq load-path (cons "." load-path) byte-compile-warnings nil) +(setq load-path (append '("." "/usr/share/emacs/site-lisp/w3m") load-path) byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} rm -f *.el path.el -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/sepia.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
