diff --git a/debian/control b/debian/control index 93f90e5e0..aaa9c048c 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: vcmi Section: games Priority: extra Maintainer: frank zago -Build-Depends: debhelper (>= 7), cdbs (>= 0.4.48), autotools-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev (>= 1.2.8), zlib1g-dev, libavformat-dev, libswscale-dev, libboost1.37-dev | libboost1.38-dev | libboost1.42-dev, libboost-thread1.37-dev | libboost-thread1.38-dev | libboost-thread1.42-dev, libboost-system1.37-dev | libboost-system1.38-dev | libboost-system1.42-dev, libboost-filesystem1.37-dev | libboost-filesystem1.38-dev | libboost-filesystem1.42-dev, libboost-iostreams1.37-dev | libboost-iostreams1.38-dev | libboost-iostreams1.42-dev +Build-Depends: debhelper (>= 7), cdbs (>= 0.4.48), autotools-dev, libsdl-image1.2-dev, libsdl-ttf2.0-dev, libsdl-mixer1.2-dev (>= 1.2.8), zlib1g-dev, libavformat-dev, libswscale-dev, libboost-all-dev (>=1.37) Standards-Version: 3.8.0 Homepage: http://vcmi.eu @@ -18,6 +18,7 @@ Description: A rewrite the Heroes of Might and Magic 3 engine In its current state it already supports maps of any sizes, higher resolutions and extended engine limits. + Package: vcmi-doc Architecture: all Section: doc diff --git a/debian/rules b/debian/rules index ac9dd80a9..6bd4a943d 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,7 @@ #!/usr/bin/make -f include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/debhelper.mk + + +override_dh_auto_configure: + dh_auto_configure -- --disable-debug