Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: [email protected] Control: affects -1 + src:gnustep-sqlclient User: [email protected] Usertags: pu
[ Reason ] I would like to update the package in trixie to fix #1133733. The bug was fixed in unstable by splitting the documentation into a new arch:all (M-A: foreign) package but as this is undesirable for a stable update, I simply removed the M-A: same field. [ Impact ] libsqlclient-dev cannot be coinstalled due to file conflicts. [ Tests ] No automated tests, but I tested on a trixie machine with a foreign architecture. [ Risks ] I don't see any risks, the change is trivial. [ Checklist ] [X] *all* changes are documented in the d/changelog [X] I reviewed all changes and I approve them [X] attach debdiff against the package in (old)stable [X] the issue is verified as fixed in unstable
diff -Nru gnustep-sqlclient-1.9.0/debian/changelog gnustep-sqlclient-1.9.0/debian/changelog --- gnustep-sqlclient-1.9.0/debian/changelog 2025-03-14 07:23:16.000000000 +0200 +++ gnustep-sqlclient-1.9.0/debian/changelog 2026-05-29 17:12:51.000000000 +0300 @@ -1,3 +1,10 @@ +gnustep-sqlclient (1.9.0-6+deb13u1) trixie; urgency=medium + + * debian/control (libsqlclient-dev): Remove "Multi-Arch: same" field to + avoid file conflicts (Closes: #1133733). + + -- Yavor Doganov <[email protected]> Fri, 29 May 2026 17:12:51 +0300 + gnustep-sqlclient (1.9.0-6) unstable; urgency=medium * debian/patches/ci-pgport.patch: New; append a string literal diff -Nru gnustep-sqlclient-1.9.0/debian/control gnustep-sqlclient-1.9.0/debian/control --- gnustep-sqlclient-1.9.0/debian/control 2025-03-10 11:41:12.000000000 +0200 +++ gnustep-sqlclient-1.9.0/debian/control 2026-05-29 17:12:32.000000000 +0300 @@ -22,7 +22,6 @@ Package: libsqlclient-dev Section: libdevel Architecture: any -Multi-Arch: same Depends: libgnustep-base-dev, libsqlclient1.9 (= ${binary:Version}),

