This is an automated email from the git hooks/post-receive script. tobi pushed a commit to branch master in repository darkradiant.
commit e4c967a1393d3eb1ca44e308de9d17dcf7d619f5 Author: Tobias Frost <[email protected]> Date: Sun Dec 11 12:45:09 2016 +0100 New patch 02-ftbfs-missing-include.patch --- debian/changelog | 1 + debian/patches/02-ftbfs-missing-include.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4f0407e..5556183 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ darkradiant (2.1.0-1) UNRELEASED; urgency=medium * Update copyright years. * Bump d/compat to 10 * Update d/clean to clean extra files + * New patch 02-ftbfs-missing-include.patch -- Tobias Frost <[email protected]> Sat, 10 Dec 2016 15:17:09 +0100 diff --git a/debian/patches/02-ftbfs-missing-include.patch b/debian/patches/02-ftbfs-missing-include.patch new file mode 100644 index 0000000..3ff8b08 --- /dev/null +++ b/debian/patches/02-ftbfs-missing-include.patch @@ -0,0 +1,16 @@ +Description: Add missing include. +Author: Tobias Frost <[email protected]> +Bug: http://bugs.thedarkmod.com/view.php?id=4421 +Last-Update: 12-11-2016 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/radiant/map/RenderableAasFile.cpp ++++ b/radiant/map/RenderableAasFile.cpp +@@ -2,6 +2,7 @@ + + #include "iregistry.h" + #include "imainframe.h" ++#include "ivolumetest.h" + + #include "registry/registry.h" + diff --git a/debian/patches/series b/debian/patches/series index 04a070d..882baa4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ 01-reproducible-build.patch +02-ftbfs-missing-include.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/darkradiant.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

