diff -Nru openmw-0.46.0/debian/changelog openmw-0.46.0/debian/changelog --- openmw-0.46.0/debian/changelog 2020-06-09 08:15:09.000000000 +0200 +++ openmw-0.46.0/debian/changelog 2020-12-16 23:25:18.000000000 +0100 @@ -1,3 +1,11 @@ +openmw (0.46.0-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add .gitlab-ci.yml + * Fix FTBFS against boost_1.74. (Closes: #977226) + + -- Anton Gladky Wed, 16 Dec 2020 23:25:18 +0100 + openmw (0.46.0-1) unstable; urgency=low [ Bret Curtis ] diff -Nru openmw-0.46.0/debian/patches/fix_ftbs_openmw.patch openmw-0.46.0/debian/patches/fix_ftbs_openmw.patch --- openmw-0.46.0/debian/patches/fix_ftbs_openmw.patch 1970-01-01 01:00:00.000000000 +0100 +++ openmw-0.46.0/debian/patches/fix_ftbs_openmw.patch 2020-12-16 22:32:50.000000000 +0100 @@ -0,0 +1,15 @@ +Description: Fix FTBFS against boost_1.74 +Author: Anton Gladky +Bug-Debian: https://bugs.debian.org/977226 +Last-Update: 2020-12-16 + +--- openmw-0.46.0.orig/components/detournavigator/offmeshconnectionsmanager.hpp ++++ openmw-0.46.0/components/detournavigator/offmeshconnectionsmanager.hpp +@@ -13,6 +13,7 @@ + + #include + ++#include + #include + #include + #include diff -Nru openmw-0.46.0/debian/patches/series openmw-0.46.0/debian/patches/series --- openmw-0.46.0/debian/patches/series 2020-06-09 08:15:09.000000000 +0200 +++ openmw-0.46.0/debian/patches/series 2020-12-16 23:02:32.000000000 +0100 @@ -0,0 +1 @@ +fix_ftbs_openmw.patch