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
Tune override_dh_auto_build
- - - - -
2 changed files:
- debian/control
- debian/rules
Changes:
=====================================
debian/control
=====================================
@@ -12,7 +12,7 @@ Build-Depends:
libppxlib-ocaml-dev (>= 0.20.0),
ocaml-findlib,
ocaml,
- dh-ocaml (>= 1.2),
+ dh-ocaml (>= 2),
ocaml-odoc,
poppler-utils,
graphviz,
=====================================
debian/rules
=====================================
@@ -7,4 +7,4 @@ include /usr/share/ocaml/ocamlvars.mk
dh $@ --with ocaml --buildsystem ocaml_dune
override_dh_auto_build:
- dune build -p $(shell cat debian/debian-dune) @install @doc
+ dh_auto_build -- @install @doc
View it on GitLab:
https://salsa.debian.org/ocaml-team/mlpost/-/commit/20f0d7c6679a62ae8b2534486e654a66c913f8e0
--
View it on GitLab:
https://salsa.debian.org/ocaml-team/mlpost/-/commit/20f0d7c6679a62ae8b2534486e654a66c913f8e0
You're receiving this email because of your account on salsa.debian.org.