The missing debdiff is attached. cu Adrian
diffstat for gimp-2.10.34 gimp-2.10.34
changelog | 8 ++++++++ control | 3 ++- control.in | 3 ++- 3 files changed, 12 insertions(+), 2 deletions(-) diff -Nru gimp-2.10.34/debian/changelog gimp-2.10.34/debian/changelog --- gimp-2.10.34/debian/changelog 2023-11-18 17:59:10.000000000 +0200 +++ gimp-2.10.34/debian/changelog 2023-12-02 15:31:27.000000000 +0200 @@ -1,3 +1,11 @@ +gimp (2.10.34-1+deb12u2) bookworm; urgency=medium + + * Non-maintainer upload. + * Add Conflicts+Replaces: gimp-dds to remove old versions of this + plugin shipped by gimp itself since 2.10.10. (Closes: #1057149) + + -- Adrian Bunk <[email protected]> Sat, 02 Dec 2023 15:31:27 +0200 + gimp (2.10.34-1+deb12u1) bookworm-security; urgency=high * Non-maintainer upload by the Security Team. diff -Nru gimp-2.10.34/debian/control gimp-2.10.34/debian/control --- gimp-2.10.34/debian/control 2023-11-18 17:47:18.000000000 +0200 +++ gimp-2.10.34/debian/control 2023-12-02 15:31:27.000000000 +0200 @@ -84,8 +84,9 @@ gimp-data-extras, gvfs-backends, libasound2 +Conflicts: gimp-dds Breaks: gimp-plugin-registry (<< 7.20140602+nmu1~) -Replaces: gimp-plugin-registry (<< 7.20140602+nmu1~) +Replaces: gimp-dds, gimp-plugin-registry (<< 7.20140602+nmu1~) Description: GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images. diff -Nru gimp-2.10.34/debian/control.in gimp-2.10.34/debian/control.in --- gimp-2.10.34/debian/control.in 2023-11-18 17:47:18.000000000 +0200 +++ gimp-2.10.34/debian/control.in 2023-12-02 15:31:27.000000000 +0200 @@ -80,8 +80,9 @@ gimp-data-extras, gvfs-backends, libasound2 +Conflicts: gimp-dds Breaks: gimp-plugin-registry (<< 7.20140602+nmu1~) -Replaces: gimp-plugin-registry (<< 7.20140602+nmu1~) +Replaces: gimp-dds, gimp-plugin-registry (<< 7.20140602+nmu1~) Description: GNU Image Manipulation Program GIMP is an advanced picture editor. You can use it to edit, enhance, and retouch photos and scans, create drawings, and make your own images.

