=== modified file 'debian/changelog' --- debian/changelog 2013-04-07 00:25:45 +0000 +++ debian/changelog 2013-04-07 00:26:33 +0000 @@ -1,3 +1,11 @@ +libcroco (0.6.6-1ubuntu0.1) UNRELEASED; urgency=low + + * debian/patches/git-revert-green-change.patch: + - Revert change to the "green" color since it violates the CSS and + SVG standards (LP: #1163999) + + -- Jeremy Bicha Sat, 06 Apr 2013 20:26:14 -0400 + libcroco (0.6.6-1) unstable; urgency=low [ Michael Biebl ] === added file 'debian/patches/git-revert-green-change.patch' --- debian/patches/git-revert-green-change.patch 1970-01-01 00:00:00 +0000 +++ debian/patches/git-revert-green-change.patch 2013-04-07 00:26:01 +0000 @@ -0,0 +1,25 @@ +From b37d79049a0f9149df98e5adb4f69db69deef056 Mon Sep 17 00:00:00 2001 +From: Adel Gadllah +Date: Sun, 07 Oct 2012 20:59:36 +0000 +Subject: Revert "cr-rgb: Fix mapping for 'green'" + +This reverts commit 0cbb0dfed7350ed48a12d56925cdd76255891aa5. + +This violates the CSS and SVG standards. + +https://bugzilla.gnome.org/show_bug.cgi?id=685679 +--- +diff --git a/src/cr-rgb.c b/src/cr-rgb.c +index 648191a..ffd7746 100644 +--- a/src/cr-rgb.c ++++ b/src/cr-rgb.c +@@ -85,7 +85,7 @@ static const CRRgb gv_standard_colors[] = { + {(const guchar*)"gold", 255, 215, 0, FALSE, FALSE, FALSE, {0,0,0}}, + {(const guchar*)"goldenrod", 218, 165, 32, FALSE, FALSE, FALSE, {0,0,0}}, + {(const guchar*)"gray", 128, 128, 128, FALSE, FALSE, FALSE, {0,0,0}}, +- {(const guchar*)"green", 0, 255, 0, FALSE, FALSE, FALSE, {0,0,0}}, ++ {(const guchar*)"green", 0, 128, 0, FALSE, FALSE, FALSE, {0,0,0}}, + {(const guchar*)"greenyellow", 173, 255, 47, FALSE, FALSE, FALSE, {0,0,0}}, + {(const guchar*)"grey", 128, 128, 128, FALSE, FALSE, FALSE, {0,0,0}}, + {(const guchar*)"honeydew", 240, 255, 240, FALSE, FALSE, FALSE, {0,0,0}}, + === modified file 'debian/patches/series' --- debian/patches/series 2013-04-07 00:25:45 +0000 +++ debian/patches/series 2013-04-07 00:26:01 +0000 @@ -0,0 +1,1 @@ +git-revert-green-change.patch