Source: commitizen Section: utils Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-argcomplete , python3-charset-normalizer , python3-colorama , python3-dateutil , python3-decli , python3-deprecated , python3-jinja2 , python3-poetry-core, python3-prompt-toolkit , python3-pytest , python3-pytest-cov , python3-pytest-datadir , python3-pytest-freezegun , python3-pytest-mock , python3-pytest-regressions , python3-pytest-xdist , python3-questionary , python3-termcolor , python3-tomlkit , python3-yaml , Rules-Requires-Root: no Standards-Version: 4.7.2 Homepage: https://github.com/commitizen-tools/commitizen Vcs-Browser: https://forgejo.debian.net/git/commitizen Vcs-Git: https://forgejo.debian.net/git/commitizen Package: commitizen Section: utils Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Recommends: bash-completion, Description: Git release management tool designed for teams Commitizen assumes your team uses a standard way of committing rules and from that foundation, it can bump your project's version, create the changelog, and update files. . By default, commitizen uses conventional commits, but you can build your own set of rules, and publish them. Using a standardized set of rules to write commits, makes commits easier to read, and enforces writing descriptive commits.