Control: found -1 1:2.39.2-1 Control: tags -1 patch quit
Hi,I tripped over this on my bookworm system, and it's both a bit annoying and an easy fix.
I've prepared an NMU to fix this so it'll get into bookworm - OK for me to upload?
Thanks, Matthew
From 716d196b0c5dc9f3fe13a87d8010ae07048d4e7c Mon Sep 17 00:00:00 2001 From: Matthew Vernon <[email protected]> Date: Mon, 27 Feb 2023 20:13:22 +0000 Subject: [PATCH 1/2] Correct path to git index format doc (Closes: #1023255) --- debian/git-doc.doc-base.git-index-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/git-doc.doc-base.git-index-format b/debian/git-doc.doc-base.git-index-format index 245a1b5..00f9871 100644 --- a/debian/git-doc.doc-base.git-index-format +++ b/debian/git-doc.doc-base.git-index-format @@ -6,4 +6,4 @@ Abstract: The on-disk format of Git's staging area, merging area, Section: File Management Format: Text -Files: /usr/share/doc/git-doc/technical/index-format.txt +Files: /usr/share/doc/git-doc/gitformat-index.txt -- 2.39.2
From 5881f8267534637b591a079c7c284cbdc7d325e7 Mon Sep 17 00:00:00 2001 From: Matthew Vernon <[email protected]> Date: Mon, 27 Feb 2023 20:13:37 +0000 Subject: [PATCH 2/2] Changelog for 1:2.39.2-1.1 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index a55b587..cb78cd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +git (1:2.39.2-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Correct path to git index format doc (Closes: #1023255) + + -- Matthew Vernon <[email protected]> Mon, 27 Feb 2023 20:12:04 +0000 + git (1:2.39.2-1) unstable; urgency=medium * new upstream point release (see RelNotes/2.39.2.txt). Addresses -- 2.39.2

