Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / perl4caml
Commits: 19c1ff95 by Stephane Glondu at 2026-06-30T11:31:57+02:00 Install libperl4caml.a on bytecode architectures as well - - - - - f6e5069f by Stephane Glondu at 2026-06-30T11:32:11+02:00 Update changelog and prepare upload to unstable - - - - - 4 changed files: - debian/changelog - debian/patches/0001-Fix-Makefile-to-detect-ocamlopt.patch - debian/patches/0002-Disable-libnet-google-perl-wrappers.patch - debian/patches/0007-Properly-wrap-ldopt-in-ocamlmklib-calls.patch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +perl4caml (0.9.5-10) unstable; urgency=medium + + * Install libperl4caml.a on bytecode architectures as well + + -- Stéphane Glondu <[email protected]> Tue, 30 Jun 2026 11:32:08 +0200 + perl4caml (0.9.5-9) unstable; urgency=medium * Properly wrap ldopt in ocamlmklib calls ===================================== debian/patches/0001-Fix-Makefile-to-detect-ocamlopt.patch ===================================== @@ -9,7 +9,7 @@ Signed-off-by: Stephane Glondu <[email protected]> 1 file changed, 26 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile -index 4827101..f79b054 100644 +index 4827101..dbb83fc 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ @@ -69,7 +69,7 @@ index 4827101..f79b054 100644 $(DESTDIR)$(OCAMLLIBDIR)/perl +else + install -c -m 0644 perl.cmi perl.mli perl4caml.cma \ -+ META \ ++ libperl4caml.a META \ + $(WRAPPERS:.cmo=.ml) $(WRAPPERS:.cmo=.cmi) \ + $(DESTDIR)$(OCAMLLIBDIR)/perl +endif ===================================== debian/patches/0002-Disable-libnet-google-perl-wrappers.patch ===================================== @@ -10,7 +10,7 @@ Signed-off-by: Stephane Glondu <[email protected]> 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile -index f79b054..298451d 100644 +index dbb83fc..7e18991 100644 --- a/Makefile +++ b/Makefile @@ -55,11 +55,6 @@ WRAPPERS := \ ===================================== debian/patches/0007-Properly-wrap-ldopt-in-ocamlmklib-calls.patch ===================================== @@ -9,7 +9,7 @@ the build in OCaml 5.5.0. 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile -index 298451d..3c577bc 100644 +index 7e18991..cbe09de 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,11 @@ CFLAGS := -fPIC -Wall -Wno-unused \ View it on GitLab: https://salsa.debian.org/ocaml-team/perl4caml/-/compare/076ec7aec449735ef0f5ec4fdbc5bbb58dbb9065...f6e5069f50085708cce504ef57c9d8494ed4d017 -- View it on GitLab: https://salsa.debian.org/ocaml-team/perl4caml/-/compare/076ec7aec449735ef0f5ec4fdbc5bbb58dbb9065...f6e5069f50085708cce504ef57c9d8494ed4d017 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

