File: control

package info (click to toggle)
python-changelogd 0.1.9-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 420 kB
  • sloc: python: 1,918; makefile: 21
file content (66 lines) | stat: -rw-r--r-- 2,180 bytes parent folder | download | duplicates (2)
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
Source: python-changelogd
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Yogeswaran Umasankar <yogu@debian.org>,
Homepage: https://github.com/aklajnert/changelogd
Vcs-Git: https://salsa.debian.org/python-team/packages/python-changelogd.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-changelogd
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-click,
 python3-flake8,
 python3-jinja2,
 python3-mypy,
 python3-pyfakefs <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-subprocess <!nocheck>,
 python3-ruamel.yaml,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-toml,
 python3-wheel,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild

Package: python3-changelogd
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Pre-Depends:
 ${misc:Pre-Depends},
Description: Changelogs without conflicts
 Changelogd allows teams to avoid merge conflicts for the
 changelog files. The ``changelogd`` content is stored
 within multiple YAML files - one per each changelog entry.
 Then, during application release, all input files are
 combined into one release file. The script uses Jinja2
 templates to generate one consistent text file out of all
 input YAML files. The default output format is Markdown,
 but by modifying the templates it can be changed into any
 text format you like.

Package: python-changelogd-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Documentation for python-changelogd
 Changelogd allows teams to avoid merge conflicts for the
 changelog files. The ``changelogd`` content is stored
 within multiple YAML files - one per each changelog entry.
 Then, during application release, all input files are
 combined into one release file. The script uses Jinja2
 templates to generate one consistent text file out of all
 input YAML files. The default output format is Markdown,
 but by modifying the templates it can be changed into any
 text format you like.
 .
 This package contains documentation for changelogd.