Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-frei0r
Commits:
-
02a12625
by Stephane Glondu at 2023-08-13T12:33:49+02:00
4 changed files:
Changes:
| 1 | +ocaml-frei0r (0.1.2-3) UNRELEASED; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Use ocaml_dune DH buildsystem
|
|
| 4 | + |
|
| 5 | + -- Stéphane Glondu <glondu@debian.org> Sun, 13 Aug 2023 12:33:46 +0200
|
|
| 6 | + |
|
| 1 | 7 | ocaml-frei0r (0.1.2-2) unstable; urgency=medium
|
| 2 | 8 | |
| 3 | 9 | * Team upload
|
| ... | ... | @@ -6,7 +6,7 @@ Build-Depends: |
| 6 | 6 | debhelper-compat (= 13),
|
| 7 | 7 | dh-buildinfo,
|
| 8 | 8 | ocaml,
|
| 9 | - dh-ocaml,
|
|
| 9 | + dh-ocaml (>= 1.2),
|
|
| 10 | 10 | frei0r-plugins-dev,
|
| 11 | 11 | ocaml-dune,
|
| 12 | 12 | libdune-ocaml-dev,
|
| 1 | +frei0r |
| ... | ... | @@ -3,13 +3,5 @@ |
| 3 | 3 | |
| 4 | 4 | include /usr/share/ocaml/ocamlvars.mk
|
| 5 | 5 | |
| 6 | -DESTDIR=$(CURDIR)/debian/tmp
|
|
| 7 | - |
|
| 8 | 6 | %:
|
| 9 | - dh $@ --with ocaml
|
|
| 10 | - |
|
| 11 | -override_dh_auto_build:
|
|
| 12 | - dune build -p frei0r
|
|
| 13 | - |
|
| 14 | -override_dh_auto_install:
|
|
| 15 | - dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) |
|
| 7 | + dh $@ --with ocaml --buildsystem ocaml_dune |