[darkradiant] 05/07: Add patch to look for boost-unittest-framework in configure.ac
Tobias Frost
tobi at moszumanska.debian.org
Mon Jan 22 07:03:59 UTC 2018
This is an automated email from the git hooks/post-receive script.
tobi pushed a commit to branch master
in repository darkradiant.
commit 693f5ff2894e0956de3ac31184e90e1ed20902de
Author: Tobias Frost <tobi at coldtobi.de>
Date: Tue Jan 16 23:00:56 2018 +0100
Add patch to look for boost-unittest-framework in configure.ac
---
debian/changelog | 1 +
debian/patches/01_autoconf_boost_test_framework.patch | 19 +++++++++++++++++++
debian/patches/series | 1 +
3 files changed, 21 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9b85ce0..98eda68 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ darkradiant (2.5.0-1) UNRELEASED; urgency=medium
* New upstream release.
* Bump d/compat to level 11
* Bump S-B to 4.1.3 -- no changes required
+ * Add patch to look for boost-unittest-framework in configure.ac
-- Tobias Frost <tobi at debian.org> Tue, 16 Jan 2018 17:48:39 +0100
diff --git a/debian/patches/01_autoconf_boost_test_framework.patch b/debian/patches/01_autoconf_boost_test_framework.patch
new file mode 100644
index 0000000..83e10fa
--- /dev/null
+++ b/debian/patches/01_autoconf_boost_test_framework.patch
@@ -0,0 +1,19 @@
+Description: determeine boost's testframework library
+ The tests needs to link to the boost's testframework library, so we need to
+ look for them in configure.ac and set the resp. macros
+Author: Tobias Frost <tobi at debian.org>
+Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
+Last-Update: 2018-01-16
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/configure.ac
++++ b/configure.ac
+@@ -198,6 +198,8 @@
+
+ AC_SUBST([FILESYSTEM_LIBS])
+
++BOOST_TEST
++
+ # PyBind11 if required
+ if test "$python_scripting" = 'yes'
+ then
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..1b08820
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01_autoconf_boost_test_framework.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkradiant.git
More information about the Pkg-games-commits
mailing list