Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-01 | Use Acquire::Allow{InsecureRepositories,DowngradeToInsecureRepositories} | Michael Vogt | |
The configuration key Acquire::AllowInsecureRepositories controls if apt allows loading of unsigned repositories at all. The configuration Acquire::AllowDowngradeToInsecureRepositories controls if a signed repository can ever become unsigned. This should really never be needed but we provide it to avoid having to mess around in /var/lib/apt/lists if there is a use-case for this (which I can't think of right now). | |||
2014-09-07 | support regular expressions in 'apt search' | David Kalnischkies | |
apt-cache search supported this since ever and in the code for apt was a fixme indicating this should be added here as well, so here we go. | |||
2014-04-16 | support dist-upgrade options in full-upgrade | David Kalnischkies | |
dist-upgrade is supposed to be an alias for full-upgrade in apt, but dist-upgrade was the only command recognized of the two in the option and flags recognition code. | |||
2014-03-13 | follow method attribute suggestions by gcc | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wsuggest-attribute={pure,const,noreturn} | |||
2014-03-13 | cleanup headers and especially #includes everywhere | David Kalnischkies | |
Beside being a bit cleaner it hopefully also resolves oddball problems I have with high levels of parallel jobs. Git-Dch: Ignore Reported-By: iwyu (include-what-you-use) | |||
2014-03-13 | warning: no previous declaration for foobar() [-Wmissing-declarations] | David Kalnischkies | |
Git-Dch: Ignore Reported-By: gcc -Wmissing-declarations | |||
2014-03-13 | support DEB_BUILD_PROFILES and -P for build profiles | David Kalnischkies | |
Inspired by the rest of the patch in 661537, but abstract the parsing of various ways of setting the build profiles more so it can potentially be reused and all apt parts have the same behaviour. Especially config options, cmdline options and environment will not be combined as proposed as this isn't APTs usual behaviour and dpkg doesn't do it either, so one overrides the other as it normally does. | |||
2014-01-24 | Merge remote-tracking branch 'mvo/feature/apt-show-nice' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break Conflicts: apt-private/private-cmndline.cc | |||
2014-01-24 | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | |
There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs". | |||
2014-01-23 | Show only the candidate with "apt show" | Michael Vogt | |
Display only the candidate version with "apt show pkg" but show a notice that there is more to see. | |||
2014-01-17 | add apt upgrade --dist | Michael Vogt | |
2014-01-16 | add --manual-installed commandline switch | Michael Vogt | |
2013-11-29 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-cmndline.cc | |||
2013-11-28 | Merge remote-tracking branch 'mvo/feature/short-list' into debian/sid | Michael Vogt | |
2013-11-28 | add "-f" option to "build-dep" as sbuild is using it to fix regression with ↵ | Michael Vogt | |
cross-building (LP: #1255806) | |||
2013-11-28 | fix "apt-get --purge build-dep" (closes: #720597) | Michael Vogt | |
2013-11-26 | rename APT::Cmd::AllVersions -> APT::Cmd::All-Versions, APT::Cmd::UseRegexp ↵ | Michael Vogt | |
-> APT::Cmd::Use-Regexp | |||
2013-11-26 | add APT::Cmd::List-Include-Summary | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sid | Michael Vogt | |
2013-10-08 | Merge remote-tracking branch 'mvo/feature/dpkg-progress-docs' into debian/sid | Michael Vogt | |
2013-10-01 | rename "--dpkg-progress" to "--show-progress" and document it in apt-get.8 | Michael Vogt | |
2013-09-10 | Fix regression of "apt-cache unmet -i", thanks to Daniel Schepler (closes: ↵0.9.11.3 | Michael Vogt | |
#722324) | |||
2013-08-28 | Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-new | Michael Vogt | |
2013-08-28 | its --with-new-pkgs | Michael Vogt | |
2013-08-28 | add man-page, improve option, use --with-new-pkgs as the flag | Michael Vogt | |
2013-08-27 | add new "apt-get upgrade --with-allow-new" option | Michael Vogt | |
The --with-allow-new option maps to APT::Get::UpgradeAllowNew and will allow "apt-get upgrade" to install new packages (but not to delete existing packages) | |||
2013-08-26 | apt-private/private-cmndline.cc: fix typo: s/deselect-upgrade/dselect-upgrade/ | Michael Vogt | |
2013-08-12 | squash merge of the feature/apt-binary branch without the changes from ↵ | Michael Vogt | |
experimental |