diff -Nru fritzing-0.9.3b+dfsg/debian/changelog fritzing-0.9.3b+dfsg/debian/changelog --- fritzing-0.9.3b+dfsg/debian/changelog 2018-12-20 19:16:12.000000000 +0000 +++ fritzing-0.9.3b+dfsg/debian/changelog 2018-12-30 15:01:35.000000000 +0000 @@ -1,3 +1,11 @@ +fritzing (0.9.3b+dfsg-9) unstable; urgency=medium + + * modified d/rules to use an existing file rather than a file + *not installed* by the binary build, to install during an + independent build. Closes: #916709 + + -- Georges Khaznadar Sun, 30 Dec 2018 16:01:35 +0100 + fritzing (0.9.3b+dfsg-8) unstable; urgency=medium * split override_dh_install into override_dh_install-arch and diff -Nru fritzing-0.9.3b+dfsg/debian/rules fritzing-0.9.3b+dfsg/debian/rules --- fritzing-0.9.3b+dfsg/debian/rules 2018-12-20 19:16:12.000000000 +0000 +++ fritzing-0.9.3b+dfsg/debian/rules 2018-12-30 14:40:33.000000000 +0000 @@ -28,7 +28,8 @@ override_dh_install-indep: dh_install -i - convert $(DESTDIR)/usr/share/pixmaps/fritzing_icon.png -resize 32x32 \ + install -d $(DESTDIR)/usr/share/pixmaps + convert resources/images/fritzing_icon.png -resize 32x32 \ $(DESTDIR)/usr/share/pixmaps/fritzing_icon.xpm update-upstream-changelog: