Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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 |
| | | |||||
* | | merged from donkult | Michael Vogt | 2010-11-10 | 10 | -51/+233 |
|\| | |||||
| * | * apt-pkg/depcache.cc: | David Kalnischkies | 2010-11-10 | 5 | -3/+126 |
| | | | | | | | | - don't install previously not installed providers in a try to statisfy a "Breaks: provides" dependency by upgrade | ||||
| * | * apt-pkg/algorithms.cc: | David Kalnischkies | 2010-11-10 | 2 | -1/+5 |
| | | | | | | | | - if the package was explicitly marked as ToRemove don't consider it as a candidate for FixByInstall | ||||
| * | evaluate Acquire::Languages= before LANG= (Closes: #602573) | David Kalnischkies | 2010-11-09 | 3 | -42/+62 |
| | | |||||
| * | * apt-pkg/orderlist.cc: | David Kalnischkies | 2010-11-06 | 3 | -9/+32 |
| | | | | | | | | - try fixing before removing even if the fix is hidden in a provides, hidden in the #590438 testcase | ||||
| * | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2010-11-06 | 3 | -2/+14 |
|/ | | | - respect the none-force even in LANG=C (Closes: #602573) | ||||
* | Drop useless untranslatable sections from apt.8 | bubulle@debian.org | 2010-10-30 | 2 | -4/+1 |
| | |||||
* | Fix "typos" in French manpages translations. Thanks to | bubulle@debian.org | 2010-10-30 | 2 | -4/+11 |
| | | | Cyril Brulebois for bashing me. | ||||
* | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-10-28 | 1 | -5/+7 |
| | | | | - ensure that history.log gets closed to avoid leaking a FD (closes: #601649) | ||||
* | merged from donkult | Michael Vogt | 2010-10-28 | 10 | -68/+237 |
|\ | |||||
| * | * apt-pkg/pkgcache.cc: | David Kalnischkies | 2010-10-26 | 3 | -8/+102 |
| | | | | | | - fallback always to a suitable description (Closes: #601016) | ||||
| * | dpkg doesn't like underscores in versions anymore (=it fails) so our | David Kalnischkies | 2010-10-22 | 2 | -2/+1 |
| | | | | | | | | behaviour can be undefined… (or at least can't be tested against dpkg) | ||||
| * | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2010-10-21 | 6 | -59/+135 |
| | | | | | | | | | | | | | | - Add a FileFd::FileSize() method to get the size of the underlying file and not the size of the content in the file as FileFd::Size() does - the sizes can differ since the direct gzip integration * methods/{gzip,bzip2}.cc: - use FileSize() to determine if the file is invalid (Closes: #600852) | ||||
* | | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-10-28 | 2 | -0/+4 |
|\ \ | |/ |/| | | | - ensure that history.log gets closed to avoid leaking a FD (closes: #601649) | ||||
| * | * apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2010-10-28 | 2 | -0/+4 |
| | | | | | | | | - ensure that history.log gets closed to avoid leaking a FD (closes: #601649) | ||||
* | | releasing version 0.8.7 | Michael Vogt | 2010-10-15 | 1 | -2/+2 |
| | |