When a Debian Developer uploads a package to sid (not a new package, just a version update to an existing one), how long does it take for that package to be merged into Ubuntu's repositories?
Does it depend on the Ubuntu repository it is destined for (e.g. core/universe)? Does it depend on whether there have been Ubuntu-specific changes in the past?
From what I have read, it seems that there is a cron job on the Ubuntu package servers which regularly pulls packages from Debian, but I haven't been able to find any information about how frequently it runs. (I have also seen that there is a Debian Import Freeze window when this is commented out - how would I know when this is?)
And for the ones that do come from Debian, how fast do they come into Ubuntu if no Ubuntu-specific changes are made?
– quisqueyano Dec 18 '20 at 05:00gnome-shell
) which is 3.38-2 on both my debian & ubuntu systems, https://changelogs.ubuntu.com/changelogs/pool/main/g/gnome-shell/gnome-shell_3.38.2-1ubuntu1/changelog and https://metadata.ftp-master.debian.org/changelogs//main/g/gnome-shell/gnome-shell_3.38.2-1_changelog and https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1908161 ... GNOME/GTK3 packages come in as a group (they need to build together), but the Ubuntu one has other patches the Debian doesn't yet have so isn't a great example.. – guiverc Dec 21 '20 at 11:31