diff -Nru k3d-0.8.0.5/debian/changelog k3d-0.8.0.5/debian/changelog --- k3d-0.8.0.5/debian/changelog 2016-08-11 08:43:10.000000000 +0000 +++ k3d-0.8.0.5/debian/changelog 2016-10-06 07:04:13.000000000 +0000 @@ -1,3 +1,10 @@ +k3d (0.8.0.5-4+rpi1) stretch-staging; urgency=medium + + * Drop build-dependency on libglew-dev (Closes: 838516) + * Add #include to k3dsdk/ngui/utility.cpp + + -- Peter Michael Green Thu, 06 Oct 2016 07:04:13 +0000 + k3d (0.8.0.5-4) unstable; urgency=medium * d/patches: diff -Nru k3d-0.8.0.5/debian/control k3d-0.8.0.5/debian/control --- k3d-0.8.0.5/debian/control 2016-08-10 19:37:50.000000000 +0000 +++ k3d-0.8.0.5/debian/control 2016-10-06 07:03:50.000000000 +0000 @@ -29,7 +29,6 @@ libfreetype6-dev, libftgl-dev, libgl1-mesa-dev | libgl-dev, - libglew-dev, libglewmx-dev, libglibmm-2.4-dev, libglu1-mesa-dev | libglu-dev, diff -Nru k3d-0.8.0.5/debian/patches/add-glibmm-include.patch k3d-0.8.0.5/debian/patches/add-glibmm-include.patch --- k3d-0.8.0.5/debian/patches/add-glibmm-include.patch 1970-01-01 00:00:00.000000000 +0000 +++ k3d-0.8.0.5/debian/patches/add-glibmm-include.patch 2016-10-06 07:04:13.000000000 +0000 @@ -0,0 +1,14 @@ +Description: Add #include to k3dsdk/ngui/utility.cpp +Author: Peter Michael Green +Bug-Debian: https://bugs.debian.org/838516 + +--- k3d-0.8.0.5.orig/k3dsdk/ngui/utility.cpp ++++ k3d-0.8.0.5/k3dsdk/ngui/utility.cpp +@@ -20,6 +20,7 @@ + /** \author Timothy M. Shead (tshead@k-3d.com) + */ + ++#include + #include + + #include diff -Nru k3d-0.8.0.5/debian/patches/series k3d-0.8.0.5/debian/patches/series --- k3d-0.8.0.5/debian/patches/series 2016-08-07 14:39:02.000000000 +0000 +++ k3d-0.8.0.5/debian/patches/series 2016-10-06 07:04:13.000000000 +0000 @@ -1 +1,2 @@ fix-ftbfs-boost1.61.patch +add-glibmm-include.patch