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
Fix FTBFS on bytecode architectures

- - - - -
6169aa79 by Stephane Glondu at 2023-08-28T07:56:53+02:00
Prepare upload to unstable

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+ocamlbuild (0.14.2-2) unstable; urgency=medium
+
+  * Team upload
+  * Fix FTBFS on bytecode architectures
+
+ -- Stéphane Glondu <[email protected]>  Mon, 28 Aug 2023 07:56:49 +0200
+
 ocamlbuild (0.14.2-1) unstable; urgency=medium
 
   [ Stéphane Glondu ]


=====================================
debian/rules
=====================================
@@ -40,7 +40,7 @@ override_dh_auto_install:
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        mkdir -p _tmp
-       cp plugin-lib/* bin/*.cm* bin/*.o _tmp
+       cp plugin-lib/* bin/*.cm* $(wildcard bin/*.o) _tmp
        $(MAKE) test
        rm -rf _tmp
 endif



View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocamlbuild/-/compare/ee66d15b5e0fda436f6aa25f5868a445ae75ab2b...6169aa7936fe97825e79017e551a62ced14d11d3

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocamlbuild/-/compare/ee66d15b5e0fda436f6aa25f5868a445ae75ab2b...6169aa7936fe97825e79017e551a62ced14d11d3
You're receiving this email because of your account on salsa.debian.org.


Reply via email to