mirror of
				https://github.com/vcmi/vcmi.git
				synced 2025-10-31 00:07:39 +02:00 
			
		
		
		
	Debian: change rules to use SDL2 and update changelog for 0.98
This commit is contained in:
		
							
								
								
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							| @@ -1,6 +1,7 @@ | ||||
| vcmi (0.98) trusty; urgency=medium | ||||
|  | ||||
|   * New upstream release | ||||
|   * Now built with SDL2 | ||||
|  | ||||
|  -- Ivan Savenko <saven.ivan@gmail.com>  Wed, 01 Apr 2015 22:57:38 +0200 | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/control
									
									
									
									
										vendored
									
									
								
							| @@ -2,7 +2,7 @@ Source: vcmi | ||||
| Section: games | ||||
| Priority: optional | ||||
| Maintainer: Ivan Savenko <saven.ivan@gmail.com> | ||||
| 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 | ||||
|   | ||||
							
								
								
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								debian/rules
									
									
									
									
										vendored
									
									
								
							| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user