widelands-dev team mailing list archive
-
widelands-dev team
-
Mailing list archive
-
Message #01962
[Merge] lp:~hjd/widelands/add-regex-dependency into lp:~widelands-dev/widelands/debian
Hans Joachim Desserud has proposed merging lp:~hjd/widelands/add-regex-dependency into lp:~widelands-dev/widelands/debian.
Requested reviews:
Widelands Developers (widelands-dev)
For more details, see:
https://code.launchpad.net/~hjd/widelands/add-regex-dependency/+merge/216268
Adding libboost-regex library to the dependencies necessary to build Widelands. Should fix the current build failures in the daily PPA [1]. Based on the diff it looks like r6942 [2] broke it, but I thought we had already added use of the regex library.
I'm currently building my test PPA to see how this turns out.
[1] https://launchpadlibrarian.net/172999299/buildlog_ubuntu-quantal-i386.widelands_1%3A18-ppa0-bzr6946-201404170632~ubuntu12.10.1_FAILEDTOBUILD.txt.gz
[2] http://bazaar.launchpad.net/~widelands-dev/widelands/trunk/revision/6942
--
https://code.launchpad.net/~hjd/widelands/add-regex-dependency/+merge/216268
Your team Widelands Developers is requested to review the proposed merge of lp:~hjd/widelands/add-regex-dependency into lp:~widelands-dev/widelands/debian.
=== modified file 'debian/control'
--- debian/control 2014-02-27 18:29:39 +0000
+++ debian/control 2014-04-17 09:05:14 +0000
@@ -15,6 +15,7 @@
libsdl-gfx1.2-dev,
python,
libboost1.48-dev | libboost-dev,
+ libboost-regex1.48-dev | libboost-regex-dev,
doxygen,
cmake,
imagemagick,
Follow ups