Control: tags 1125095 + patch Control: tags 1125095 + pending Dear maintainer,
I've prepared an NMU for dochelp (versioned as 0.1.8+nmu1) and uploaded it to DELAYED/5. Please feel free to tell me if I should cancel it. Regards. diffstat for dochelp-0.1.8 dochelp-0.1.8+nmu1 .gitignore | 11 +++++++++++ debian/changelog | 13 +++++++++++++ debian/compat | 1 - debian/control | 8 +++----- 4 files changed, 27 insertions(+), 6 deletions(-) diff -Nru dochelp-0.1.8/debian/changelog dochelp-0.1.8+nmu1/debian/changelog --- dochelp-0.1.8/debian/changelog 2021-01-23 23:02:18.000000000 +0100 +++ dochelp-0.1.8+nmu1/debian/changelog 2026-01-10 13:54:33.000000000 +0100 @@ -1,3 +1,16 @@ +dochelp (0.1.8+nmu1) unstable; urgency=medium + + [ Stéphane Glondu ] + * Non-maintainer upload + * Build-Depend on ocaml instead of ocaml-nox (Closes: #1125095) + * Bump Standards-Version to 4.7.3 + * Remove Rules-Requires-Root and Priority + + [ Debian Janitor ] + * Bump debhelper compat level to 13 + + -- Stéphane Glondu <[email protected]> Sat, 10 Jan 2026 13:54:33 +0100 + dochelp (0.1.8) unstable; urgency=medium * Use Tyxml.Html.txt instead of (deprecated) Tyxml.Html.pcdata diff -Nru dochelp-0.1.8/debian/compat dochelp-0.1.8+nmu1/debian/compat --- dochelp-0.1.8/debian/compat 2021-01-23 22:44:56.000000000 +0100 +++ dochelp-0.1.8+nmu1/debian/compat 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -10 diff -Nru dochelp-0.1.8/debian/control dochelp-0.1.8+nmu1/debian/control --- dochelp-0.1.8/debian/control 2021-01-23 23:01:17.000000000 +0100 +++ dochelp-0.1.8+nmu1/debian/control 2026-01-10 13:54:33.000000000 +0100 @@ -1,8 +1,7 @@ Source: dochelp -Priority: optional Maintainer: Mehdi Dogguy <[email protected]> Build-Depends: - debhelper (>= 9), + debhelper-compat (= 13), dh-ocaml (>= 0.9.6~), ocamlbuild, ocaml-findlib, @@ -10,13 +9,12 @@ libfileutils-ocaml-dev, libtyxml-ocaml-dev (>= 4.1~), libcmdliner-ocaml-dev, - ocaml-nox (>= 3.11.1-3~) -Standards-Version: 3.9.8 + ocaml +Standards-Version: 4.7.3 Section: doc Homepage: https://salsa.debian.org/debian/dochelp Vcs-Browser: https://salsa.debian.org/debian/dochelp Vcs-Git: https://salsa.debian.org/debian/dochelp.git -Rules-Requires-Root: no Package: dochelp Architecture: any diff -Nru dochelp-0.1.8/.gitignore dochelp-0.1.8+nmu1/.gitignore --- dochelp-0.1.8/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ dochelp-0.1.8+nmu1/.gitignore 2026-01-10 13:54:33.000000000 +0100 @@ -0,0 +1,11 @@ +_build +*.native +*.byte +*.debhelper.log +*.olist.debhelper +*.substvars +debian/files +debian/tmp +debian/dochelp +debian/dochelp.install +ocamlinit-stamp

