+ocaml-eqaf (0.9-3) UNRELEASED; urgency=medium
+
+ * Use ocaml_dune DH buildsystem
+
+ -- Stéphane Glondu <glondu@debian.org> Sun, 13 Aug 2023 13:01:53 +0200
+
ocaml-eqaf (0.9-2) unstable; urgency=medium
* Team upload.
ocaml,
ocaml-dune,
libcstruct-ocaml-dev,
- dh-ocaml
+ libalcotest-ocaml-dev <!nocheck>,
+ libcrowbar-ocaml-dev <!nocheck>,
+ dh-ocaml (>= 1.2)
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-eqaf
#!/usr/bin/make -f
+# -*- makefile -*-
include /usr/share/ocaml/ocamlvars.mk
-DESTDIR=$(CURDIR)/debian/tmp
-
%:
- dh $@ --with ocaml
-
-override_dh_auto_build:
- dune build -p eqaf
-
-override_dh_auto_install:
- dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR)
- rm -f $(DESTDIR)/usr/doc/*/LICENSE*
+ dh $@ --with ocaml --buildsystem ocaml_dune