I love to answer my own questions: # zless /usr/share/doc/kwin-wayland/changelog.Debian.gz ... kwin (4:5.25.90-1) experimental; urgency=medium
[ Aurélien COUDERC ] * New upstream release (5.25.90). * Bump version of internal libraries libkwineffects and libkwinglutils from 13 to 14. ... * Upstream merged Wayland backends into the main KWin library. <--- XXX: NOTE I guess this is... /usr/lib/x86_64-linux-gnu/libkwin.so.5.26.0 Quick check with llvm-objdump: # llvm-objdump-15 -D /usr/lib/x86_64-linux-gnu/libkwin.so.5.26.0 | grep -i backend | grep -i wayland matches: KWin7Wayland14WaylandBackend Obsolete (bumped version 13 -> 14) - remove: # dpkg --purge libkwinxrenderutils13 -sed@- On Wed, Oct 12, 2022 at 10:33 AM Sedat Dilek <sedat.di...@gmail.com> wrote: > > [ Please CC me I am not subscribed to this ML ] > > Hi, > > Thanks for the quick packaging + upload to Debian/unstable AMD64. > > Looks like 4 packages missing: > > # git diff KDE/KP-5-25-5 KDE/KP-5-26-0 > diff --git a/KDE/KP-5-25-5 b/KDE/KP-5-26-0 > index 94f379d..86078b0 100644 > --- a/KDE/KP-5-25-5 > +++ b/KDE/KP-5-26-0 > @@ -28,9 +28,6 @@ kwin-common > kwin-data > kwin-style-breeze > kwin-wayland > -kwin-wayland-backend-drm > -kwin-wayland-backend-wayland > -kwin-wayland-backend-x11 > kwin-x11 > kwrited > layer-shell-qt > @@ -51,9 +48,8 @@ libksysguardformatter1 > libksysguardsensorfaces1 > libksysguardsensors1 > libksysguardsystemstats1 > -libkwineffects13 > -libkwinglutils13 > -libkwinxrenderutils13 > +libkwineffects14 > +libkwinglutils14 > libkworkspace5-5 > liblayershellqtinterface5 > libnotificationmanager1 > > Note: Yes, I use `git diff` for comparing files. > > Those packages were built out of kwin sources. > > But... kwin_5.26.0-1.dsc [1] says: > > Package-List: > kwin-common deb kde optional arch=any > kwin-data deb kde optional arch=all > kwin-dev deb libdevel optional arch=any > kwin-wayland deb kde optional arch=any > kwin-x11 deb kde optional arch=any > libkwineffects14 deb libs optional arch=any > libkwinglutils14 deb libs optional arch=any > > So my question: What happened to these packages? > > -kwin-wayland-backend-drm > -kwin-wayland-backend-wayland > -kwin-wayland-backend-x11 > -libkwinxrenderutils13 > > Now, obsolete? > Moved from kwin to a different package? > Included in kwin in a different manner? > > Thanks in advance for answering my questions? > > [1] > https://incoming.debian.org/debian-buildd/pool/main/k/kwin/kwin_5.26.0-1.dsc > > Best regards, > -Sedat- > > P.S.: Status/Availability of some packages > > # LC_ALL=C apt-cache policy kwin-wayland-backend-drm > kwin-wayland-backend-wayland kwin-wayland-backend-x11 > libkwinxrenderutils13 > kwin-wayland-backend-drm: > Installed: (none) > Candidate: 4:5.25.5-1 > Version table: > 4:5.25.5-1 500 > 500 https://ftp.debian.org/debian testing/main amd64 Packages > 500 https://deb.debian.org/debian testing/main amd64 Packages > 4:5.20.5-1 500 > 500 https://ftp.debian.org/debian stable/main amd64 Packages > 500 https://deb.debian.org/debian stable/main amd64 Packages > kwin-wayland-backend-wayland: > Installed: (none) > Candidate: 4:5.25.5-1 > Version table: > 4:5.25.5-1 500 > 500 https://ftp.debian.org/debian testing/main amd64 Packages > 500 https://deb.debian.org/debian testing/main amd64 Packages > 4:5.20.5-1 500 > 500 https://ftp.debian.org/debian stable/main amd64 Packages > 500 https://deb.debian.org/debian stable/main amd64 Packages > kwin-wayland-backend-x11: > Installed: (none) > Candidate: 4:5.25.5-1 > Version table: > 4:5.25.5-1 500 > 500 https://ftp.debian.org/debian testing/main amd64 Packages > 500 https://deb.debian.org/debian testing/main amd64 Packages > 4:5.20.5-1 500 > 500 https://ftp.debian.org/debian stable/main amd64 Packages > 500 https://deb.debian.org/debian stable/main amd64 Packages > libkwinxrenderutils13: > Installed: 4:5.25.5-1+b1 > Candidate: 4:5.25.5-1+b1 > Version table: > *** 4:5.25.5-1+b1 100 > 100 /var/lib/dpkg/status > 4:5.25.5-1 500 > 500 https://ftp.debian.org/debian testing/main amd64 Packages > 500 https://deb.debian.org/debian testing/main amd64 Packages > > -EOT-