File: control

package info (click to toggle)
commitizen 4.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,644 kB
  • sloc: python: 14,087; makefile: 15
file content (52 lines) | stat: -rw-r--r-- 1,674 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Source: commitizen
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-argcomplete <!nocheck>,
 python3-charset-normalizer <!nocheck>,
 python3-colorama <!nocheck>,
 python3-dateutil <!nocheck>,
 python3-decli <!nocheck>,
 python3-deprecated <!nocheck>,
 python3-jinja2 <!nocheck>,
 python3-poetry-core,
 python3-prompt-toolkit <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-cov <!nocheck>,
 python3-pytest-datadir <!nocheck>,
 python3-pytest-freezegun <!nocheck>,
 python3-pytest-mock <!nocheck>,
 python3-pytest-regressions <!nocheck>,
 python3-pytest-xdist <!nocheck>,
 python3-questionary <!nocheck>,
 python3-termcolor <!nocheck>,
 python3-tomlkit <!nocheck>,
 python3-yaml <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/commitizen-tools/commitizen
Vcs-Browser: https://forgejo.debian.net/commitizen/commitizen
Vcs-Git: https://forgejo.debian.net/commitizen/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.