From 117c53eb21b8803c1891e1f0b51bb47f5de5928f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Wed, 18 Mar 2015 05:01:48 +0100 Subject: fixed Debian package: launchpad build servers have broken $TERM configurations * it also sets the compatibility level to 7 which was required when building for Ubuntu Lucid. This version cannot be supported however since its libglib version is too old. --- debian/rules | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 84c4bc6..c8bea8d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,15 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +# NOTE: Unsetting $TERM is necessary since the +# PPA build servers have a broken curses setup. +# They have $TERM set but do not include the corresponding +# terminal definitions. +# This lets SciTECO choose a reasonable default +# and we've also added some terminal definitions to the +# build dependencies. +export TERM= + %: dh $@ -- cgit v1.2.3