diff -Nru synaptic-0.81.3/debian/changelog synaptic-0.81.3+rpi1/debian/changelog --- synaptic-0.81.3/debian/changelog 2015-01-19 13:35:21.000000000 +0000 +++ synaptic-0.81.3+rpi1/debian/changelog 2015-06-11 21:50:34.000000000 +0000 @@ -1,3 +1,9 @@ +synaptic (0.81.3+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 Thu, 11 Jun 2015 21:50:32 +0000 + synaptic (0.81.3) unstable; urgency=low [ Alex Henrie ] diff -Nru synaptic-0.81.3/debian/rules synaptic-0.81.3+rpi1/debian/rules --- synaptic-0.81.3/debian/rules 2015-01-19 13:35:04.000000000 +0000 +++ synaptic-0.81.3+rpi1/debian/rules 2015-06-11 21:50:34.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)