Browse Source

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?
Bart van Strien 9 years ago
parent
commit
63fdcb3700
2 changed files with 2 additions and 1 deletions
  1. 1 1
      platform/unix/debian/changelog.in
  2. 1 0
      platform/unix/debian/control.in

+ 1 - 1
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
 

+ 1 - 0
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,