Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sanify API to get 'the' candidate version | David Kalnischkies | 2015-11-04 | 1 | -2/+2 |
| | | | | | | | | | This was discussed a while ago on #debian-apt and now that I see myself making this mistake lets bite the bullet and fix it in the easy way out version: Using a new name which fits with a similar named setter and deprecate the old method instead of 'hostily' changing API. Closes: #803471 | ||||
* | hidden support more apt-get/apt-cache commands in apt | David Kalnischkies | 2015-11-04 | 1 | -0/+1028 |
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 |