[Piuparts-commits] [piuparts] 04/14: exception for auctex background task

Holger Levsen holger at layer-acht.org
Mon Aug 21 14:33:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch develop
in repository piuparts.

commit f47d20096e9fbd1597591f0580d4f48911a591b6
Author: Andreas Beckmann <anbe at debian.org>
Date:   Mon Aug 14 06:29:01 2017 +0200

    exception for auctex background task
    
    Signed-off-by: Andreas Beckmann <anbe at debian.org>
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 custom-scripts/scripts/pre_install_exceptions | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index 91c21e5..2749c3d 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -66,6 +66,11 @@ if [ "$PIUPARTS_PHASE" != "install" ]; then
 fi
 
 case ${PIUPARTS_OBJECTS%%=*} in
+	auctex)
+			# do not run the (long) latex macro indexing task in the background (#867020)
+			log_debug
+			echo "auctex auctex/doauto select Foreground" | debconf-set-selections
+			;;
 	samhain)
 			# work around #749602
 			log_debug

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list