瀏覽代碼

Debian: change rules to use SDL2 and update changelog for 0.98

ArseniyShestakov 10 年之前
父節點
當前提交
c3ea9637dd
共有 3 個文件被更改,包括 3 次插入2 次删除
  1. 1 0
      debian/changelog
  2. 1 1
      debian/control
  3. 1 1
      debian/rules

+ 1 - 0
debian/changelog

@@ -1,6 +1,7 @@
 vcmi (0.98) trusty; urgency=medium
 
   * New upstream release
+  * Now built with SDL2
 
  -- Ivan Savenko <[email protected]>  Wed, 01 Apr 2015 22:57:38 +0200
 

+ 1 - 1
debian/control

@@ -2,7 +2,7 @@ Source: vcmi
 Section: games
 Priority: optional
 Maintainer: Ivan Savenko <[email protected]>
-Build-Depends: debhelper (>= 8), cmake, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev (>= 1.2.8), zlib1g-dev, libavformat-dev, libswscale-dev, libboost-dev (>=1.48), libboost-program-options-dev (>=1.48), libboost-filesystem-dev (>=1.48), libboost-system-dev (>=1.48), libboost-locale-dev (>=1.48), libboost-thread-dev (>=1.48), qtbase5-dev
+Build-Depends: debhelper (>= 8), cmake, libsdl2-dev, libsdl2-image-dev, libsdl2-ttf-dev, libsdl2-mixer-dev, zlib1g-dev, libavformat-dev, libswscale-dev, libboost-dev (>=1.48), libboost-program-options-dev (>=1.48), libboost-filesystem-dev (>=1.48), libboost-system-dev (>=1.48), libboost-locale-dev (>=1.48), libboost-thread-dev (>=1.48), qtbase5-dev
 Standards-Version: 3.9.1
 Homepage: http://vcmi.eu
 Vcs-Git: git://github.com/vcmi/vcmi.git

+ 1 - 1
debian/rules

@@ -5,7 +5,7 @@
 
 # override disabled by default rpath - we need to find libvcmi.so with it:
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_SDL2=OFF -DBIN_DIR=games
+	dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games
 .PHONY: override_dh_strip
 override_dh_strip:
 	dh_strip --dbg-package=vcmi-dbg