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 Build in release mode - - - - - ec14b9ee by Stephane Glondu at 2024-06-13T11:19:03+02:00 Update changelog - - - - - 36e95881 by Stephane Glondu at 2024-06-15T08:04:06+02:00 Prepare upload to unstable - - - - - 2 changed files: - debian/changelog - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +ocaml-dune (3.15.3-2) unstable; urgency=medium + + * Build in release mode + + -- Stéphane Glondu <[email protected]> Sat, 15 Jun 2024 08:04:04 +0200 + ocaml-dune (3.15.3-1) unstable; urgency=medium * New upstream release ===================================== debian/rules ===================================== @@ -24,13 +24,13 @@ override_dh_auto_configure: override_dh_auto_build: ocaml boot/bootstrap.ml - ./dune.exe build --profile dune-bootstrap dune.install + ./dune.exe build --release --profile dune-bootstrap dune.install ifeq (,$(filter pkg.ocaml-dune.bootstrap,$(DEB_BUILD_PROFILES))) - ./dune.exe build $(addsuffix .install,$(DEB_DUNE_OTHER_PACKAGES)) + ./dune.exe build --release $(addsuffix .install,$(DEB_DUNE_OTHER_PACKAGES)) endif override_dh_auto_install: - ./dune.exe install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) $(DEB_DUNE_ALL_PACKAGES) + ./dune.exe install --release --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) $(DEB_DUNE_ALL_PACKAGES) ifeq (,$(filter pkg.ocaml-dune.bootstrap,$(DEB_BUILD_PROFILES))) rm -rf $(addprefix debian/tmp/usr/doc/,$(DEB_DUNE_OTHER_PACKAGES)) endif View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dune/-/compare/a42337e5e48c03835cb48f5c44572cd0a245e561...36e95881173e10f0e1078453dc63091f8feea8ae -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-dune/-/compare/a42337e5e48c03835cb48f5c44572cd0a245e561...36e95881173e10f0e1078453dc63091f8feea8ae You're receiving this email because of your account on salsa.debian.org.

