Source: nala
Section: admin
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 bash-completion,
 dh-python,
 dh-sequence-bash-completion,
 dh-sequence-python3,
 pandoc,
 python3-all,
 python3-apt,
 python3-babel,
 python3-debian,
 python3-httpx,
 pybuild-plugin-pyproject,
 python3-poetry-core,
 python3-pexpect,
 python3-rich,
 python3-socksio,
 python3-tomli,
 python3-typer,
 python3-venv,
 pkgconf,
 pkg-config,
Standards-Version: 4.6.2
Homepage: https://github.com/volitank/nala
Vcs-Browser: https://github.com/volitank/nala
Vcs-Git: https://github.com/volitank/nala.git

Package: nala
Architecture: all
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
 apt,
 python3-apt,
 python3-debian,
Recommends: python3-socksio,
Description: Nala is a front-end for libapt-pkg
 Nala is a front-end for libapt-pkg. Specifically we interface using the python-apt api. Especially for newer users it can be hard to understand what apt is trying to do when installing or upgrading. We aim to solve this by not showing some redundant messages, formatting the packages better, and using color to show specifically what will happen with a package during install, removal, or an upgrade.