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
2 changed files:
Changes:
| 1 | +ocaml-alsa (0.3.0-3) UNRELEASED; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Include ocamlvars.mk in debian/rules
|
|
| 4 | + |
|
| 5 | + -- Stéphane Glondu <glondu@debian.org> Thu, 20 Jul 2023 14:36:45 +0200
|
|
| 6 | + |
|
| 1 | 7 | ocaml-alsa (0.3.0-2) unstable; urgency=medium
|
| 2 | 8 | |
| 3 | 9 | [ Stéphane Glondu ]
|
| 1 | 1 | #!/usr/bin/make -f
|
| 2 | 2 | # -*- makefile -*-
|
| 3 | 3 | |
| 4 | +include /usr/share/ocaml/ocamlvars.mk
|
|
| 5 | + |
|
| 4 | 6 | %:
|
| 5 | 7 | dh $@ --with ocaml --buildsystem ocaml_dune |