X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=emacs;h=9366f4153b3171d43721182a9915ec0534414c01;hb=70538a2a935f067db0aeef8ed9b6746198265363;hp=62cfc31c9f392f2b4d4a7f5ce40008d1cc0f1c58;hpb=7f9d0ee2aef54df823a9d8ece620e3a1882a03ae;p=buildscripts diff --git a/emacs b/emacs index 62cfc31..9366f41 100755 --- a/emacs +++ b/emacs @@ -38,7 +38,14 @@ e() { echo "$*"; "$@"; } export CFLAGS="-Og -g3" # gawk and attr were no longer automatically installed in stretch -logq pi texlive hunspell git gawk attr +extras= +if isdebian-testing; then + # while this bug exists + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853970 + # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852611 + extras=texlive-base/unstable +fi +logq pi texlive hunspell git gawk attr $extras case $(distro-name) in fedora ) # before i learned the builddep command, i identified these @@ -125,7 +132,7 @@ logq emacs --batch -l ~/.emacs.d/init.el -l ~/.emacs.d/compile-init-dir.el # as of 01-2017, built-in org mode has a bug that # org-edit-src-exit does not get bound, so using latest -~/bin/buildscripts/org-mode +/a/bin/buildscripts/org-mode if $update; then logq pi bzr