Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlviz
Commits: fd0dbe3e by Stephane Glondu at 2023-07-24T09:04:03+02:00 Update packaging - - - - - ea25bcb1 by Stephane Glondu at 2023-07-24T09:04:07+02:00 Add preprocessing options for dh_ocamldoc (Closes: #1041793) - - - - - cb01ed30 by Stephane Glondu at 2023-07-24T09:04:07+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/libocamlviz-ocaml-doc.ocamldoc Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +ocamlviz (1.01-7) unstable; urgency=medium + + * Team upload + * Add preprocessing options for dh_ocamldoc (Closes: #1041793) + * Bump Standards-Version to 4.6.2 + + -- Stéphane Glondu <[email protected]> Mon, 24 Jul 2023 09:03:42 +0200 + ocamlviz (1.01-6) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -18,7 +18,7 @@ Build-Depends-Indep: mlpost, ocamlweb, texlive-latex-extra -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: http://ocamlviz.forge.ocamlcore.org/ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlviz ===================================== debian/libocamlviz-ocaml-doc.ocamldoc ===================================== @@ -1,2 +1,2 @@ --sort -I src/ +-sort -I src/ -I +camlp4 -pp camlp4of --include debian/libocamlviz-ocaml-dev/usr/lib View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/4415144b563bece0aa2587b283c0f02cee67fbaa...cb01ed309e0f8f237fce410e00b4a7af8ead3bc9 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/4415144b563bece0aa2587b283c0f02cee67fbaa...cb01ed309e0f8f237fce410e00b4a7af8ead3bc9 You're receiving this email because of your account on salsa.debian.org.

