Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlbuild
Commits:
-
ce4505b9
by Stephane Glondu at 2023-08-28T07:44:10+02:00
-
6169aa79
by Stephane Glondu at 2023-08-28T07:56:53+02:00
2 changed files:
Changes:
| 1 | +ocamlbuild (0.14.2-2) unstable; urgency=medium
|
|
| 2 | + |
|
| 3 | + * Team upload
|
|
| 4 | + * Fix FTBFS on bytecode architectures
|
|
| 5 | + |
|
| 6 | + -- Stéphane Glondu <glondu@debian.org> Mon, 28 Aug 2023 07:56:49 +0200
|
|
| 7 | + |
|
| 1 | 8 | ocamlbuild (0.14.2-1) unstable; urgency=medium
|
| 2 | 9 | |
| 3 | 10 | [ Stéphane Glondu ]
|
| ... | ... | @@ -40,7 +40,7 @@ override_dh_auto_install: |
| 40 | 40 | override_dh_auto_test:
|
| 41 | 41 | ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
|
| 42 | 42 | mkdir -p _tmp
|
| 43 | - cp plugin-lib/* bin/*.cm* bin/*.o _tmp
|
|
| 43 | + cp plugin-lib/* bin/*.cm* $(wildcard bin/*.o) _tmp
|
|
| 44 | 44 | $(MAKE) test
|
| 45 | 45 | rm -rf _tmp
|
| 46 | 46 | endif
|