Your message dated Fri, 21 Nov 2014 19:20:43 +0000
with message-id <1416597643.32355.19.ca...@adam-barratt.org.uk>
and subject line Re: Bug#770497: unblock: gnustep-back/0.24.0-4
has caused the Debian Bug report #770497,
regarding unblock: gnustep-back/0.24.0-4
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
770497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@packages.debian.org
Usertags: unblock
Please unblock package gnustep-back, it fixes RC bug #770141.
Debdiff attached.
unblock gnustep-back/0.24.0-4
diff --git a/debian/changelog b/debian/changelog
index e392e3c..2bb4641 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+gnustep-back (0.24.0-4) unstable; urgency=medium
+
+ * debian/patches/cairo-scrolling.patch: New; fix scrolling with
+ cairo/1.14.0 (Closes: #770141).
+ * debian/patches/series: Update.
+
+ -- Yavor Doganov <ya...@gnu.org> Wed, 19 Nov 2014 08:11:48 +0200
+
gnustep-back (0.24.0-3) unstable; urgency=medium
* debian/gnustep-back-common.postinst: Ignore errors from mv which lead
diff --git a/debian/patches/cairo-scrolling.patch b/debian/patches/cairo-scrolling.patch
new file mode 100644
index 0000000..055fbab
--- /dev/null
+++ b/debian/patches/cairo-scrolling.patch
@@ -0,0 +1,21 @@
+Description: Disable workaround for a cairo bug fixed in 1.14.0.
+Bug-Debian: http://bugs.debian.org/770141
+Origin: upstream, commit: r38135
+Last-Update: 2014-11-19
+---
+
+--- gnustep-back-0.24.0.orig/Source/cairo/CairoGState.m
++++ gnustep-back-0.24.0/Source/cairo/CairoGState.m
+@@ -1316,9 +1316,10 @@
+ ssize = [source->_surface size];
+ }
+
+- if (cairo_version() >= CAIRO_VERSION_ENCODE(1, 8, 0))
++ if ((cairo_version() >= CAIRO_VERSION_ENCODE(1, 8, 0))
++ && (cairo_version() <= CAIRO_VERSION_ENCODE(1, 13, 0)))
+ {
+- // For cairo > 1.8 we seem to need this adjustment
++ // For cairo > 1.8 and < 1.13 we seem to need this adjustment
+ srcRectInBase.origin.y -= 2 * (source->offset.y - ssize.height);
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 82c2919..98e673d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+cairo-scrolling.patch
fontconfig-libs.patch
format-security.patch
debian-fonts.patch
--- End Message ---
--- Begin Message ---
On Fri, 2014-11-21 at 20:49 +0200, Yavor Doganov wrote:
> Please unblock package gnustep-back, it fixes RC bug #770141.
Unblocked.
Regards,
Adam
--- End Message ---