Package: release.debian.org Severity: normal Tags: trixie X-Debbugs-Cc: debian-emacsen@lists.debian.org, Barak A. Pearlmutter <bap@debian.org>, Rémi Vanicat <vanicat@debian.org>, Timo Lindfors <timo.lindfors@iki.fi>, Aymeric Agon-Rambosson <aymeric.agon@yandex.com> Control: affects -1 + src:magit User: release.debian.org@packages.debian.org Usertags: pu [ Reason ] This update fixes bug#1120049 which affects user to invoke some magit functions from a dired buffer. [ Impact ] Without the fix users will be unable to run some functionality of magit due to some upstream files not shipped as intended. [ Tests ] I have manually verified that the fix works. [ Risks ] This risk is minimal: it ships a missing file. The debdiff includes another minimal d/gbp.conf change that should not cause any issue. [ 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 [ ] the issue is verified as fixed in unstable Note: this fix is still pending for unstable due to a newer magit version is awaiting emacs-cond-let to leave the NEW queue. This should not block the fix in stable IMHO. -- Regards, Xiyue Deng
diff -Nru magit-4.3.5/debian/changelog magit-4.3.5/debian/changelog --- magit-4.3.5/debian/changelog 2025-05-18 16:54:54.000000000 -0700 +++ magit-4.3.5/debian/changelog 2025-11-06 16:27:54.000000000 -0800 @@ -1,3 +1,10 @@ +magit (4.3.5-1+deb13u1) trixie; urgency=medium + + * Update d/gbp.conf to track trixie branch + * Ship missing magit-dired.el in elpa-magit (Closes: 1120049) + + -- Xiyue Deng <manphiz@gmail.com> Thu, 06 Nov 2025 16:27:54 -0800 + magit (4.3.5-1) unstable; urgency=medium * New upstream release diff -Nru magit-4.3.5/debian/elpa-magit.elpa magit-4.3.5/debian/elpa-magit.elpa --- magit-4.3.5/debian/elpa-magit.elpa 2025-05-18 16:54:54.000000000 -0700 +++ magit-4.3.5/debian/elpa-magit.elpa 2025-11-06 16:27:54.000000000 -0800 @@ -13,6 +13,7 @@ lisp/magit-commit.el lisp/magit-core.el lisp/magit-diff.el +lisp/magit-dired.el lisp/magit-ediff.el lisp/magit-extras.el lisp/magit-fetch.el diff -Nru magit-4.3.5/debian/gbp.conf magit-4.3.5/debian/gbp.conf --- magit-4.3.5/debian/gbp.conf 2025-05-18 16:54:54.000000000 -0700 +++ magit-4.3.5/debian/gbp.conf 2025-11-06 16:27:54.000000000 -0800 @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = master +debian-branch = debian/trixie upstream-tag = v%(version)s debian-tag = debian/%(version)s
Attachment:
signature.asc
Description: PGP signature