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/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index e60cf5f..4f7b3cd 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: sciteco Section: editors Priority: optional Maintainer: Robin Haberkorn -Build-Depends: debhelper (>= 7.4), g++ (>= 4:4.4), libglib2.0-dev, libncurses5-dev +Build-Depends: debhelper (>= 7.4), g++ (>= 4:4.4), + libglib2.0-dev (>= 2.28), ncurses-base, ncurses-term, libncurses5-dev Standards-Version: 3.9.2 Homepage: http://sciteco.sf.net/ Vcs-Browser: https://github.com/rhaberkorn/sciteco -- cgit v1.2.3