Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlify
Commits: 6991d711 by Stephane Glondu at 2023-09-21T07:04:42+02:00 Bump Standards-Version to 4.6.2 - - - - - 71a80be3 by Stephane Glondu at 2023-09-21T07:05:08+02:00 Make ocamlify an arch:any package - - - - - 39127250 by Stephane Glondu at 2023-09-21T07:06:09+02:00 Update changelog and prepare upload to unstable - - - - - 2 changed files: - debian/changelog - debian/control Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocamlify (0.0.2-10) unstable; urgency=medium + + * Team upload + * Recompile with OCaml 4.14.1 + * Make ocamlify an arch:any package + * Bump Standards-Version to 4.6.2 + + -- Stéphane Glondu <[email protected]> Thu, 21 Sep 2023 07:05:58 +0200 + ocamlify (0.0.2-9) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -9,14 +9,14 @@ Build-Depends: dh-ocaml, ocamlbuild, ocaml-findlib -Standards-Version: 4.6.0 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlify Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlify.git Homepage: http://ocamlify.forge.ocamlcore.org/ Package: ocamlify -Architecture: all +Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${ocaml:Depends} Description: include files in OCaml code This program allows one to copy files inside OCaml code. It uses a first file View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlify/-/compare/bd2fc10aff6871f52ed0bb23148c3f4eb94f923e...3912725080522a9c47cda967bb42f516ae86000b -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlify/-/compare/bd2fc10aff6871f52ed0bb23148c3f4eb94f923e...3912725080522a9c47cda967bb42f516ae86000b You're receiving this email because of your account on salsa.debian.org.

