Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / mlpost
Commits:
-
20f0d7c6
by Stephane Glondu at 2023-08-23T07:56:33+02:00
2 changed files:
Changes:
| ... | ... | @@ -12,7 +12,7 @@ Build-Depends: |
| 12 | 12 | libppxlib-ocaml-dev (>= 0.20.0),
|
| 13 | 13 | ocaml-findlib,
|
| 14 | 14 | ocaml,
|
| 15 | - dh-ocaml (>= 1.2),
|
|
| 15 | + dh-ocaml (>= 2),
|
|
| 16 | 16 | ocaml-odoc,
|
| 17 | 17 | poppler-utils,
|
| 18 | 18 | graphviz,
|
| ... | ... | @@ -7,4 +7,4 @@ include /usr/share/ocaml/ocamlvars.mk |
| 7 | 7 | dh $@ --with ocaml --buildsystem ocaml_dune
|
| 8 | 8 | |
| 9 | 9 | override_dh_auto_build:
|
| 10 | - dune build -p $(shell cat debian/debian-dune) @install @doc |
|
| 10 | + dh_auto_build -- @install @doc |