瀏覽代碼

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 年之前
父節點
當前提交
63fdcb3700
共有 2 個文件被更改,包括 2 次插入1 次删除
  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,