File debian.control of Package arch-pacman
Source: arch-pacman
Section: utils
Priority: optional
Maintainer: Yad Maintainers <yad.maintainers@gmail.com>
Build-Depends: debhelper (>= 4.1.16),
autotools-dev,
asciidoc,
curl,
doxygen,
fakeroot,
gawk,
git,
libtool,
m4,
pkg-config,
libarchive12 | libarchive13,
libarchive-dev (>= 3),
libcurl4-gnutls-dev,
libgettextpo-dev,
libgpgme11-dev,
libsqlite3-dev,
xsltproc
Homepage: https://www.archlinux.org/pacman/
Vcs-Git: git://projects.archlinux.org/users/allan/pacman.git
Vcs-Browser: https://projects.archlinux.org/users/allan/pacman.git
Package: arch-pacman
Architecture: any
Depends: bash,
bsdtar,
bzip2,
curl,
gawk,
gettext,
gnupg,
${shlibs:Depends},
${misc:Depends}
Description: A library-based package manager with dependency support
pacman is a utility which manages software packages in Linux. It uses simple
compressed files as a package format, and maintains a text-based package
database (more of a hierarchy), just in case some hand tweaking is necessary.
.
pacman does not strive to "do everything." It will add, remove and upgrade
packages in the system, and it will allow you to query the package database
for installed packages, files and owners. It also attempts to handle
dependencies automatically and can download packages from a remote server.