Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / ocaml-getopt
Commits: 10a4e267 by Stephane Glondu at 2022-03-07T15:33:20+01:00 Update packaging - - - - - 6b53e75f by Stephane Glondu at 2022-03-07T15:34:16+01:00 Update changelog and prepare upload to unstable - - - - - 3 changed files: - debian/changelog - debian/control - debian/watch Changes: ===================================== debian/changelog ===================================== @@ -1,12 +1,19 @@ -ocaml-getopt (0.0.20040811-11) UNRELEASED; urgency=low +ocaml-getopt (0.0.20040811-11) unstable; urgency=medium + [ Stéphane Glondu ] + * Team upload + * Bump Standards-Version to 4.6.0 + * Bump debhelper compat level to 13 + * Add Rules-Requires-Root: no + * Bump debian/watch version to 4 + + [ Debian Janitor ] * Trim trailing whitespace. * Upgrade to newer source format 3.0 (quilt). - * Bump debhelper from deprecated 7 to 12. * Set debhelper-compat version in Build-Depends. * Remove MIA uploaders - -- Debian Janitor <[email protected]> Mon, 20 Jul 2020 03:19:12 -0000 + -- Stéphane Glondu <[email protected]> Mon, 07 Mar 2022 15:25:48 +0100 ocaml-getopt (0.0.20040811-10) unstable; urgency=low ===================================== debian/control ===================================== @@ -5,11 +5,12 @@ Maintainer: Debian OCaml Maintainers <[email protected]> Uploaders: Mehdi Dogguy <[email protected]> Build-Depends: - debhelper-compat (= 12), - ocaml-nox (>= 3.11.1-3~), + debhelper-compat (= 13), + ocaml, ocaml-findlib (>> 1.2.4-2), dh-ocaml (>= 0.9~) -Standards-Version: 3.8.3 +Standards-Version: 4.6.0 +Rules-Requires-Root: no Homepage: http://alain.frisch.fr/soft.html#Getopt Vcs-Git: https://salsa.debian.org/ocaml-team/ocaml-getopt.git Vcs-Browser: https://salsa.debian.org/ocaml-team/ocaml-getopt ===================================== debian/watch ===================================== @@ -1,4 +1,3 @@ -version=3 +version=4 opts="uversionmangle=s/^/0.0./" \ http://alain.frisch.fr/info/getopt-([0-9]+)\.tar\.gz - View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-getopt/-/compare/6f8966d6c5d62fc8235f4113ca689cddd40a38fb...6b53e75f01b340ab789b532895ceca0ab9cae944 -- View it on GitLab: https://salsa.debian.org/ocaml-team/ocaml-getopt/-/compare/6f8966d6c5d62fc8235f4113ca689cddd40a38fb...6b53e75f01b340ab789b532895ceca0ab9cae944 You're receiving this email because of your account on salsa.debian.org.

