← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~hjd/widelands/unused-option into lp:~widelands-dev/widelands/debian

 

Hans Joachim Desserud has proposed merging lp:~hjd/widelands/unused-option into lp:~widelands-dev/widelands/debian.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~hjd/widelands/unused-option/+merge/248152

Looks like this wasn't caught in the previous round when updating build options.

It's not in use anymore [1] nor does it exist in the repo.

[1] see CMake warning in https://launchpadlibrarian.net/196100800/buildlog_ubuntu-vivid-i386.widelands_1%3A18-ppa0-bzr7375-201501291155~ubuntu15.04.1_UPLOADING.txt.gz
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/unused-option into lp:~widelands-dev/widelands/debian.
=== modified file 'debian/rules'
--- debian/rules	2014-12-13 19:04:49 +0000
+++ debian/rules	2015-01-30 18:31:10 +0000
@@ -13,7 +13,6 @@
 override_dh_auto_configure:
 	CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
 	  dh_auto_configure -Scmake -- \
-		-DWL_PATHS_ARE_ABSOLUTE="true" \
 		-DWL_INSTALL_DATADIR=/usr/share/games/widelands \
 		-DCMAKE_BUILD_TYPE=Release 
 


Follow ups