Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-lastfm
Commits: 11a3f1ab by Stephane Glondu at 2023-07-20T15:09:18+02:00 Include ocamlvars.mk in debian/rules - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml-lastfm (0.3.3-3) UNRELEASED; urgency=medium + + * Include ocamlvars.mk in debian/rules + + -- Stéphane Glondu <[email protected]> Thu, 20 Jul 2023 15:09:18 +0200 + ocaml-lastfm (0.3.3-2) unstable; urgency=medium * Team upload ===================================== 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-lastfm/-/commit/11a3f1abe7f555f2f4ca2eb3035a939253b94b71 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-lastfm/-/commit/11a3f1abe7f555f2f4ca2eb3035a939253b94b71 You're receiving this email because of your account on salsa.debian.org.

