mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
- clang and gcc 4.5 compatibility
- autotools update - debian build system fixes
This commit is contained in:
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
||||
8
|
||||
9
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -2,7 +2,7 @@ Source: vcmi
|
||||
Section: games
|
||||
Priority: optional
|
||||
Maintainer: frank zago <frank@zago.net>
|
||||
Build-Depends: debhelper (>= 8), cdbs (>= 0.4.48), 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.44), libboost-program-options-dev (>=1.44), libboost-filesystem-dev (>=1.44), libboost-system-dev (>=1.44), libboost-thread-dev (>=1.44)
|
||||
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.46), libboost-program-options-dev (>=1.46), libboost-filesystem-dev (>=1.46), libboost-system-dev (>=1.46), libboost-thread-dev (>=1.46)
|
||||
Standards-Version: 3.9.1
|
||||
Homepage: http://vcmi.eu
|
||||
|
||||
|
||||
10
debian/rules
vendored
10
debian/rules
vendored
@@ -1,4 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
include /usr/share/cdbs/1/class/cmake.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
#! /usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
# override disabled by default rpath - we need to find libvcmi.so with it:
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF
|
||||
|
||||
Reference in New Issue
Block a user