widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #10403
[Merge] lp:~hjd/widelands/boost-system-dependency into lp:widelands
Hans Joachim Desserud has proposed merging lp:~hjd/widelands/boost-system-dependency into lp:widelands.
Requested reviews:
Widelands Developers (widelands-dev)
Related bugs:
Bug #1697192 in widelands: "Clenaup after move to boost.net"
https://bugs.launchpad.net/widelands/+bug/1697192
For more details, see:
https://code.launchpad.net/~hjd/widelands/boost-system-dependency/+merge/325448
Adds libboost-system-dev as a required build dependency. Should resolve the FTBFS issue in current trunk. I've started a build for my PPA to verify, see https://code.launchpad.net/~hjd/+recipe/widelands-test for results.
As mentioned in the bug report, I'll take a closer look at the build dependencies tomorrow with regards to the latest changes :)
--
Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/boost-system-dependency into lp:widelands.
=== modified file 'debian/changelog'
--- debian/changelog 2017-03-12 11:22:07 +0000
+++ debian/changelog 2017-06-10 19:54:55 +0000
@@ -1,6 +1,7 @@
widelands (1:19+repack-3widelands1) UNRELEASED; urgency=medium
-
+ * Changed build dependencies:
+ - libboost-system-dev is now required
* Merged Debian packaging of Widelands 1:19+repack-3. Remaining changes:
- Disabled all Debian-patches since applying them might cause conflicts as
development moves along in latest trunk. They mostly concern
=== modified file 'debian/control'
--- debian/control 2016-11-20 10:08:33 +0000
+++ debian/control 2017-06-10 19:54:55 +0000
@@ -15,6 +15,7 @@
# libminizip-dev,
libboost-dev,
libboost-regex-dev,
+ libboost-system-dev,
libboost-test-dev,
libglew1.6-dev | libglew-dev,
libpng-dev,
Follow ups