diff -Nru inkscape-0.48.4/debian/changelog inkscape-0.48.4/debian/changelog --- inkscape-0.48.4/debian/changelog 2014-01-22 13:50:59.000000000 -0800 +++ inkscape-0.48.4/debian/changelog 2014-02-10 16:27:06.000000000 -0800 @@ -1,3 +1,10 @@ +inkscape (0.48.4-3ubuntu3) trusty; urgency=medium + + * share/palettes/Ubuntu.gpl: Fix "Accent Orange" to match "Ubuntu Orange" from design.ubuntu.com + (LP: #1248174) + + -- Jordan Hewitt Mon, 10 Feb 2014 16:26:08 -0800 + inkscape (0.48.4-3ubuntu2) trusty; urgency=medium * Rebuild for the new poppler soname diff -Nru inkscape-0.48.4/debian/patches/Fix_palette_orange_incorrect.patch inkscape-0.48.4/debian/patches/Fix_palette_orange_incorrect.patch --- inkscape-0.48.4/debian/patches/Fix_palette_orange_incorrect.patch 1969-12-31 16:00:00.000000000 -0800 +++ inkscape-0.48.4/debian/patches/Fix_palette_orange_incorrect.patch 2014-02-10 16:25:35.000000000 -0800 @@ -0,0 +1,13 @@ +Index: inkscape/share/palettes/Ubuntu.gpl +=================================================================== +--- inkscape.orig/share/palettes/Ubuntu.gpl 2014-02-10 16:12:57.019934000 -0800 ++++ inkscape/share/palettes/Ubuntu.gpl 2014-02-10 16:25:29.792349009 -0800 +@@ -10,7 +10,7 @@ + 255 255 0 Yellow + 253 202 1 Accent Yellow Base + 152 102 1 Accent Yellow Shadow +-244 72 0 Accent Orange ++221 72 20 Accent Orange + 253 51 1 Accent Red + 212 0 0 Accent Red Base + 152 1 1 Accent Deep Red diff -Nru inkscape-0.48.4/debian/patches/series inkscape-0.48.4/debian/patches/series --- inkscape-0.48.4/debian/patches/series 2014-01-15 03:34:12.000000000 -0800 +++ inkscape-0.48.4/debian/patches/series 2014-02-10 16:23:52.000000000 -0800 @@ -4,3 +4,4 @@ 0004-Fix_FTBFS_on_gcc-4.8.patch 0005-Fix_FreeType_include.patch 0006_add_unity_quicklist_support.patch +Fix_palette_orange_incorrect.patch