Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * debian/rules: | David Kalnischkies | 2011-01-14 | 2 | -5/+7 |
| | | | - use -- instead of deprecated -u for dh_gencontrol | ||||
* | * doc/sources.list.5.xml: | David Kalnischkies | 2011-01-14 | 2 | -18/+16 |
| | | | - remove obsolete references to non-us (Closes: #594495) | ||||
* | remove duplicated text and refer to the sources.list manpage instead | David Kalnischkies | 2011-01-14 | 1 | -76/+4 |
| | |||||
* | Add a testcase to verify that packages which are held back by dpkg are | David Kalnischkies | 2011-01-14 | 3 | -0/+109 |
| | | | | not causing installation/removal of other packages (#64141) | ||||
* | * doc/apt-get.8.xml: | David Kalnischkies | 2011-01-13 | 2 | -9/+3 |
| | | | - remove duplicated mentioning of --install-recommends | ||||
* | ignore non-regular files in GetListOfFilesInDir (Closes: #594694) | David Kalnischkies | 2011-01-13 | 3 | -13/+23 |
| | |||||
* | * apt-pkg/cacheiterator.h: | David Kalnischkies | 2011-01-13 | 4 | -10/+71 |
| | | | - do not segfault if cache is not build (Closes: #254770) | ||||
* | * apt-inst/contrib/extracttar.cc: | David Kalnischkies | 2011-01-13 | 6 | -5/+41 |
|\ | | | | | | | - let apt-utils work with encoded tar headers if uid/gid are large. Thanks to Nobuhiro Hayashi for the patch! (Closes: #330162) | ||||
| * | Permit base256 encoded value in the numeric field of tar header. | Nobuhiro Hayashi | 2010-12-03 | 3 | -4/+27 |
| | | |||||
* | | * doc/apt.conf.5.xml: | Jakub Wilk | 2011-01-13 | 2 | -2/+4 |
| | | | | | | | | - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636) | ||||
* | | * deb/dpkgpm.cc: | Petter Reinholdtsen | 2011-01-12 | 2 | -3/+6 |
| | | | | | | | | | | - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter Reinholdtsen for report and patch! (Closes: #607803) | ||||
* | | * methods/https.cc: | David Kalnischkies | 2011-01-12 | 3 | -197/+207 |
| | | | | | | - fix CURLOPT_SSL_VERIFYHOST by really passing 2 to it if enabled | ||||
* | | FristOwner is never used in the blamed history and gcc-4.6 complains now | David Kalnischkies | 2011-01-12 | 1 | -3/+1 |
| | | |||||
* | | remove the unused Die boolean - error reporting is done by ExecWait | David Kalnischkies | 2011-01-12 | 1 | -5/+1 |
| | | |||||
* | | remove two unused variables gcc-4.6 reports from depcache.cc | David Kalnischkies | 2011-01-12 | 1 | -3/+2 |
| | | |||||
* | | * apt-pkg/contrib/weakptr.h: | David Kalnischkies | 2011-01-12 | 2 | -1/+5 |
| | | | | | | - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6 | ||||
* | | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2011-01-12 | 9 | -13/+101 |
| | | | | | | | | - add a RealFileExists method and check that your configuration files are real files to avoid endless loops if not (Closes: #604401) | ||||
* | | check in the DepCache::SetCandidateVersion that the package is marked to | David Kalnischkies | 2010-12-05 | 1 | -1/+2 |
| | | | | | | | | | | | | | | be installed before setting the InstallVer as otherwise the Sizes states will be confused in some cases - this can happen now as SetCandidateRelease works also on packages which are not installed now (or will never in the final solution) | ||||
* | | experimental is an incomplete archive, so try to get the packages which | David Kalnischkies | 2010-12-05 | 1 | -1/+5 |
| | | | | | | | | could not be installed from experimental from unstable instead | ||||
* | | set the Candidate for all before doing the propargation | David Kalnischkies | 2010-12-03 | 1 | -0/+4 |
| | | |||||
* | | simplify the new-and-autoremove fix a bit | David Kalnischkies | 2010-12-03 | 1 | -4/+2 |
| | | |||||
* | | really do not show packages in the extra section if they were | David Kalnischkies | 2010-12-03 | 3 | -26/+11 |
| | | | | | | requested on the commandline, e.g. with a modifier | ||||
* | | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-12-03 | 7 | -8/+670 |
| | | | | | | | | | | | | | | - add SetCandidateRelease() to set a candidate version and the candidates of dependencies if needed to a specified release (Closes: #572709) - change pkg/release behavior to use the new SetCandidateRelease so installing packages from experimental or backports is easier | ||||
* | | keep not installed garbage packages uninstalled instead of showing | David Kalnischkies | 2010-12-03 | 5 | -19/+169 |
| | | | | | | in the autoremove section and installing those (Closes: #604222) | ||||
* | | do not touch Packages and Sources in the framework if the files do | David Kalnischkies | 2010-11-30 | 2 | -4/+1 |
| | | | | | | | | not exist to not generate sources.list entries later for them | ||||
* | | Add support for providing and autocopying Sources files along the way | Andres Mejia | 2010-11-30 | 1 | -0/+6 |
| | | | | | | | | of status and Packages files with a testcase | ||||
* | | add framework code to run the installed aptitude with the current | David Kalnischkies | 2010-11-30 | 1 | -0/+9 |
| | | | | | | | | build library in the test environment | ||||
* | | add usage info for create-test-data script | David Kalnischkies | 2010-11-30 | 1 | -0/+10 |
| | | |||||
* | | show dependencies of essential packages which are going to remove | David Kalnischkies | 2010-11-30 | 4 | -2/+86 |
| | | | | | | only if they cause the remove of this essential (Closes: #601961) | ||||
* | | $! doesn't worked on the first try somehow, now it does and its | David Kalnischkies | 2010-11-30 | 1 | -1/+1 |
| | | | | | | | | (a lot) cleaner than using this ps "magic" as this fails now and then… | ||||
* | | ensure that the build methods are used and not these on the system | David Kalnischkies | 2010-11-30 | 1 | -0/+1 |
| | | |||||
* | | cleanup the debian/rules file a bit | David Kalnischkies | 2010-11-30 | 1 | -17/+6 |
| | | |||||
* | | add a very simple testcase to ensure that the action modifiers are only | David Kalnischkies | 2010-11-30 | 2 | -0/+106 |
| | | | | | | | | interpreted if a package with this name doesn't exist: e.g. g++ | ||||
* | | * debian/control: | David Kalnischkies | 2010-11-30 | 2 | -0/+3 |
| | | | | | | - add Vcs-Browser now that loggerhead works again (Closes: #511168) | ||||
* | | * cmdline/apt-get.cc: | David Kalnischkies | 2010-11-30 | 2 | -2/+8 |
| | | | | | | | | | | - if --print-uris is used don't setup downloader as we don't need progress, lock nor the directories it would create otherwise | ||||
* | | add the possibility to disable only the progress reporting stuff as the | David Kalnischkies | 2010-11-30 | 2 | -1/+2 |
| | | | | | | | | | | quiet level 1 does this, but also disables other stuff we might want to test against in a testcase | ||||
* | | if the codename is "experimental" add NotAutomatic:yes by default | David Kalnischkies | 2010-11-30 | 1 | -1/+6 |
| | | |||||
* | | add a way to add packages to generate a dists style environment without | David Kalnischkies | 2010-11-30 | 1 | -21/+49 |
| | | | | | | | | actually building all these packages | ||||
* | | apply a very simple speed-up in case we try to set the candidate version | David Kalnischkies | 2010-11-30 | 1 | -2/+9 |
|/ | | | | | of a package to the version which is already the candidate (apt-get does that for all packages it installs for simplicity) | ||||
* | merged from lp:~donkult/apt/sid | Michael Vogt | 2010-11-30 | 14 | -243/+289 |
|\ | |||||
| * | fix changelog as the czech translation was by accident added to 0.8.9 | David Kalnischkies | 2010-11-29 | 1 | -1/+3 |
| | | |||||
| * | * apt-pkg/algorithms.cc: | David Kalnischkies | 2010-11-29 | 5 | -1/+144 |
|/ | | | | | - mark all installed packages first without auto installation in a dist-upgrade to prefer upgrading packages instead of installing new packages in versioned or-groups (Closes: #605394) | ||||
* | * German update by Holger Wansing. Closes: #603619 | bubulle@debian.org | 2010-11-27 | 2 | -228/+264 |
| | | | * Czech by Miroslav Kure. Closes: #605107 | ||||
* | merged from lp:~pitti/apt/compressed-indexes | Michael Vogt | 2010-11-25 | 3 | -0/+12 |
|\ | |||||
| * | * test/integration/test-compressed-indexes, test/test-indexes.sh: | Martin Pitt | 2010-11-15 | 3 | -0/+8 |
| | | | | | | | | | | - Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes. | ||||
* | | releasing version 0.8.9 | Michael Vogt | 2010-11-18 | 1 | -1/+1 |
| | | |||||
* | | * cmdline/acqprogress.cc: | Michael Vogt | 2010-11-18 | 2 | -1/+18 |
|\ \ | | | | | | | | | | | | | | | | - don't ask the user for media change if quiet >= 2, stdout is not a tty and assume-yes, force-yes or trivial-only option is set to avoid cpu eating endless loops in unattended runs like apt.cron (Closes: #602354, LP: #665580) | ||||
| * | | * cmdline/acqprogress.cc: | David Kalnischkies | 2010-11-11 | 2 | -1/+18 |
| | | | | | | | | | | | | | | | | | | - don't ask the user for media change if quiet >= 2, stdout is not a tty and assume-yes, force-yes or trivial-only option is set to avoid cpu eating endless loops in unattended runs like apt.cron (Closes: #602354, LP: #665580) | ||||
* | | | ! German update by Holger Wansing. Closes: #603619 | bubulle@debian.org | 2010-11-15 | 2 | -17/+20 |
| |/ |/| | |||||
* | | Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team | bubulle@debian.org | 2010-11-13 | 2 | -805/+774 |
| | |