Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-dune
Commits:
-
0805f6b4
by Stephane Glondu at 2024-06-13T11:19:03+02:00
-
ec14b9ee
by Stephane Glondu at 2024-06-13T11:19:03+02:00
-
36e95881
by Stephane Glondu at 2024-06-15T08:04:06+02:00
2 changed files:
Changes:
1 | +ocaml-dune (3.15.3-2) unstable; urgency=medium
|
|
2 | + |
|
3 | + * Build in release mode
|
|
4 | + |
|
5 | + -- Stéphane Glondu <glondu@debian.org> Sat, 15 Jun 2024 08:04:04 +0200
|
|
6 | + |
|
1 | 7 | ocaml-dune (3.15.3-1) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * New upstream release
|
... | ... | @@ -24,13 +24,13 @@ override_dh_auto_configure: |
24 | 24 | |
25 | 25 | override_dh_auto_build:
|
26 | 26 | ocaml boot/bootstrap.ml
|
27 | - ./dune.exe build --profile dune-bootstrap dune.install
|
|
27 | + ./dune.exe build --release --profile dune-bootstrap dune.install
|
|
28 | 28 | ifeq (,$(filter pkg.ocaml-dune.bootstrap,$(DEB_BUILD_PROFILES)))
|
29 | - ./dune.exe build $(addsuffix .install,$(DEB_DUNE_OTHER_PACKAGES))
|
|
29 | + ./dune.exe build --release $(addsuffix .install,$(DEB_DUNE_OTHER_PACKAGES))
|
|
30 | 30 | endif
|
31 | 31 | |
32 | 32 | override_dh_auto_install:
|
33 | - ./dune.exe install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) $(DEB_DUNE_ALL_PACKAGES)
|
|
33 | + ./dune.exe install --release --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) $(DEB_DUNE_ALL_PACKAGES)
|
|
34 | 34 | ifeq (,$(filter pkg.ocaml-dune.bootstrap,$(DEB_BUILD_PROFILES)))
|
35 | 35 | rm -rf $(addprefix debian/tmp/usr/doc/,$(DEB_DUNE_OTHER_PACKAGES))
|
36 | 36 | endif
|