diff --git a/debian/NEWS.Debian b/debian/NEWS.Debian index dbc45ac8..5545940f 100644 --- a/debian/NEWS.Debian +++ b/debian/NEWS.Debian @@ -1,3 +1,14 @@ +make-dfsg (4.3-3) unstable; urgency=medium + + * Fix ordering if include dirs + There has been a long standind bug where INCLUDE_DIRS /usr/include is + included twice. The more important problem is it is before the + /usr/local/include. This commit fixes the ordering. So now + /usr/local/include comes before /usr/include, which it should, but + this is a change in behaviour. + + -- Manoj Srivastava Fri, 05 Jun 2020 18:59:32 -0700 + make-dfsg (4.3-1) unstable; urgency=medium * WARNING: Backward-incompatibility! diff --git a/debian/changelog b/debian/changelog index 72d21b35..fe16711d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +make-dfsg (4.3-3) unstable; urgency=medium + + * Fix ordering if include dirs + There has been a long standind bug where INCLUDE_DIRS /usr/include is + included twice. The more important problem is it is before the + /usr/local/include. This commit fixes the ordering. + * Bug fix: "/usr/local/include is wrong priority in default + include_dirs", thanks to Alex Samad (Closes: #493523). + + -- Manoj Srivastava Fri, 05 Jun 2020 18:59:32 -0700 + make-dfsg (4.3-2) unstable; urgency=medium * Fixes critical bugs