Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocamlviz
Commits: ab566f11 by Stephane Glondu at 2026-07-02T07:18:55+02:00 Export FORCE_SOURCE_DATE in debian/rules (Closes: #1141196) - - - - - b2914198 by Stephane Glondu at 2026-07-02T07:19:17+02:00 Update packaging - - - - - cbe690c1 by Stephane Glondu at 2026-07-02T07:19:58+02:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,12 @@ +ocamlviz (1.01-9) unstable; urgency=medium + + * Team upload + * Export FORCE_SOURCE_DATE in debian/rules (Closes: #1141196) + * Bump Standards-Version to 4.7.4 + * Remove Priority and Rules-Requires-Root from debian/control + + -- Stéphane Glondu <[email protected]> Thu, 02 Jul 2026 07:19:56 +0200 + ocamlviz (1.01-8) unstable; urgency=medium [ Stéphane Glondu ] ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: ocamlviz Section: ocaml -Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Mehdi Dogguy <[email protected]> Build-Depends: @@ -16,8 +15,7 @@ Build-Depends-Indep: mlpost, ocamlweb, texlive-latex-extra -Standards-Version: 4.6.2 -Rules-Requires-Root: no +Standards-Version: 4.7.4 Homepage: http://ocamlviz.forge.ocamlcore.org/ Vcs-Browser: https://salsa.debian.org/ocaml-team/ocamlviz Vcs-Git: https://salsa.debian.org/ocaml-team/ocamlviz.git ===================================== debian/rules ===================================== @@ -1,6 +1,9 @@ #!/usr/bin/make -f # -*- makefile -*- +# For reproducibility of LaTeX-based documentation (#1141196) +export FORCE_SOURCE_DATE = 1 + include /usr/share/ocaml/ocamlvars.mk OVLIBDIR=$(CURDIR)/debian/libocamlviz-ocaml-dev$(OCAML_STDLIB_DIR)/ocamlviz View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/e74dea21bca6b0a48f80ad9f1392eb505e9f2507...cbe690c1299dff1ba1f03c0a6ae7c31dd94923a2 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocamlviz/-/compare/e74dea21bca6b0a48f80ad9f1392eb505e9f2507...cbe690c1299dff1ba1f03c0a6ae7c31dd94923a2 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

