Source: mkdocs-rss-plugin
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josenilson Ferreira da Silva <nilsonfsilva@hotmail.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               mkdocs <!nocheck>,
               mkdocs-material <!nodoc>,,
               mkdocstrings <!nodoc>,
               mkdocstrings-python-handlers <!nodoc>,
               pybuild-plugin-pyproject,
               python3-all,
               python3-cachecontrol <!nocheck>,
               python3-feedparser <!nocheck>,
               python3-filelock <!nodoc>,
               python3-git,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-requests,
               python3-setuptools,
               python3-setuptools-scm,
               tzdata <!nocheck>
Standards-Version: 4.7.4
Homepage: https://github.com/Guts/mkdocs-rss-plugin
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkdocs-rss-plugin
Testsuite: autopkgtest-pkg-pybuild
Vcs-Git: https://salsa.debian.org/python-team/packages/mkdocs-rss-plugin.git

Package: mkdocs-rss-plugin
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Suggests: mkdocs-rss-plugin-doc
Description: MkDocs plugin to generate RSS and JSON feeds
 This MkDocs plugin automatically generates RSS 2.0 and JSON Feed 1.1 feeds
 for static documentation sites, allowing readers to subscribe and receive
 notifications when pages are created or updated, without visiting the site
 manually.
 .
 Dates are extracted from the git history or from YAML metadata in page
 headers. Two feeds are generated: one for newly created pages and another
 for recently updated pages. The feeds are compatible with any RSS reader
 such as Feedly, Thunderbird, or Newsboat.

Package: mkdocs-rss-plugin-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         ${sphinxdoc:Depends}
Description: MkDocs plugin to generate RSS and JSON feeds (docs)
 This MkDocs plugin automatically generates RSS 2.0 and JSON Feed 1.1 feeds
 for static documentation sites, allowing readers to subscribe and receive
 notifications when pages are created or updated, without visiting the site
 manually.
 .
 Dates are extracted from the git history or from YAML metadata in page
 headers. Two feeds are generated: one for newly created pages and another
 for recently updated pages. The feeds are compatible with any RSS reader
 such as Feedly, Thunderbird, or Newsboat.
 .
 This is the common documentation package.
