Control: tags 902240 + pending
Control: tags 981501 + pending
Control: tags 1096816 + patch
Control: tags 1096816 + pending


Dear maintainer,

I've prepared an NMU for html-xml-utils (versioned as 7.7-1.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should cancel it.

Cheers
-- 
Sebastian Ramacher
diffstat for html-xml-utils-7.7 html-xml-utils-7.7

 changelog            |   15 +++++++++++++++
 clean                |    2 ++
 control              |    3 +--
 patches/gcc-15.patch |   23 +++++++++++++++++++++++
 patches/series       |    1 +
 5 files changed, 42 insertions(+), 2 deletions(-)

diff -Nru html-xml-utils-7.7/debian/changelog html-xml-utils-7.7/debian/changelog
--- html-xml-utils-7.7/debian/changelog	2021-02-09 03:47:07.000000000 +0100
+++ html-xml-utils-7.7/debian/changelog	2025-12-29 20:36:12.000000000 +0100
@@ -1,3 +1,18 @@
+html-xml-utils (7.7-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+
+  [ Helmut Grohne ]
+  *  Reduce Build-Depends: (Closes: #981501, #902240)
+    + Drop man2html unused since 2015-03-12.
+    + Annotate netcat-openbsd dependency <!nocheck>.
+    + Clean gperf-generated files to ensure rebuilding them.
+
+  [ Sebastian Ramacher ]
+  * debian/patches: Fix build with gcc-15 (Closes: #1096816)
+
+ -- Sebastian Ramacher <[email protected]>  Mon, 29 Dec 2025 20:36:12 +0100
+
 html-xml-utils (7.7-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru html-xml-utils-7.7/debian/clean html-xml-utils-7.7/debian/clean
--- html-xml-utils-7.7/debian/clean	1970-01-01 01:00:00.000000000 +0100
+++ html-xml-utils-7.7/debian/clean	2025-12-29 19:55:05.000000000 +0100
@@ -0,0 +1,2 @@
+dtd.c
+unent.c
diff -Nru html-xml-utils-7.7/debian/control html-xml-utils-7.7/debian/control
--- html-xml-utils-7.7/debian/control	2021-02-09 03:47:07.000000000 +0100
+++ html-xml-utils-7.7/debian/control	2025-12-29 20:34:51.000000000 +0100
@@ -8,8 +8,7 @@
                gperf,
                libcurl4-gnutls-dev (>> 7.9.7) | libcurl-dev (>> 7.9.7),
                libidn2-dev,
-               man2html,
-               netcat-openbsd
+               netcat-openbsd <!nocheck>
 Standards-Version: 4.1.4
 Homepage: https://www.w3.org/Tools/HTML-XML-utils/
 Vcs-Browser: https://salsa.debian.org/debian/html-xml-utils
diff -Nru html-xml-utils-7.7/debian/patches/gcc-15.patch html-xml-utils-7.7/debian/patches/gcc-15.patch
--- html-xml-utils-7.7/debian/patches/gcc-15.patch	1970-01-01 01:00:00.000000000 +0100
+++ html-xml-utils-7.7/debian/patches/gcc-15.patch	2025-12-29 20:33:19.000000000 +0100
@@ -0,0 +1,23 @@
+--- a/dtd.hash
++++ b/dtd.hash
+@@ -43,8 +43,8 @@
+ } ElementType;
+ 
+ /* lookup_element -- look up the string in the hash table */
+-EXPORT const ElementType * lookup_element(/* register const char *str,
+-					  register unsigned int len */);
++EXPORT const ElementType * lookup_element(register const char *str,
++					  register size_t len);
+ 
+ /* Different kinds of parent elements: */
+ #define PHRASE "abbr", "acronym", "b", "bdi", "bdo", "big", "cite", "code", "dfn", "em", "i", "kbd", "q", "s", "samp", "small", "span", "strong", "sub", "sup", "time", "tt", "u", "var"
+--- a/dtd.e
++++ b/dtd.e
+@@ -6,5 +6,5 @@
+       mixed, empty, cdata, stag, etag, pre, break_before, break_after;
+   string parents[76];
+ } ElementType;
+-extern const ElementType * lookup_element(
+-                                   );
++extern const ElementType * lookup_element(register const char *str,
++					  register size_t len);
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	2021-02-09 03:47:07.000000000 +0100
+++ html-xml-utils-7.7/debian/patches/series	2025-12-29 19:56:46.000000000 +0100
@@ -0,0 +1 @@
+gcc-15.patch

Reply via email to