diff -Nru f-spot-0.9.0~25/debian/changelog f-spot-0.9.0~25/debian/changelog --- f-spot-0.9.0~25/debian/changelog 2020-08-03 17:29:09.000000000 +0000 +++ f-spot-0.9.0~25/debian/changelog 2020-08-31 15:30:47.000000000 +0000 @@ -1,3 +1,9 @@ +f-spot (0.9.0~25-5) focal; urgency=medium + + * Patch to fudge key conflicts + + -- Christopher Hoskin Mon, 31 Aug 2020 16:30:47 +0100 + f-spot (0.9.0~25-3) focal; urgency=medium * Patch to disable Alternate RGB profile diff -Nru f-spot-0.9.0~25/debian/gbp.conf f-spot-0.9.0~25/debian/gbp.conf --- f-spot-0.9.0~25/debian/gbp.conf 2020-08-03 17:29:09.000000000 +0000 +++ f-spot-0.9.0~25/debian/gbp.conf 2020-08-31 15:30:47.000000000 +0000 @@ -2,6 +2,6 @@ debian-branch = ubuntu/focal [buildpackage] -upstream-tree = master +upstream-tree = csh-master submodules = True diff -Nru f-spot-0.9.0~25/debian/patches/Fudge-key-conflicts.patch f-spot-0.9.0~25/debian/patches/Fudge-key-conflicts.patch --- f-spot-0.9.0~25/debian/patches/Fudge-key-conflicts.patch 1970-01-01 00:00:00.000000000 +0000 +++ f-spot-0.9.0~25/debian/patches/Fudge-key-conflicts.patch 2020-08-31 15:30:47.000000000 +0000 @@ -0,0 +1,47 @@ +--- a/src/Clients/FSpot/ui/main_window.ui ++++ b/src/Clients/FSpot/ui/main_window.ui +@@ -150,7 +150,7 @@ + Rotate _Left + + +- ++ + + + +@@ -158,7 +158,7 @@ + Rotate _Right + + +- ++ + + + +@@ -166,7 +166,7 @@ + _Sharpen... + + +- ++ + + + +@@ -196,7 +196,7 @@ + _Remove From Catalog + + +- ++ + + + +@@ -351,7 +351,7 @@ + _Loupe + + +- ++ + + + diff -Nru f-spot-0.9.0~25/debian/patches/series f-spot-0.9.0~25/debian/patches/series --- f-spot-0.9.0~25/debian/patches/series 2020-08-03 16:47:29.000000000 +0000 +++ f-spot-0.9.0~25/debian/patches/series 2020-08-31 15:30:47.000000000 +0000 @@ -8,3 +8,4 @@ 0004-Fix-build-error-with-recent_gtk-sharp.patch 0006-Revert-Use-csc-instead-of-mcs.patch 0007-Revert-Merge-pull-request-123-from-mono-use_msbuild.patch +Fudge-key-conflicts.patch