diff -Nru workrave-1.10.50/debian/changelog workrave-1.10.50/debian/changelog --- workrave-1.10.50/debian/changelog 2023-01-27 05:53:43.000000000 +0000 +++ workrave-1.10.50/debian/changelog 2023-02-24 23:10:11.000000000 +0000 @@ -1,3 +1,21 @@ +workrave (1.10.50-3ubuntu1) lunar; urgency=medium + + [ Debian Janitor ] + * Set upstream metadata fields: Bug-Submit. + + [ Francois Marier ] + * Add Wayland work-around (fixes: #980873). + * Bump Standards-Version up to 4.6.2. + * Bump copyright year in debian/copyright. + * Convert example dbus script to Python 3. + * Remove redundant gnome-shell dependency. + + [ Jeremy Bicha ] + * Add patch to mark compatible with GNOME Shell 44 + * Bump maximum GNOME Shell to 44 + + -- Jeremy Bicha Fri, 24 Feb 2023 18:10:11 -0500 + workrave (1.10.50-3) unstable; urgency=medium [ Francois Marier ] @@ -16,6 +34,7 @@ libglib2.0-0, libglibmm-2.4-dev, libgtk-3-dev, libgtkmm-3.0-dev, libpulse-dev and libsigc++-2.0-dev. + workrave-gnome: Drop versioned constraint on gnome-shell in Depends. + * Set upstream metadata fields: Bug-Submit. -- Francois Marier Thu, 26 Jan 2023 21:53:43 -0800 diff -Nru workrave-1.10.50/debian/control workrave-1.10.50/debian/control --- workrave-1.10.50/debian/control 2023-01-27 05:53:43.000000000 +0000 +++ workrave-1.10.50/debian/control 2023-02-24 23:10:11.000000000 +0000 @@ -1,7 +1,8 @@ Source: workrave Section: gnome Priority: optional -Maintainer: Francois Marier +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Francois Marier Uploaders: Jordi Mallach , Build-Depends: @@ -101,7 +102,7 @@ Pre-Depends: ${misc:Pre-Depends}, Depends: - gnome-shell (<< 44~), + gnome-shell (<< 45~), workrave (>= ${source:Version}), ${misc:Depends}, Breaks: diff -Nru workrave-1.10.50/debian/patches/gnome-shell-44.patch workrave-1.10.50/debian/patches/gnome-shell-44.patch --- workrave-1.10.50/debian/patches/gnome-shell-44.patch 1970-01-01 00:00:00.000000000 +0000 +++ workrave-1.10.50/debian/patches/gnome-shell-44.patch 2023-02-24 23:10:11.000000000 +0000 @@ -0,0 +1,21 @@ +From: Jeremy Bicha +Date: Fri, 24 Feb 2023 10:19:47 -0500 +Subject: Support GNOME Shell 44 + +Adapted from https://github.com/rcaelers/workrave/pull/471 +--- + frontend/applets/gnome-shell/src/metadata.json.in | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/frontend/applets/gnome-shell/src/metadata.json.in b/frontend/applets/gnome-shell/src/metadata.json.in +index 7f55d7a..97b1ff3 100644 +--- a/frontend/applets/gnome-shell/src/metadata.json.in ++++ b/frontend/applets/gnome-shell/src/metadata.json.in +@@ -27,6 +27,7 @@ + "41", + "42", + "43", ++ "44", + "@shell_current@" ], + "localedir": "@LOCALEDIR@", + "url": "@url@" diff -Nru workrave-1.10.50/debian/patches/series workrave-1.10.50/debian/patches/series --- workrave-1.10.50/debian/patches/series 2023-01-27 05:53:43.000000000 +0000 +++ workrave-1.10.50/debian/patches/series 2023-02-24 23:10:11.000000000 +0000 @@ -2,3 +2,4 @@ fix_workrave-dump.patch gnome-shell-43.patch wayland-workaround.patch +gnome-shell-44.patch diff -Nru workrave-1.10.50/debian/upstream/metadata workrave-1.10.50/debian/upstream/metadata --- workrave-1.10.50/debian/upstream/metadata 2023-01-27 05:53:43.000000000 +0000 +++ workrave-1.10.50/debian/upstream/metadata 2023-02-24 23:10:11.000000000 +0000 @@ -1,5 +1,5 @@ Bug-Database: https://github.com/rcaelers/workrave/issues -Bug-Submit: https://github.com/rcaelers/workrave/issues/new/choose +Bug-Submit: https://github.com/rcaelers/workrave/issues/new Changelog: https://github.com/rcaelers/workrave/blob/branch_v1_10/NEWS Documentation: https://workrave.org/docs/ Repository: https://github.com/rcaelers/workrave.git