Control: tags 1015864 + patch Control: tags 1015864 + pending Dear maintainer,
I've prepared an NMU for doxygen (versioned as 1.9.4-3.1) and uploaded it to DELAYED/15. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru doxygen-1.9.4/debian/changelog doxygen-1.9.4/debian/changelog --- doxygen-1.9.4/debian/changelog 2022-09-06 10:47:22.000000000 +0300 +++ doxygen-1.9.4/debian/changelog 2022-10-15 15:23:30.000000000 +0300 @@ -1,3 +1,11 @@ +doxygen (1.9.4-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * Add upstream fix for typo in generated Makefile for LaTeX. + (Closes: #1015864) + + -- Adrian Bunk <b...@debian.org> Sat, 15 Oct 2022 15:23:30 +0300 + doxygen (1.9.4-3) unstable; urgency=medium [ Pino Toscano ] diff -Nru doxygen-1.9.4/debian/patches/0001-Fix-typo-in-generated-Makefile-for-LaTex.patch doxygen-1.9.4/debian/patches/0001-Fix-typo-in-generated-Makefile-for-LaTex.patch --- doxygen-1.9.4/debian/patches/0001-Fix-typo-in-generated-Makefile-for-LaTex.patch 1970-01-01 02:00:00.000000000 +0200 +++ doxygen-1.9.4/debian/patches/0001-Fix-typo-in-generated-Makefile-for-LaTex.patch 2022-10-15 15:23:08.000000000 +0300 @@ -0,0 +1,25 @@ +From 6f6b3be36c51a0e7436538d8b99a7e3350a6c3a4 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <val...@civ.zcu.cz> +Date: Mon, 25 Jul 2022 21:40:19 +0200 +Subject: Fix typo in generated Makefile for LaTex + +--- + src/latexgen.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/latexgen.cpp b/src/latexgen.cpp +index d3ad3bd31..c5f436ce7 100644 +--- a/src/latexgen.cpp ++++ b/src/latexgen.cpp +@@ -337,7 +337,7 @@ static void writeLatexMakefile() + } + t << "\techo \"Rerunning latex....\"\n" + << "\t$(LATEX_CMD) $(MANUAL_FILE).tex\n" +- << "\tlatex_count=%(LATEX_COUNT) ; \\\n" ++ << "\tlatex_count=$(LATEX_COUNT) ; \\\n" + << "\twhile egrep -s 'Rerun (LaTeX|to get cross-references right|to get bibliographical references right)' $(MANUAL_FILE).log && [ $$latex_count -gt 0 ] ;\\\n" + << "\t do \\\n" + << "\t echo \"Rerunning latex....\" ;\\\n" +-- +2.30.2 + diff -Nru doxygen-1.9.4/debian/patches/series doxygen-1.9.4/debian/patches/series --- doxygen-1.9.4/debian/patches/series 2022-07-24 13:59:45.000000000 +0300 +++ doxygen-1.9.4/debian/patches/series 2022-10-15 15:23:29.000000000 +0300 @@ -8,3 +8,4 @@ reproducible_manpages.diff sass_fix.diff gcc12.diff +0001-Fix-typo-in-generated-Makefile-for-LaTex.patch