Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / js-of-ocaml
Commits: 5d8d5e33 by Stéphane Glondu at 2025-09-15T11:36:42+02:00 Add version constraint in libjs-of-ocaml-dev dependency - - - - - d4c87649 by Stéphane Glondu at 2025-09-15T11:37:23+02:00 Update changelog and prepare upload to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +js-of-ocaml (6.2.0-2) unstable; urgency=medium + + * Add version constraint in libjs-of-ocaml-dev dependency + + -- Stéphane Glondu <[email protected]> Mon, 15 Sep 2025 11:37:21 +0200 + js-of-ocaml (6.2.0-1) unstable; urgency=medium * New upstream release ===================================== debian/control ===================================== @@ -34,7 +34,7 @@ Vcs-Git: https://salsa.debian.org/ocaml-team/js-of-ocaml.git Package: js-of-ocaml Architecture: any Depends: - libjs-of-ocaml-dev, + libjs-of-ocaml-dev (= ${binary:Version}), ${ocaml:Depends}, ${shlibs:Depends}, ${misc:Depends} View it on GitLab: https://salsa.debian.org/ocaml-team/js-of-ocaml/-/compare/5f6828db07b248f86ecbbd6bb14bd146f47286d4...d4c87649f0ef68fe7f6cf535f3197b3185198c74 -- View it on GitLab: https://salsa.debian.org/ocaml-team/js-of-ocaml/-/compare/5f6828db07b248f86ecbbd6bb14bd146f47286d4...d4c87649f0ef68fe7f6cf535f3197b3185198c74 You're receiving this email because of your account on salsa.debian.org.

