From 63fdcb370059e0e5d822fb61c8c934481c505f98 Mon Sep 17 00:00:00 2001 From: Bart van Strien Date: Sat, 19 Dec 2015 14:56:08 +0100 Subject: [PATCH] Results of another test deb package, g++ at least version 4.7, no longer support precise Turns out, precise is simply too old to have gcc 4.7, isn't that nice? Maybe the binaries from trust can still be run on precise, though? --- platform/unix/debian/changelog.in | 2 +- platform/unix/debian/control.in | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platform/unix/debian/changelog.in b/platform/unix/debian/changelog.in index 79a5faa49..420417a27 100644 --- a/platform/unix/debian/changelog.in +++ b/platform/unix/debian/changelog.in @@ -1,4 +1,4 @@ -love@LOVE_SUFFIX@ (0.10.0~pre2651ppa1) precise; urgency=medium +love@LOVE_SUFFIX@ (0.10.0~pre2657ppa2) trusty; urgency=medium * Upstream testing release diff --git a/platform/unix/debian/control.in b/platform/unix/debian/control.in index fcc16da5c..5ac5178c5 100644 --- a/platform/unix/debian/control.in +++ b/platform/unix/debian/control.in @@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 9), dh-autoreconf, pkg-config, libtool, + g++ (>= 4.7.0), libfreetype6-dev, luajit, libluajit-5.1-dev,