Package: html-xml-utils Version: 7.7-1.2 Severity: normal Tags: patch pending
Dear maintainer, I've uploaded an NMU for html-xml-utils (versioned as 7.7-1.3). The diff is attached to this message. Cheers -- Sebastian Ramacher
diffstat for html-xml-utils-7.7 html-xml-utils-7.7 changelog | 8 ++++++++ patches/make-dependencies.patch | 14 ++++++++++++++ patches/series | 1 + 3 files changed, 23 insertions(+) diff -Nru html-xml-utils-7.7/debian/changelog html-xml-utils-7.7/debian/changelog --- html-xml-utils-7.7/debian/changelog 2025-12-29 20:36:12.000000000 +0100 +++ html-xml-utils-7.7/debian/changelog 2026-01-01 12:16:16.000000000 +0100 @@ -1,3 +1,11 @@ +html-xml-utils (7.7-1.3) unstable; urgency=medium + + * Non-maintainer upload. + * debian/patches: Fix make dependencies to build cexport before running any + targets requiring it + + -- Sebastian Ramacher <[email protected]> Thu, 01 Jan 2026 12:16:16 +0100 + html-xml-utils (7.7-1.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru html-xml-utils-7.7/debian/patches/make-dependencies.patch html-xml-utils-7.7/debian/patches/make-dependencies.patch --- html-xml-utils-7.7/debian/patches/make-dependencies.patch 1970-01-01 01:00:00.000000000 +0100 +++ html-xml-utils-7.7/debian/patches/make-dependencies.patch 2026-01-01 12:11:53.000000000 +0100 @@ -0,0 +1,14 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -131,10 +131,9 @@ + SUFFIX = .c:sC .l:sC .y:sC .e:h .h:h + SUFFIXES = .1 .e .html + +-$(EXPORTS): $(cexport_SOURCES) ++$(EXPORTS): cexport + + .c.e: +- $(MAKE) cexport + $(top_builddir)/cexport -I. -I$(srcdir) $(CPPFLAGS) -c "@CPP@" <$< >$@ + + .1.html: diff -Nru html-xml-utils-7.7/debian/patches/series html-xml-utils-7.7/debian/patches/series --- html-xml-utils-7.7/debian/patches/series 2025-12-29 19:56:46.000000000 +0100 +++ html-xml-utils-7.7/debian/patches/series 2026-01-01 11:52:17.000000000 +0100 @@ -1 +1,2 @@ gcc-15.patch +make-dependencies.patch

