emacs25 (25.2+1-5) unstable; urgency=medium . * Build with -O0 on arm64 to avoid FTBS. Without this the build segfaults in marker.c when trying to construct c-by.el. cf. https://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00798.html Thanks to Gianfranco Costamagna for reporting the bug and Barry Warsaw for suggesting the workaround. (Closes: 868165) emacs25 (25.2+1-4) unstable; urgency=medium . * Disable eieio-test-method-order-list-6. Its behavior is unpredictable, and it was causing the armhf build to fail: https://debbugs.gnu.org/27878 https://debbugs.gnu.org/24503#21 Add 0011-Disable-eieio-test-method-order-list-6.patch to fix the problem. Thanks to Glen Morris for pointing out the previous report. emacs25 (25.2+1-3) unstable; urgency=medium . * Actually run tests by default (fix DEB_BUILD_OPTIONS nocheck test) Fix the inverted logic. Thanks to John Paul Adrian Glaubitz for reporting the problem. (Closes: 869328) . * Completely remove gconf support. Build --without-gconf for the emacs25 flavor (as we already do for lucid and nox), since GConf has been deprecated for years. Thanks to intrigeri for reporting the issue. (Closes: 869085) . * Fix README.Debian news entry for 0008-Don-t-provide-openssl-s_client-as-an-option-for-ssl-.patch. . * Fix memory alignment problem causing FTBS on m68k. Thanks to John Paul Adrian Glaubitz for reporting the problem and providing an earlier fix. (Closes: 868868) . * Don't downcase lookup paths in elisp-mode-tests. This caused the tests to fail under sbuild when the test path contained uppercase characters. Add 0010-Don-t-downcase-real-xref-in-elisp-mode-tests.patch to fix the problem. emacs25 (25.2+1-2) unstable; urgency=medium . * emacsXY-common: directly depend on install-info. Since Emacs qualifies as an info reader (Debian Policy 12.2). This should make sure the info index is correctly created/updated at install time. Thanks to Francesco Potortì and NIIBE Yutaka for reporting the problem. (Closes: 850808, 863359) . * Build all flavors from common build-src via VPATH. Instead of building each flavor from scratch in a completely independent debian/build-FLAVOR directory, create debian/build-src and then configure each build-FLAVOR via VPATH. Then the first flavor built will handle all of the common bootstrapping, and subsequent flavors will build much more quickly. . * Migrate to debhelper 10.