Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / dose3
Commits: f3f44c12 by Stephane Glondu at 2026-06-10T10:55:31+02:00 Fix doc installed by dune (Closes: #1139469) - - - - - 38e3bd5e by Stephane Glondu at 2026-06-10T11:09:33+02:00 Update packaging - - - - - 95635ccb by Stephane Glondu at 2026-06-10T11:14:34+02:00 Update changelog and prepare upload to unstable - - - - - 6 changed files: - debian/changelog - debian/control - − debian/dose-extra.docs - debian/libdose3-ocaml-dev.install.in - debian/rules - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,13 @@ +dose3 (7.0.0-8) unstable; urgency=medium + + * Team upload + * Fix doc installed by dune (Closes: #1139469) + * Switch debian/watch to version 5 + * Bump Standards-Version to 4.7.4 + * Remove Priority and Rules-Requires-Root from debian/control + + -- Stéphane Glondu <[email protected]> Wed, 10 Jun 2026 11:10:29 +0200 + dose3 (7.0.0-7) unstable; urgency=medium * Team upload ===================================== debian/control ===================================== @@ -1,6 +1,5 @@ Source: dose3 Section: ocaml -Priority: optional Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Stefano Zacchiroli <[email protected]>, Ralf Treinen <[email protected]>, @@ -30,11 +29,10 @@ Build-Depends-Indep: graphviz <!nodoc>, texlive-latex-base <!nodoc>, texlive-latex-extra <!nodoc>, pandoc <!nodoc> -Standards-Version: 4.6.2 +Standards-Version: 4.7.4 Homepage: https://www.mancoosi.org/software/ Vcs-Browser: https://salsa.debian.org/ocaml-team/dose3 Vcs-Git: https://salsa.debian.org/ocaml-team/dose3.git -Rules-Requires-Root: no Package: libdose3-ocaml-dev Architecture: any ===================================== debian/dose-extra.docs deleted ===================================== @@ -1 +0,0 @@ -usr/doc/dose3-extra/* ===================================== debian/libdose3-ocaml-dev.install.in ===================================== @@ -1 +1,2 @@ +/usr/share/ocaml-dune @OCamlStdlibDir@ ===================================== debian/rules ===================================== @@ -30,10 +30,7 @@ override_dh_auto_build-indep: make -C doc/manpages html override_dh_auto_install-arch: - dune install -p dose3$(DUNE_EXTRAPROFILE) --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) - rm -f $(DESTDIR)/usr/doc/dose3/README.git - rm -f $(DESTDIR)/usr/doc/dose3/README.architecture - rm -f $(DESTDIR)/usr/doc/dose3/CHANGES + dune install -p dose3$(DUNE_EXTRAPROFILE) --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) --docdir=/usr/share/ocaml-dune/doc # No install or test needed for docs override_dh_auto_test-indep: ===================================== debian/watch ===================================== @@ -1,5 +1,6 @@ -version=4 +Version: 5 -opts="searchmode=plain" \ - https://gitlab.com/irill/@PACKAGE@/tags?sort=updated_desc \ - -/archive/\d[\d.]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ debian uupdate +Source: https://gitlab.com/irill/@PACKAGE@/tags?sort=updated_desc +Matching-Pattern: -/archive/\d[\d.]+/@PACKAGE@-@ANY_VERSION@@ARCHIVE_EXT@ +Searchmode: plain +Update-Script: uupdate View it on GitLab: https://salsa.debian.org/ocaml-team/dose3/-/compare/1d12af7e3bfe83f9ee2386be9cad263d2a39c65d...95635ccb8601732f32e6d4746563020dda4b39a7 -- View it on GitLab: https://salsa.debian.org/ocaml-team/dose3/-/compare/1d12af7e3bfe83f9ee2386be9cad263d2a39c65d...95635ccb8601732f32e6d4746563020dda4b39a7 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

