If you&#39;re willing to use cdbs, it should be doable to work around upstream&#39;s removal of autotools support.<div><br></div><div>Example debian/rules file:</div><div><br></div><div><div>#!/usr/bin/make -f</div><div><br>
</div><div>include /usr/share/cdbs/1/rules/<a href="http://debhelper.mk">debhelper.mk</a></div><div>include /usr/share/cdbs/1/class/<a href="http://cmake.mk">cmake.mk</a></div><div>include /usr/share/cdbs/1/class/<a href="http://makefile.mk">makefile.mk</a></div>
</div><div><br></div><div>cdbs and cmake would also have to be added to Build-Depends in debian/control.</div><div><br></div><div>Ideally, Wesnoth would continue to support autotools, but that looks unlikely at the moment. :(</div>
<div><br></div><div><br></div>