Source: python-changelogd Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Yogeswaran Umasankar , Section: python Testsuite: autopkgtest-pkg-pybuild Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-click, python3-flake8, python3-jinja2, python3-pyfakefs , python3-pytest , python3-pytest-subprocess , python3-ruamel.yaml, python3-setuptools, python3-sphinx , python3-wheel, Vcs-Browser: https://salsa.debian.org/python-team/packages/python-changelogd Vcs-Git: https://salsa.debian.org/python-team/packages/python-changelogd.git Homepage: https://github.com/aklajnert/changelogd 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 Multi-Arch: foreign Section: doc Depends: ${misc:Depends}, ${sphinxdoc:Depends}, 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.