Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlviz
Commits: 4e0578aa by Stephane Glondu at 2022-01-22T09:54:47+01:00 Update packaging - - - - - 4415144b by Stephane Glondu at 2022-01-22T09:54:47+01:00 Update changelog and prepare upload to unstable - - - - - 4 changed files: - debian/changelog - debian/control - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocamlviz (1.01-6) unstable; urgency=medium + + * Team upload + * Fix compilation with OCaml 4.13.1 + * Bump Standards-Version to 4.6.0 + * Bump debian/watch version to 4 + + -- Stéphane Glondu <[email protected]> Sat, 22 Jan 2022 07:05:12 +0100 + ocamlviz (1.01-5) unstable; urgency=medium * Fix FTBFS by using Bytes where necessary (Closes: #972262) ===================================== debian/control ===================================== @@ -7,8 +7,9 @@ Build-Depends: debhelper-compat (= 13), autoconf, automake, - ocaml-nox, + ocaml, ocaml-best-compilers, + ocaml-findlib, camlp4-extra, dh-ocaml, liblablgtk2-ocaml-dev, @@ -17,7 +18,7 @@ Build-Depends-Indep: mlpost, ocamlweb, texlive-latex-extra -Standards-Version: 4.5.0 +Standards-Version: 4.6.0 Rules-Requires-Root: no Homepage: http://ocamlviz.forge.ocamlcore.org/ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlviz ===================================== debian/rules ===================================== @@ -40,7 +40,7 @@ override_dh_compress: dh_compress -X.pdf override_dh_ocaml: - dh_ocaml --nodefined-map libocamlviz-ocaml-dev:Mutex,Condition,ThreadUnix,Thread,Event + dh_ocaml --nodefined-map libocamlviz-ocaml-dev:Mutex,Condition,ThreadUnix,Thread,Event,Semaphore %: dh $@ --with ocaml ===================================== debian/watch ===================================== @@ -1,3 +1,3 @@ -version=3 +version=4 http://forge.ocamlcore.org/frs/?group_id=104 \ /frs/download\.php/.*/ocamlviz-(.*)\.tar\.gz View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/8ae49f41391b6bd84e2c632dfcb74bf1a2218e0a...4415144b563bece0aa2587b283c0f02cee67fbaa -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/8ae49f41391b6bd84e2c632dfcb74bf1a2218e0a...4415144b563bece0aa2587b283c0f02cee67fbaa You're receiving this email because of your account on salsa.debian.org.

