Source: apt-listchanges
Section: utils
Priority: standard
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/debian/apt-listchanges.git
Vcs-Browser: https://salsa.debian.org/debian/apt-listchanges/
Build-Depends: debconf,
               debhelper-compat (= 13),
               dh-python
Build-Depends-Indep: docbook-xml,
                     docbook-xsl,
                     gettext,
                     libxml2-utils,
                     po-debconf,
                     po4a,
                     python3,
                     xsltproc
X-Python3-Version: >= 3.7
Rules-Requires-Root: no

Package: apt-listchanges
Architecture: all
Depends: apt,
         python3-apt,
         python3-debconf,
         sensible-utils,
         ucf,
         ${misc:Depends},
         ${python3:Depends}
Suggests: default-mta | mail-transport-agent,
          python3-gi,
          www-browser,
          x-terminal-emulator
Description: package change history notification tool
 The tool apt-listchanges can compare a new version of a
 package with the one currently installed and show what has been
 changed, by extracting the relevant entries from the Debian changelog
 and NEWS files.
 .
 It can be run on several .deb archives at a time to get a list of all
 changes that would be caused by installing or upgrading a group of
 packages. When configured as an APT plugin it will do this
 automatically during upgrades.
