Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-opus
Commits: bdc0fc23 by Stephane Glondu at 2023-07-15T12:10:48+02:00 Use ocaml_dune DH buildsystem - - - - - 4 changed files: - debian/changelog - debian/control - + debian/debian-dune - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +ocaml-opus (0.2.2-3) unstable; urgency=medium + + * Team upload + * Use ocaml_dune DH buildsystem + + -- Stéphane Glondu <[email protected]> Sat, 15 Jul 2023 12:10:43 +0200 + ocaml-opus (0.2.2-2) unstable; urgency=low [ Debian Janitor ] ===================================== debian/control ===================================== @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Kyle Robbertze <[email protected]> Build-Depends: debhelper-compat (= 13), - dh-ocaml, + dh-ocaml (>= 1.2), libdune-ocaml-dev, libogg-ocaml-dev (>= 0.7.0), libopus-dev (>= 1.3.0), ===================================== debian/debian-dune ===================================== @@ -0,0 +1 @@ +opus ===================================== debian/rules ===================================== @@ -1,15 +1,5 @@ #!/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 opus - -override_dh_auto_install: - dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR) + dh $@ --with ocaml --buildsystem ocaml_dune View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-opus/-/commit/bdc0fc234e3fff45c5f75c484da06d0aa2b746c3 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-opus/-/commit/bdc0fc234e3fff45c5f75c484da06d0aa2b746c3 You're receiving this email because of your account on salsa.debian.org.

