diffstat for inkscape-0.91 inkscape-0.91 changelog | 7 +++++++ rules | 5 +++++ 2 files changed, 12 insertions(+) diff -Nru inkscape-0.91/debian/changelog inkscape-0.91/debian/changelog --- inkscape-0.91/debian/changelog 2016-09-06 10:50:37.000000000 +0200 +++ inkscape-0.91/debian/changelog 2017-01-12 09:47:37.000000000 +0100 @@ -1,3 +1,10 @@ +inkscape (0.91-11ubuntu16.10.1) yakkety; urgency=medium + + * d/rules: don't run dh_scour, to avoid breaking internal SVGs (markers, …). + LP: #1638373 + + -- Mattia Rizzolo Thu, 12 Jan 2017 09:47:37 +0100 + inkscape (0.91-11) unstable; urgency=medium * Build with gnome-pkg-tools for automatic langpack support in Ubuntu. diff -Nru inkscape-0.91/debian/rules inkscape-0.91/debian/rules --- inkscape-0.91/debian/rules 2016-09-06 10:48:55.000000000 +0200 +++ inkscape-0.91/debian/rules 2017-01-12 09:47:11.000000000 +0100 @@ -7,3 +7,8 @@ override_dh_gnome_clean: dh_gnome_clean --no-control + +# Don't run scour, there is no need for it at all, and the deafults are not +# appropriate for inkscape's SVGs +# https://bugs.launchpad.net/ubuntu/+source/inkscape/+bug/1638373 +override_dh_scour: