diff -Nru webdis-0.1.1/debian/changelog webdis-0.1.1/debian/changelog --- webdis-0.1.1/debian/changelog 2014-10-24 19:55:56.000000000 +0000 +++ webdis-0.1.1/debian/changelog 2015-07-16 17:53:46.000000000 +0000 @@ -1,3 +1,12 @@ +webdis (0.1.1-2+rpi1) stretch-staging; urgency=medium + + * Based on delayed NMU by Cyril Brulebois + * Remove embedded code copies (hiredis, jansson) in the clean target + to make sure not to use them; this notably fixes the FTBFS during + the libhiredis0.10 → libhiredis0.13 transition (Closes: #785476). + + -- Peter Michael Green Thu, 16 Jul 2015 17:50:39 +0000 + webdis (0.1.1-2) unstable; urgency=medium * Use correct license names in debian/copyright diff -Nru webdis-0.1.1/debian/rules webdis-0.1.1/debian/rules --- webdis-0.1.1/debian/rules 2014-10-24 15:35:24.000000000 +0000 +++ webdis-0.1.1/debian/rules 2015-07-14 16:32:05.000000000 +0000 @@ -37,6 +37,8 @@ override_dh_auto_clean: $(MAKE) clean $(MAKE) -C tests clean + # Make sure not to use embedded code copies: + rm -rf hiredis jansson override_dh_auto_test: ifneq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))