Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlgraph
Commits: 1b79eb7d by Stephane Glondu at 2024-06-14T09:21:16+02:00 Build doc only on indep builds - - - - - 2a678242 by Stephane Glondu at 2024-06-14T09:21:19+02:00 Update changelog - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocamlgraph (2.1.0-2) UNRELEASED; urgency=medium + + * Build doc only on indep builds + + -- Stéphane Glondu <[email protected]> Fri, 14 Jun 2024 09:21:18 +0200 + ocamlgraph (2.1.0-1) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -9,7 +9,6 @@ Build-Depends: ocaml, ocaml-findlib (>> 1.2.4-2), ocaml-dune (>= 2.0), - ocaml-odoc, libjs-highlight.js, libgraphics-ocaml-dev, libx11-dev, @@ -18,6 +17,8 @@ Build-Depends: libxml2-utils, xsltproc, po4a +Build-Depends-Indep: + ocaml-odoc Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: http://ocamlgraph.lri.fr/ ===================================== debian/rules ===================================== @@ -6,7 +6,6 @@ include /usr/share/ocaml/ocamlvars.mk %: dh $@ --with ocaml --buildsystem ocaml_dune -override_dh_auto_build: - dh_auto_build +execute_after_dh_auto_build-indep: dune build -pocamlgraph @doc find _build/default/_doc/_html -name "*.dune-keep" -delete View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlgraph/-/compare/e0e78007dfa2c1a23fb199580493059bdb56763b...2a678242b4c091e0601fb73b5380b13159168385 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlgraph/-/compare/e0e78007dfa2c1a23fb199580493059bdb56763b...2a678242b4c091e0601fb73b5380b13159168385 You're receiving this email because of your account on salsa.debian.org.

