]> git.saurik.com Git - apt.git/commit - apt-private/private-source.h
hidden support more apt-get/apt-cache commands in apt
authorDavid Kalnischkies <david@kalnischkies.de>
Mon, 26 Oct 2015 18:30:44 +0000 (19:30 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 4 Nov 2015 17:04:04 +0000 (18:04 +0100)
commit9055d5e68bd09f31df00e45bd14cb599ba3735e5
tree0cab141c3e7fdf5de5e9940dd394b9dbf0503c62
parent41d39345bdc31cb9b8be057cd678aa2890830437
hidden support more apt-get/apt-cache commands in apt

apt is supposed to be a user-friendly interface, so while these commands
are usually poweruser material and therefore do not need to be shown in
general introduction manpages/help messages its of no use to not allow
users to use them.

This includes clean, autoclean, build-dep, source, download, changelog,
depends, rdepends and showsrc – it doesn't include more non-interactive
commands like dump or xvcg as those are usually used by scripts if at
all.

Closes: 778234, 780700, 781237
apt-private/private-depends.cc [new file with mode: 0644]
apt-private/private-depends.h [new file with mode: 0644]
apt-private/private-download.cc
apt-private/private-download.h
apt-private/private-show.cc
apt-private/private-show.h
apt-private/private-source.cc [new file with mode: 0644]
apt-private/private-source.h [new file with mode: 0644]
cmdline/apt-cache.cc
cmdline/apt-get.cc
cmdline/apt.cc