[SCM] inkscape/master: d/rules: don't run dh_scour, to avoid breaking internal SVGs (markers, etc)

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Thu Jan 12 00:43:16 UTC 2017


The following commit has been merged in the master branch:
commit 1e0a5652071a74739f6047ae27f82bd5558fb266
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Thu Jan 12 01:05:13 2017 +0100

    d/rules: don't run dh_scour, to avoid breaking internal SVGs (markers, etc)
    
    This is a problem in Ubuntu where dh_scour is run as part of gnome-pkg-tools
    
    LP: #1638373

diff --git a/debian/rules b/debian/rules
index 9775762..50cf35c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,8 @@ override_dh_auto_configure:
 
 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:

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list