Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / morbig


Commits:
121afde8 by Stephane Glondu at 2026-06-16T00:51:07+02:00
Build C module on native architectures

- - - - -
d5e2b4de by Stephane Glondu at 2026-06-16T00:51:25+02:00
Update changelog and prepare upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/clean
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+morbig (0.11.0-6) unstable; urgency=medium
+
+  * Build C module on native architectures
+
+ -- Stéphane Glondu <[email protected]>  Tue, 16 Jun 2026 00:51:18 +0200
+
 morbig (0.11.0-5) unstable; urgency=medium
 
   * Team upload


=====================================
debian/clean
=====================================
@@ -1,2 +1,3 @@
 src/_build/
 src/morbig.docdir
+src/c/dune


=====================================
debian/rules
=====================================
@@ -6,6 +6,9 @@ include /usr/share/ocaml/ocamlvars.mk
 %:
        dh $@ --with ocaml --buildsystem ocaml_dune
 
+execute_before_dh_auto_build:
+       if command -v ocamlopt >/dev/null; then cp src/c/dune.native 
src/c/dune; fi
+
 execute_after_dh_auto_build:
        cd src && ocamlbuild morbig.docdir/index.html
        cp -aL src/morbig.docdir html



View it on GitLab: 
https://salsa.debian.org/ocaml-team/morbig/-/compare/d2ee1104508eba91e5e7f406be6818b1395caf5c...d5e2b4de892a2ea3cc43a97d9ee9ddffb9496f10

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/morbig/-/compare/d2ee1104508eba91e5e7f406be6818b1395caf5c...d5e2b4de892a2ea3cc43a97d9ee9ddffb9496f10
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


Reply via email to