diff -Nru synaptic-0.82.4/debian/changelog synaptic-0.82.4+rpi1/debian/changelog --- synaptic-0.82.4/debian/changelog 2015-12-07 14:20:15.000000000 +0000 +++ synaptic-0.82.4+rpi1/debian/changelog 2015-12-09 10:14:52.000000000 +0000 @@ -1,3 +1,10 @@ +synaptic (0.82.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 Wed, 09 Dec 2015 10:14:51 +0000 + synaptic (0.82.4) unstable; urgency=medium * add missing -lX11 diff -Nru synaptic-0.82.4/debian/rules synaptic-0.82.4+rpi1/debian/rules --- synaptic-0.82.4/debian/rules 2015-12-07 14:20:15.000000000 +0000 +++ synaptic-0.82.4+rpi1/debian/rules 2015-12-09 10:14:52.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)