Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / calendar
Commits:
-
07035623
by Stephane Glondu at 2023-08-23T08:04:11+02:00
2 changed files:
Changes:
... | ... | @@ -13,7 +13,7 @@ Build-Depends: |
13 | 13 | ocaml-odoc,
|
14 | 14 | libre-ocaml-dev,
|
15 | 15 | libalcotest-ocaml-dev <!nocheck>,
|
16 | - dh-ocaml (>= 1.2)
|
|
16 | + dh-ocaml (>= 2)
|
|
17 | 17 | Rules-Requires-Root: no
|
18 | 18 | Standards-Version: 4.6.2
|
19 | 19 | Homepage: https://github.com/ocaml-community/calendar
|
... | ... | @@ -7,5 +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 calendar
|
|
11 | - dune build @doc -p calendar |
|
10 | + dh_auto_build -- @install @doc |