diff -pruN 49.0.5-1/debian/changelog 49.0.5-1ubuntu1/debian/changelog
--- 49.0.5-1/debian/changelog	2025-09-24 13:01:52.000000000 +0000
+++ 49.0.5-1ubuntu1/debian/changelog	2025-09-26 09:55:22.000000000 +0000
@@ -1,3 +1,9 @@
+gnome-shell-extension-desktop-icons-ng (49.0.5-1ubuntu1) questing; urgency=medium
+
+  * desktopGrid: Follow the configured accent color (LP: #2125718)
+
+ -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Fri, 26 Sep 2025 17:55:22 +0800
+
 gnome-shell-extension-desktop-icons-ng (49.0.5-1) unstable; urgency=medium
 
   * New upstream release
@@ -17,6 +23,49 @@ gnome-shell-extension-desktop-icons-ng (
 
  -- Jeremy Bícha <jbicha@ubuntu.com>  Wed, 17 Sep 2025 15:35:10 -0400
 
+gnome-shell-extension-desktop-icons-ng (49.0.3-0ubuntu2) questing; urgency=medium
+
+  * d/patches: Fix open in ptyxis from context menu
+  * d/p: Improve simplified and traditional chinese translations
+
+ -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Thu, 25 Sep 2025 06:39:59 +0200
+
+gnome-shell-extension-desktop-icons-ng (49.0.3-0ubuntu1) questing; urgency=medium
+
+  * New upstream release
+    - Fixed `maximize` API changes in Gnome Shell 49
+    - Added arabic translation (thanks to Ahmed Najmawi)
+
+ -- Alessandro Astone <alessandro.astone@canonical.com>  Thu, 31 Jul 2025 17:56:32 +0200
+
+gnome-shell-extension-desktop-icons-ng (49.0.1-0ubuntu1) questing; urgency=medium
+
+  * New upstream release 49.0.1:
+    - Add support for Gnome Shell 49
+    - Fix Glib.unix_signal_add() warning (LP: #2111697)
+    - Fix accessibility in the rename popup (LP: #2116085)
+    - Fix the icon name being said twice with screen readers
+    - Use dh-armor when creating a debian package (thanks to Alessandro Astone)
+    - Support selection using Shift+cursor keys
+    - Allow to select and unselect files with Ctrl+Space
+    - HOME moves to the top-left icon
+    - END moves to the bottom-right icon
+    - Better a11y (LP: #2117725)
+  * Drop upstreamed patch: metadata-Add-support-for-GNOME-49.patch
+
+ -- Daniel van Vugt <daniel.van.vugt@canonical.com>  Thu, 31 Jul 2025 13:47:56 +0800
+
+gnome-shell-extension-desktop-icons-ng (48.1.0-1ubuntu1) questing; urgency=medium
+
+  [ Marco Trevisan (Treviño) ]
+  * d/p: Add support for GNOME 49
+  * debian: Update VCS references to ubuntu
+
+  [ Alessandro Astone ]
+  * debian: Use dh_apparmor to generate postinst/postrm scripts
+
+ -- Marco Trevisan (Treviño) <marco@ubuntu.com>  Tue, 08 Jul 2025 21:46:35 +0200
+
 gnome-shell-extension-desktop-icons-ng (48.1.0-1) unstable; urgency=medium
 
   * New upstream release
diff -pruN 49.0.5-1/debian/control 49.0.5-1ubuntu1/debian/control
--- 49.0.5-1/debian/control	2025-09-24 13:01:52.000000000 +0000
+++ 49.0.5-1ubuntu1/debian/control	2025-09-26 09:50:04.000000000 +0000
@@ -1,7 +1,8 @@
 Source: gnome-shell-extension-desktop-icons-ng
 Section: gnome
 Priority: optional
-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
 Uploaders: Jeremy Bícha <jbicha@ubuntu.com>, Marco Trevisan (Treviño) <marco@ubuntu.com>
 Build-Depends: debhelper-compat (= 13),
                dh-apparmor,
@@ -10,8 +11,11 @@ Build-Depends: debhelper-compat (= 13),
                meson
 Standards-Version: 4.7.2
 Homepage: https://gitlab.com/rastersoft/desktop-icons-ng
-Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-desktop-icons-ng.git
-Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-desktop-icons-ng
+XS-Debian-Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-desktop-icons-ng.git
+XS-Debian-Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-desktop-icons-ng
+Vcs-Git: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-desktop-icons-ng.git -b ubuntu/latest
+Vcs-Browser: https://salsa.debian.org/gnome-team/shell-extensions/gnome-shell-extension-desktop-icons-ng/tree/ubuntu/latest
+Rules-Requires-Root: no
 
 Package: gnome-shell-extension-desktop-icons-ng
 Architecture: all
diff -pruN 49.0.5-1/debian/gbp.conf 49.0.5-1ubuntu1/debian/gbp.conf
--- 49.0.5-1/debian/gbp.conf	2025-09-24 13:01:52.000000000 +0000
+++ 49.0.5-1ubuntu1/debian/gbp.conf	2025-09-26 09:40:00.000000000 +0000
@@ -1,6 +1,7 @@
 [DEFAULT]
 pristine-tar = True
-debian-branch=debian/latest
+debian-branch=ubuntu/latest
+debian-tag=ubuntu/%(version)s
 upstream-branch=upstream/latest
 upstream-vcs-tag = %(version)s
 
diff -pruN 49.0.5-1/debian/patches/desktopGrid-Follow-the-configured-accent-color-for-the-gr.patch 49.0.5-1ubuntu1/debian/patches/desktopGrid-Follow-the-configured-accent-color-for-the-gr.patch
--- 49.0.5-1/debian/patches/desktopGrid-Follow-the-configured-accent-color-for-the-gr.patch	1970-01-01 00:00:00.000000000 +0000
+++ 49.0.5-1ubuntu1/debian/patches/desktopGrid-Follow-the-configured-accent-color-for-the-gr.patch	2025-09-26 09:54:52.000000000 +0000
@@ -0,0 +1,43 @@
+From: Daniel van Vugt <daniel.van.vugt@canonical.com>
+Date: Fri, 26 Sep 2025 14:06:02 +0800
+Subject: desktopGrid: Follow the configured accent color for the grid
+
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/2125718
+Origin: Upstream commit 459a2e174cf645828bf9a52eb8fb85d0915035eb
+---
+ app/desktopGrid.js | 19 +++++--------------
+ 1 file changed, 5 insertions(+), 14 deletions(-)
+
+diff --git a/app/desktopGrid.js b/app/desktopGrid.js
+index d46459c..2b05b85 100644
+--- a/app/desktopGrid.js
++++ b/app/desktopGrid.js
+@@ -386,23 +386,14 @@ var DesktopGrid = class extends SignalManager.SignalManager{
+         if (this._desktopManager.showDropPlace && (this._selectedList !== null)) {
+             for (let [x, y] of this._selectedList) {
+                 cr.rectangle(x + 0.5, y + 0.5, this._elementWidth, this._elementHeight);
+-                Gdk.cairo_set_source_rgba(cr, new Gdk.RGBA({
+-                    red: 1.0 - this._desktopManager.selectColor.red,
+-                    green: 1.0 - this._desktopManager.selectColor.green,
+-                    blue: 1.0 - this._desktopManager.selectColor.blue,
+-                    alpha: 0.4,
+-                })
+-                );
++                let color = this._desktopManager.selectColor;
++                color.alpha = 0.4;
++                Gdk.cairo_set_source_rgba(cr, color);
+                 cr.fill();
+                 cr.setLineWidth(0.5);
+                 cr.rectangle(x + 0.5, y + 0.5, this._elementWidth, this._elementHeight);
+-                Gdk.cairo_set_source_rgba(cr, new Gdk.RGBA({
+-                    red: 1.0 - this._desktopManager.selectColor.red,
+-                    green: 1.0 - this._desktopManager.selectColor.green,
+-                    blue: 1.0 - this._desktopManager.selectColor.blue,
+-                    alpha: 1.0,
+-                })
+-                );
++                color.alpha = 1.0;
++                Gdk.cairo_set_source_rgba(cr, color);
+                 cr.stroke();
+             }
+         }
diff -pruN 49.0.5-1/debian/patches/series 49.0.5-1ubuntu1/debian/patches/series
--- 49.0.5-1/debian/patches/series	2025-09-24 13:01:52.000000000 +0000
+++ 49.0.5-1ubuntu1/debian/patches/series	2025-09-26 09:54:52.000000000 +0000
@@ -0,0 +1 @@
+desktopGrid-Follow-the-configured-accent-color-for-the-gr.patch
