diff -Nru synaptic-0.81.4/debian/changelog synaptic-0.81.4+rpi1/debian/changelog --- synaptic-0.81.4/debian/changelog 2015-07-11 10:02:04.000000000 +0000 +++ synaptic-0.81.4+rpi1/debian/changelog 2015-07-19 21:48:21.000000000 +0000 @@ -1,3 +1,10 @@ +synaptic (0.81.4+rpi1) stretch-staging; urgency=medium + + [changes brought forward from 0.81.2+rpi1 by Peter Michael Green at Fri, 01 Aug 2014 01:51:30 +0000] + * Fix build on raspbian (see: #744371). + + -- Raspbian forward porter Sun, 19 Jul 2015 21:48:21 +0000 + synaptic (0.81.4) unstable; urgency=medium [ Michael Vogt ] diff -Nru synaptic-0.81.4/debian/rules synaptic-0.81.4+rpi1/debian/rules --- synaptic-0.81.4/debian/rules 2015-07-11 10:02:04.000000000 +0000 +++ synaptic-0.81.4+rpi1/debian/rules 2015-07-19 21:48:21.000000000 +0000 @@ -48,7 +48,9 @@ # unpatch override_dh_auto_clean: - cp debian/patches/00list.$(DIST) debian/patches/00list - dpatch deapply-all + if [ -e debian/patches/00list.$(DIST) ]; then \ + cp debian/patches/00list.$(DIST) debian/patches/00list;\ + dpatch deapply-all;\ + fi; rm -rf patch-stamp debian/patched dh_auto_clean $(DHFLAGS)