Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dh-ocaml
Commits:
-
cc923a38
by Stephane Glondu at 2023-08-23T07:47:31+02:00
-
28aacdeb
by Stephane Glondu at 2023-08-23T07:50:01+02:00
2 changed files:
Changes:
| ... | ... | @@ -57,7 +57,7 @@ sub get_dune_parallel { |
| 57 | 57 | sub build {
|
| 58 | 58 | my $this = shift;
|
| 59 | 59 | $this->doit_in_sourcedir( "dune", "build", $this->get_dune_parallel(),
|
| 60 | - "-p", $this->get_dune_package_name_list() );
|
|
| 60 | + "-p", $this->get_dune_package_name_list(), @_ );
|
|
| 61 | 61 | }
|
| 62 | 62 | |
| 63 | 63 | sub test {
|
| 1 | 1 | dh-ocaml (2.0) UNRELEASED; urgency=medium
|
| 2 | 2 | |
| 3 | - * Add explicit dependencies to versioned ocaml{,-base} if relevant
|
|
| 3 | + * dh_ocaml:
|
|
| 4 | + - Add explicit dependencies to versioned ocaml{,-base} if relevant
|
|
| 5 | + * ocaml_dune.pm:
|
|
| 6 | + - Pass remaining arguments to "dune build"
|
|
| 4 | 7 | |
| 5 | 8 | -- Stéphane Glondu <glondu@debian.org> Sun, 20 Aug 2023 08:17:54 +0200
|
| 6 | 9 |