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
- 
2a678242
by Stephane Glondu at 2024-06-14T09:21:19+02:00
3 changed files:
Changes:
| 1 | +ocamlgraph (2.1.0-2) UNRELEASED; urgency=medium
 | |
| 2 | + | |
| 3 | +  * Build doc only on indep builds
 | |
| 4 | + | |
| 5 | + -- Stéphane Glondu <glondu@debian.org>  Fri, 14 Jun 2024 09:21:18 +0200
 | |
| 6 | + | |
| 1 | 7 |  ocamlgraph (2.1.0-1) unstable; urgency=medium
 | 
| 2 | 8 | |
| 3 | 9 |    * Team upload
 | 
| ... | ... | @@ -9,7 +9,6 @@ Build-Depends: | 
| 9 | 9 |   ocaml,
 | 
| 10 | 10 |   ocaml-findlib (>> 1.2.4-2),
 | 
| 11 | 11 |   ocaml-dune (>= 2.0),
 | 
| 12 | - ocaml-odoc,
 | |
| 13 | 12 |   libjs-highlight.js,
 | 
| 14 | 13 |   libgraphics-ocaml-dev,
 | 
| 15 | 14 |   libx11-dev,
 | 
| ... | ... | @@ -18,6 +17,8 @@ Build-Depends: | 
| 18 | 17 |   libxml2-utils,
 | 
| 19 | 18 |   xsltproc,
 | 
| 20 | 19 |   po4a
 | 
| 20 | +Build-Depends-Indep:
 | |
| 21 | + ocaml-odoc
 | |
| 21 | 22 |  Standards-Version: 4.6.2
 | 
| 22 | 23 |  Rules-Requires-Root: no
 | 
| 23 | 24 |  Homepage: http://ocamlgraph.lri.fr/
 | 
| ... | ... | @@ -6,7 +6,6 @@ include /usr/share/ocaml/ocamlvars.mk | 
| 6 | 6 |  %:
 | 
| 7 | 7 |  	dh $@ --with ocaml --buildsystem ocaml_dune
 | 
| 8 | 8 | |
| 9 | -override_dh_auto_build:
 | |
| 10 | -	dh_auto_build
 | |
| 9 | +execute_after_dh_auto_build-indep:
 | |
| 11 | 10 |  	dune build -pocamlgraph @doc
 | 
| 12 | 11 |  	find _build/default/_doc/_html -name "*.dune-keep" -delete |