Your message dated Thu, 20 Apr 2017 18:58:00 +0000
with message-id <[email protected]>
and subject line Re: Bug#860562: unblock: gnome-paint/0.4.0-5
has caused the Debian Bug report #860562,
regarding unblock: gnome-paint/0.4.0-5
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 [email protected]
immediately.)
--
860562: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=860562
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: [email protected]
Usertags: unblock
Please unblock package gnome-paint
Gnome-paint 0.4.0-5 fixes a startup segmentation fault (RC Bug #860233) found
after PIE massive rebuild version 0.4.0-4+b1 in Stretch. We have tested to make
sure that the new version won't crash anymore. The new version is in Unstable
already and building status [1] looks normal.
[1] https://buildd.debian.org/status/package.php?p=gnome-paint&suite=sid
Full debdiff is provided here.
diff -Nru gnome-paint-0.4.0/debian/changelog gnome-paint-0.4.0/debian/changelog
--- gnome-paint-0.4.0/debian/changelog 2013-07-30 21:29:55.000000000 +0800
+++ gnome-paint-0.4.0/debian/changelog 2017-04-17 21:42:56.000000000 +0800
@@ -1,3 +1,17 @@
+gnome-paint (0.4.0-5) unstable; urgency=medium
+
+ * Sponsored upload.
+ * d/control: Add myself into uploaders list.
+ * d/control: Bump Standards Version to 3.9.8.
+ * d/control: Use secure URI for homepage.
+ * d/control: Add Vcs-Git and Vcs-Browser.
+ * control,rules: Use dh-autoreconf instead of autotools-dev.
+ (Closes: #727874)
+ * d/patches: Add patch to enable deprecated gdk functions.
+ (Closes: #860233)
+
+ -- Boyuan Yang <[email protected]> Mon, 17 Apr 2017 21:42:56 +0800
+
gnome-paint (0.4.0-4) unstable; urgency=low
* debian/ftbfs-libs-lm.patch:
diff -Nru gnome-paint-0.4.0/debian/control gnome-paint-0.4.0/debian/control
--- gnome-paint-0.4.0/debian/control 2013-07-30 21:29:55.000000000 +0800
+++ gnome-paint-0.4.0/debian/control 2017-04-17 21:42:54.000000000 +0800
@@ -2,9 +2,13 @@
Section: graphics
Priority: optional
Maintainer: Aron Xu <[email protected]>
-Build-Depends: debhelper (>= 9), autotools-dev, libgtk2.0-dev, intltool ( >=
0.35.0), gettext
-Standards-Version: 3.9.4
-Homepage: http://launchpad.net/gnome-paint/
+Uploaders:
+ Boyuan Yang <[email protected]>
+Build-Depends: debhelper (>= 9), dh-autoreconf, libgtk2.0-dev, intltool ( >=
0.35.0), gettext
+Standards-Version: 3.9.8
+Homepage: https://launchpad.net/gnome-paint/
+Vcs-Git: https://anonscm.debian.org/git/collab-maint/gnome-paint.git
+Vcs-Browser: https://anonscm.debian.org/git/collab-maint/gnome-paint.git
Package: gnome-paint
Architecture: any
diff -Nru gnome-paint-0.4.0/debian/patches/debian-860233-enable-deprecated-gdk-
functions.patch gnome-paint-0.4.0/debian/patches/debian-860233-enable-
deprecated-gdk-functions.patch
--- gnome-paint-0.4.0/debian/patches/debian-860233-enable-deprecated-gdk-
functions.patch 1970-01-01 08:00:00.000000000 +0800
+++ gnome-paint-0.4.0/debian/patches/debian-860233-enable-deprecated-gdk-
functions.patch 2017-04-17 21:37:47.000000000 +0800
@@ -0,0 +1,25 @@
+From: Logan Rosen <[email protected]>
+Date: Mon, 17 Apr 2017 21:34:19 +0800
+Subject: Enable deprecated gdk functions
+Forwarded: no
+Last-Update: 2015-12-21
+
+Enable deprecated GDK functions to fix Debian Bug #860233.
+
+Original patch picked from Ubuntu gnome-paint 0.4.0-4ubuntu2.
+---
+ src/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 852ae55..fe405ff 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -78,7 +78,6 @@ gnome_paint_SOURCES = \
+ gnome_paint_CFLAGS = \
+ -DG_DISABLE_DEPRECATED\
+ -DG_DISABLE_SINGLE_INCLUDES\
+- -DGDK_DISABLE_DEPRECATED\
+ -DGTK_DISABLE_DEPRECATED\
+ -DGDK_DISABLE_SINGLE_INCLUDES\
+ -DGTK_DISABLE_SINGLE_INCLUDES
diff -Nru gnome-paint-0.4.0/debian/patches/series gnome-paint-0.4.0/debian/
patches/series
--- gnome-paint-0.4.0/debian/patches/series 2013-07-30 21:29:55.000000000
+0800
+++ gnome-paint-0.4.0/debian/patches/series 2017-04-17 21:38:19.000000000
+0800
@@ -3,3 +3,4 @@
debian-612470-handle-urls.patch
ftbfs-libs-lm.patch
ftbfs-format-security.patch
+debian-860233-enable-deprecated-gdk-functions.patch
diff -Nru gnome-paint-0.4.0/debian/rules gnome-paint-0.4.0/debian/rules
--- gnome-paint-0.4.0/debian/rules 2010-12-31 12:45:40.000000000 +0800
+++ gnome-paint-0.4.0/debian/rules 2017-04-17 21:26:06.000000000 +0800
@@ -4,7 +4,7 @@
LDFLAGS += -Wl,--as-needed
%:
- dh $@
+ dh $@ --with autoreconf
override_dh_install:
mkdir -p debian/gnome-paint/usr/share/doc/gnome-paint/
mv debian/gnome-paint/usr/doc/gnome-paint/README debian/gnome-paint/usr/
share/doc/gnome-paint/
unblock gnome-paint/0.4.0-5
--
Thanks!
Boyuan Yang
--- End Message ---
--- Begin Message ---
Boyuan Yang:
> Package: release.debian.org
> Severity: normal
> User: [email protected]
> Usertags: unblock
>
> Please unblock package gnome-paint
>
> Gnome-paint 0.4.0-5 fixes a startup segmentation fault (RC Bug #860233) found
> after PIE massive rebuild version 0.4.0-4+b1 in Stretch. We have tested to
> make
> sure that the new version won't crash anymore. The new version is in Unstable
> already and building status [1] looks normal.
>
> [1] https://buildd.debian.org/status/package.php?p=gnome-paint&suite=sid
>
> Full debdiff is provided here.
>
> [...]
>
> unblock gnome-paint/0.4.0-5
>
> --
> Thanks!
> Boyuan Yang
>
Unblocked, thanks.
~Niels
--- End Message ---