[Debian-on-mobile-maintainers] [Git][DebianOnMobile-team/libhandy-1][debian/master] 3 commits: Rediff patches
Guido Günther
gitlab at salsa.debian.org
Mon Mar 1 13:17:38 GMT 2021
Guido Günther pushed to branch debian/master at Debian On Mobile / libhandy-1
Commits:
d3bfefb9 by Guido Günther at 2021-02-26T15:13:55+01:00
Rediff patches
- - - - -
816502a1 by Guido Günther at 2021-02-26T15:14:03+01:00
avatar: Ignore deprecations in hdy_avatar_set_image_load_func()
- - - - -
5fe9f268 by Guido Günther at 2021-03-01T14:14:16+01:00
Document changes and release 1.1.90-2
- - - - -
4 changed files:
- debian/changelog
- debian/patches/Disable-atk-during-tests.patch
- + debian/patches/avatar-Ignore-deprecations-in-hdy_avatar_set_image_load_f.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libhandy-1 (1.1.90-2) experimental; urgency=medium
+
+ * Rediff patches
+ * avatar: Ignore deprecations in hdy_avatar_set_image_load_func()
+ Otherwise -Werror builds break due to libhandy itself.
+
+ -- Guido Günther <agx at sigxcpu.org> Mon, 01 Mar 2021 14:13:53 +0100
+
libhandy-1 (1.1.90-1) experimental; urgency=medium
* Upload to experimental (Closes: #983525)
=====================================
debian/patches/Disable-atk-during-tests.patch
=====================================
@@ -11,7 +11,7 @@ Closes: #953971
1 file changed, 1 insertion(+)
diff --git a/tests/meson.build b/tests/meson.build
-index c80e96e..234fea3 100644
+index 95210ba..53a5e46 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -7,6 +7,7 @@ test_env = [
=====================================
debian/patches/avatar-Ignore-deprecations-in-hdy_avatar_set_image_load_f.patch
=====================================
@@ -0,0 +1,31 @@
+From: Alexander Mikhaylenko <alexm at gnome.org>
+Date: Sat, 13 Feb 2021 19:01:54 +0500
+Subject: avatar: Ignore deprecations in hdy_avatar_set_image_load_func()
+
+Don't warn about our own deprecation when including the header.
+
+(cherry picked from commit 209ed791239df324c3d0d2a6d63448cd25e225ea)
+---
+ src/hdy-avatar.h | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/hdy-avatar.h b/src/hdy-avatar.h
+index 851823b..543b554 100644
+--- a/src/hdy-avatar.h
++++ b/src/hdy-avatar.h
+@@ -59,11 +59,15 @@ gboolean hdy_avatar_get_show_initials (HdyAvatar *self);
+ HDY_AVAILABLE_IN_ALL
+ void hdy_avatar_set_show_initials (HdyAvatar *self,
+ gboolean show_initials);
++
++G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+ HDY_DEPRECATED_IN_1_2_FOR (hdy_avatar_set_loadable_icon)
+ void hdy_avatar_set_image_load_func (HdyAvatar *self,
+ HdyAvatarImageLoadFunc load_image,
+ gpointer user_data,
+ GDestroyNotify destroy);
++G_GNUC_END_IGNORE_DEPRECATIONS
++
+ HDY_AVAILABLE_IN_ALL
+ gint hdy_avatar_get_size (HdyAvatar *self);
+ HDY_AVAILABLE_IN_ALL
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
Disable-atk-during-tests.patch
+avatar-Ignore-deprecations-in-hdy_avatar_set_image_load_f.patch
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libhandy-1/-/compare/5c7b035c4892eef68deb38c7dd82c5cc041f40ad...5fe9f268baec5470e0fef54d8b63c0b80d5945a6
--
View it on GitLab: https://salsa.debian.org/DebianOnMobile-team/libhandy-1/-/compare/5c7b035c4892eef68deb38c7dd82c5cc041f40ad...5fe9f268baec5470e0fef54d8b63c0b80d5945a6
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-on-mobile-maintainers/attachments/20210301/f60a811f/attachment-0001.htm>
More information about the Debian-on-mobile-maintainers
mailing list