Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-alsa
Commits: 56c74c0d by Stephane Glondu at 2023-07-20T14:36:47+02:00 Include ocamlvars.mk in debian/rules - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml-alsa (0.3.0-3) UNRELEASED; urgency=medium + + * Include ocamlvars.mk in debian/rules + + -- Stéphane Glondu <[email protected]> Thu, 20 Jul 2023 14:36:45 +0200 + ocaml-alsa (0.3.0-2) unstable; urgency=medium [ Stéphane Glondu ] ===================================== debian/rules ===================================== @@ -1,5 +1,7 @@ #!/usr/bin/make -f # -*- makefile -*- +include /usr/share/ocaml/ocamlvars.mk + %: dh $@ --with ocaml --buildsystem ocaml_dune View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-alsa/-/commit/56c74c0d47251d32f893c2d4b3bdacd7dadd0e59 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-alsa/-/commit/56c74c0d47251d32f893c2d4b3bdacd7dadd0e59 You're receiving this email because of your account on salsa.debian.org.

