summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Collapse)AuthorFilesLines
2013-03-25merge patch from Daniel HartwigMichael Vogt1-1/+1
2013-01-14ensure sha512 is really used when available (thanks to Tyler Hicks )Michael Vogt1-1/+1
2012-11-09* cmdline/apt-get.cc:David Kalnischkies1-3/+3
- do not call Mark{Install,Delete} from the autoremove code with the FromUser bit set to avoid modifying the auto-installed bit
2012-10-20adds a comment for Translators to the 'do as I say' prompt toDavid Kalnischkies1-1/+3
prevent problems like #691024 in new translations
2012-09-26* cmdline/apt-cache.cc:David Kalnischkies1-3/+7
- print versioned dependency relations in (r)depends if the option APT::Cache::ShowVersion is true (default: false) as discussed in #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder for initial patch and Steve McIntyre for nagging and testing!
2012-08-06disable the display of the error messages for DoInstall if DoBuildDepDavid Kalnischkies1-1/+1
is calling the helper (enabled by enforcing failure reporting)
2012-08-05ensure that the right architecture is used for cross-dependencies inDavid Kalnischkies1-11/+22
cases we have to choose a provider by defaulting on host-arch instead of build-arch
2012-08-04improve the check for purely virtuals as provided packages aren'tDavid Kalnischkies1-1/+1
purely virtual and shouldn't error out cause of that
2012-08-04* cmdline/apt-get.cc:David Kalnischkies1-2/+2
- error out on (unsatisfiable) build-deps on purly virtual packages instead of ignoring these dependencies; thanks to Johannes Schauer for the detailed report! (Closes: #683786)
2012-07-04* cmdline/apt-mark.cc:David Kalnischkies1-2/+14
- arch:all packages are treated as arch:native packages, but dpkg expects pkg:all for selections, so use the arch of the installed version instead of the package structure if possible. Thanks to Stepan Golosunov for the report! (Closes: #680041)
2012-06-27fix two simple spelling issues found by Christian Perrier,David Kalnischkies2-6/+4
updating all po's, but as it is a simple transformation no re-call and instead deal with them on merge
2012-06-18* cmdline/apt-get.cc:David Kalnischkies1-2/+14
- print a friendly message in 'download' if a package can't be downloaded (Closes: #677887)
2012-06-11merged from donkultMichael Vogt1-24/+51
2012-06-11check build-dep candidate if install is forbiddenDavid Kalnischkies1-19/+39
2012-06-10* cmdline/apt-get.cc:Thibaut Girka1-4/+4
- complain correctly about :any build-dep on M-A:none packages
2012-06-10show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)David Kalnischkies1-1/+1
2012-06-10* cmdline/apt-get.cc:Daniel Hartwig1-1/+5
- print URIs for all changelogs in case of --print-uris, thanks to Daniel Hartwig for the patch! (Closes: #674897)
2012-06-06* cmdline/apt-key:Michael Vogt1-1/+2
- do not hardcode /etc but use Dir::Etc instead
2012-05-24* cmdline/apt-get.cc:David Kalnischkies1-0/+3
- do not show 'list of broken packages' header if no package is broken as it happens e.g. for external resolver errors
2012-05-16* cmdline/apt-get.cc:David Kalnischkies1-2/+12
- use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) *
2012-05-05ensure that apti18n.h is included last as advertised (Closes: #671623)David Kalnischkies2-5/+8
2012-04-22* cmdline/apt-config.cc:David Kalnischkies1-1/+9
- make it possible to limit dump to a subtree - implement --empty and --format option for dump
2012-04-16* cmdline/apt-get.cc:David Kalnischkies1-4/+7
- if pkgCacheFile::Generate is disabled in 'update' don't remove the caches (and don't try to open them)
2012-04-12merged r1972 from lp:~paolorotolo/apt/fix-for-967393Michael Vogt1-1/+1
2012-04-12merged r1970 lp:~vorlon/apt/lp.968828Michael Vogt1-1/+1
2012-04-11* cmdline/apt-get.cc:David Kalnischkies1-18/+18
- print list of autoremoves in alphabetical order (Closes: #639008)
2012-04-05* cmdline/apt-get.cc:Bogdan Purcareata1-1/+1
- distinguish information about 'apt-get autoremove' based on the number of auto-removed packages both before and after the list of packages (Closes: #665833)
2012-03-22* debian/apt-utils.install:David Kalnischkies1-14/+19
- ship the ftparchive, apt-extractemplates and apt-sortpkgs locales in the apt-utils package instead of the apt package
2012-03-22the previously used VERSION didn't work everywhere so we are switchingDavid Kalnischkies9-9/+9
to the more standard PACKAGE_VERSION and make it work in every file
2012-03-05fix "(style) The scope of the variable 'count' can be reduced"David Kalnischkies1-4/+3
2012-03-04fix a bunch of cppcheck "(warning) Member variable '<#>' is notDavid Kalnischkies2-3/+4
initialized in the constructor." messages (no functional change)
2012-02-25* cmdline/apt-cache.cc:David Kalnischkies1-1/+1
- correct --pre-depends option by using dash consistently (LP: #940837)
2012-02-18improve 'error' message for packages which are only referencedDavid Kalnischkies1-5/+26
e.g. in a Depends line and are now requested for removal
2012-02-18* cmdline/apt-get.cc:David Kalnischkies1-1/+17
- if a package can't be removed as it is not installed, suggest to the user an (installed) multiarch silbing with 'Did you mean?'
2012-02-11fix the hold-testcase as it has problems with 'foreign' operationsDavid Kalnischkies1-2/+2
2012-02-11correctly ignore already (un)hold packagesDavid Kalnischkies1-3/+4
2012-02-10* cmdline/apt-mark.cc:David Kalnischkies1-17/+112
- detect if dpkg has multiarch support before calling --set-selections
2012-01-29* cmdline/apt-get.cc:Steve Langasek1-2/+8
- for cross-build-dependencies M-A: none should be DEB_HOST_ARCH, not DEB_BUILD_ARCH (Closes: #646288)
2012-01-20fix a few esoteric cppcheck errors/warnings/infosDavid Kalnischkies1-1/+1
2012-01-19* apt-pkg/cacheiterators.h:David Kalnischkies1-2/+2
- return the correct version arch for all+foreign, too The flag is interpreted at a few other places in different styles so this commit ensures that the flag check is consistent everywhere (checking for Same in flag style is a bit too much as it isn't used in combination with others anyway, but who knows and just for consistency)
2012-01-02g++ 4.7 fixesMichael Vogt1-0/+1
2012-01-02g++ 4.7 fixesMichael Vogt1-0/+1
2011-12-15atleast libapt should announce to itself that it is clean…David Kalnischkies1-4/+6
(and be it if it tries to announce that…)
2011-12-10enable FileFd to guess the compressor based on the filename if requested orDavid Kalnischkies1-1/+1
to search for compressed silbings of the given filename and use this guessing instead of hardcoding Gzip compression
2011-12-10* cmdline/apt-config.cc:David Kalnischkies1-0/+16
- dump the APT::Compressor settings correctly and completely
2011-11-23* cmdline/apt-get.cc:David Kalnischkies1-0/+13
- ignore foreign architectures if we check if a provides has only one resolver as it's basically the same for the user, so no need to choose
2011-11-11 - provide a {Package,Version}List similar to {Package,Version}SetDavid Kalnischkies3-29/+29
* cmdline/apt-{get,cache,mark}.cc: - use Lists instead of Sets if input order should be preserved for commands accepting lists of packages, e.g. policy (Closes: #625960)
2011-11-09* apt-pkg/cacheset.cc:David Kalnischkies2-15/+13
- make the cachesets real containers which can embedding any container to be able to use the same interface regardless of set or list usage
2011-10-30merge with my debian-sid branchDavid Kalnischkies1-7/+7
2011-09-20* apt-pkg/deb/dpkgpm.cc:David Kalnischkies1-25/+34
- use std::vector instead of fixed size arrays to store args and multiarch-packagename strings - load the dpkg base arguments only one time and reuse them later * cmdline/apt-get.cc: - follow Provides in the evaluation of saving candidates, too, for statisfying garbage package dependencies (Closes: #640590) * apt-pkg/algorithms.cc: - if a package is garbage, don't try to save it with FixByInstall