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


Commits:
fd0251be by Stephane Glondu at 2026-02-27T13:27:59+01:00
Install also *.cmx files

- - - - -
edf13aa2 by Stephane Glondu at 2026-02-27T13:58:40+01:00
Update packaging

- - - - -
8158ff94 by Stephane Glondu at 2026-02-27T13:58:40+01:00
Update changelog and prepare upload to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/0013-Install-also-.cmx-files.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+ocamlnet (4.1.9-8) unstable; urgency=medium
+
+  * Install also *.cmx files
+  * Bump Standards-Version to 4.7.3
+  * Remove Priority
+
+ -- Stéphane Glondu <[email protected]>  Fri, 27 Feb 2026 13:49:52 +0100
+
 ocamlnet (4.1.9-7) unstable; urgency=medium
 
   * Fix compilation with OCaml 5.4.0


=====================================
debian/control
=====================================
@@ -1,6 +1,5 @@
 Source: ocamlnet
 Section: ocaml
-Priority: optional
 Maintainer: Debian OCaml Maintainers <[email protected]>
 Uploaders:
  Stéphane Glondu <[email protected]>
@@ -13,10 +12,10 @@ Build-Depends:
  ocaml-findlib,
  libfindlib-ocaml-dev,
  libzip-ocaml-dev,
- pkg-config,
+ pkgconf,
  libgnutls28-dev,
  apache2-dev
-Standards-Version: 4.7.2
+Standards-Version: 4.7.3
 Homepage: http://projects.camlcity.org/projects/ocamlnet.html
 Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlnet.git
 Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlnet


=====================================
debian/patches/0013-Install-also-.cmx-files.patch
=====================================
@@ -0,0 +1,21 @@
+From: Stephane Glondu <[email protected]>
+Date: Fri, 27 Feb 2026 13:27:29 +0100
+Subject: Install also *.cmx files
+
+---
+ Makefile.rules | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile.rules b/Makefile.rules
+index a9887df..864c8a2 100644
+--- a/Makefile.rules
++++ b/Makefile.rules
+@@ -176,7 +176,7 @@ realuninstall: $(UNINSTOTHER) uninstall-$(INSTMETHOD)
+ 
+ .PHONY: install-findlib
+ install-findlib: META
+-      files=`$(COLLECT_FILES) *.mli *.cmi *.cma *.cmxa *.cmxs *.a dll* META 
$(INSTALL_EXTRA)` && \
++      files=`$(COLLECT_FILES) *.mli *.cmi *.cmx *.cma *.cmxa *.cmxs *.a dll* 
META $(INSTALL_EXTRA)` && \
+       $(OCAMLFIND) install $(PKGNAME) $$files
+ 
+ .PHONY: uninstall-findlib


=====================================
debian/patches/series
=====================================
@@ -10,3 +10,4 @@
 0010-More-OCaml-5.x-fixes.patch
 0011-Fix-build-with-OCaml-5.2.0.patch
 0012-Fix-compilation-with-OCaml-5.04.0.patch
+0013-Install-also-.cmx-files.patch



View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocamlnet/-/compare/babda32d92c757f383dd372af847b759c92fa3ee...8158ff940d486290a8eae254230e2fdb645ef462

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/ocamlnet/-/compare/babda32d92c757f383dd372af847b759c92fa3ee...8158ff940d486290a8eae254230e2fdb645ef462
You're receiving this email because of your account on salsa.debian.org.


Reply via email to