Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dh-ocaml
Commits:
-
9601584c
by Stephane Glondu at 2023-07-15T14:30:57+02:00
2 changed files:
Changes:
| ... | ... | @@ -47,7 +47,7 @@ sub test { |
| 47 | 47 | |
| 48 | 48 | sub install {
|
| 49 | 49 | my $this=shift;
|
| 50 | - $this->doit_in_sourcedir("dune", "install", "--destdir=debian/tmp", "--prefix=/usr", "--libdir=/usr/lib/ocaml");
|
|
| 50 | + $this->doit_in_sourcedir("dune", "install", "--destdir=debian/tmp", "--prefix=/usr", "--libdir=/usr/lib/ocaml", $this->get_dune_package_name());
|
|
| 51 | 51 | }
|
| 52 | 52 | |
| 53 | 53 | sub clean {
|
| 1 | +dh-ocaml (1.2.1) unstable; urgency=medium
|
|
| 2 | + |
|
| 3 | + * ocaml_dune DH buildsystem: pass package name to dune install
|
|
| 4 | + |
|
| 5 | + -- Stéphane Glondu <glondu@debian.org> Sat, 15 Jul 2023 14:30:53 +0200
|
|
| 6 | + |
|
| 1 | 7 | dh-ocaml (1.2.0) unstable; urgency=medium
|
| 2 | 8 | |
| 3 | 9 | [ Stéphane Glondu ]
|