Source: apt-suggest-auto
Section: admin
Priority: optional
Maintainer: Lucas Nussbaum <lucas@debian.org>
Build-Depends: debhelper-compat (= 13),
               pandoc,
               pybuild-plugin-pyproject,
               python3,
               python3-apt,
               python3-poetry-core,
               python3-pytest
Standards-Version: 4.7.4.1
Homepage: https://salsa.debian.org/lucas/apt-suggest-auto
Vcs-Browser: https://salsa.debian.org/lucas/apt-suggest-auto
Vcs-Git: https://salsa.debian.org/lucas/apt-suggest-auto.git

Package: apt-suggest-auto
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: identify packages safe to mark as automatically installed
 Over time, packages installed as dependencies of manually-installed
 packages accumulate as "manually installed" in the APT database,
 preventing autoremoval when they are no longer needed.
 .
 apt-suggest-auto identifies such packages by simulating the effect of
 marking each one as automatically installed and checking whether it
 would become eligible for autoremoval. Only packages that remain
 required by other installed packages are suggested for reclassification.
 It serves as a modern replacement for debfoster and deborphan.
