summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-01-129-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 toDavid Kalnischkies2010-12-051-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 whichDavid Kalnischkies2010-12-051-1/+5
| | | | could not be installed from experimental from unstable instead
* set the Candidate for all before doing the propargationDavid Kalnischkies2010-12-031-0/+4
|
* simplify the new-and-autoremove fix a bitDavid Kalnischkies2010-12-031-4/+2
|
* really do not show packages in the extra section if they wereDavid Kalnischkies2010-12-033-26/+11
| | | requested on the commandline, e.g. with a modifier
* * apt-pkg/depcache.cc:David Kalnischkies2010-12-037-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 showingDavid Kalnischkies2010-12-035-19/+169
| | | in the autoremove section and installing those (Closes: #604222)
* do not touch Packages and Sources in the framework if the files doDavid Kalnischkies2010-11-302-4/+1
| | | | not exist to not generate sources.list entries later for them
* Add support for providing and autocopying Sources files along the wayAndres Mejia2010-11-301-0/+6
| | | | of status and Packages files with a testcase
* add framework code to run the installed aptitude with the currentDavid Kalnischkies2010-11-301-0/+9
| | | | build library in the test environment
* add usage info for create-test-data scriptDavid Kalnischkies2010-11-301-0/+10
|
* show dependencies of essential packages which are going to removeDavid Kalnischkies2010-11-304-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 itsDavid Kalnischkies2010-11-301-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 systemDavid Kalnischkies2010-11-301-0/+1
|
* cleanup the debian/rules file a bitDavid Kalnischkies2010-11-301-17/+6
|
* add a very simple testcase to ensure that the action modifiers are onlyDavid Kalnischkies2010-11-302-0/+106
| | | | interpreted if a package with this name doesn't exist: e.g. g++
* * debian/control:David Kalnischkies2010-11-302-0/+3
| | | - add Vcs-Browser now that loggerhead works again (Closes: #511168)
* * cmdline/apt-get.cc:David Kalnischkies2010-11-302-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 theDavid Kalnischkies2010-11-302-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 defaultDavid Kalnischkies2010-11-301-1/+6
|
* add a way to add packages to generate a dists style environment withoutDavid Kalnischkies2010-11-301-21/+49
| | | | actually building all these packages
* apply a very simple speed-up in case we try to set the candidate versionDavid Kalnischkies2010-11-301-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/sidMichael Vogt2010-11-3014-243/+289
|\
| * fix changelog as the czech translation was by accident added to 0.8.9David Kalnischkies2010-11-291-1/+3
| |
| * * apt-pkg/algorithms.cc:David Kalnischkies2010-11-295-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: #603619bubulle@debian.org2010-11-272-228/+264
| | | * Czech by Miroslav Kure. Closes: #605107
* merged from lp:~pitti/apt/compressed-indexesMichael Vogt2010-11-253-0/+12
|\
| * * test/integration/test-compressed-indexes, test/test-indexes.sh:Martin Pitt2010-11-153-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.9Michael Vogt2010-11-181-1/+1
| |
* | * cmdline/acqprogress.cc:Michael Vogt2010-11-182-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 Kalnischkies2010-11-112-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: #603619bubulle@debian.org2010-11-152-17/+20
| |/ |/|
* | Slovenian update by Andrej Žnidaršič and Rosetta Slovenian teambubulle@debian.org2010-11-132-805/+774
| |
* | merged from donkultMichael Vogt2010-11-1010-51/+233
|\|
| * * apt-pkg/depcache.cc:David Kalnischkies2010-11-105-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 Kalnischkies2010-11-102-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 Kalnischkies2010-11-093-42/+62
| |
| * * apt-pkg/orderlist.cc:David Kalnischkies2010-11-063-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 Kalnischkies2010-11-063-2/+14
|/ | | - respect the none-force even in LANG=C (Closes: #602573)
* Drop useless untranslatable sections from apt.8bubulle@debian.org2010-10-302-4/+1
|
* Fix "typos" in French manpages translations. Thanks tobubulle@debian.org2010-10-302-4/+11
| | | Cyril Brulebois for bashing me.
* * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-10-281-5/+7
| | | | - ensure that history.log gets closed to avoid leaking a FD (closes: #601649)
* merged from donkultMichael Vogt2010-10-2810-68/+237
|\
| * * apt-pkg/pkgcache.cc:David Kalnischkies2010-10-263-8/+102
| | | | | | - fallback always to a suitable description (Closes: #601016)
| * dpkg doesn't like underscores in versions anymore (=it fails) so ourDavid Kalnischkies2010-10-222-2/+1
| | | | | | | | behaviour can be undefined… (or at least can't be tested against dpkg)
| * * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-10-216-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 Vogt2010-10-282-0/+4
|\ \ | |/ |/| | | - ensure that history.log gets closed to avoid leaking a FD (closes: #601649)
| * * apt-pkg/deb/dpkgpm.cc:Michael Vogt2010-10-282-0/+4
| | | | | | | | - ensure that history.log gets closed to avoid leaking a FD (closes: #601649)
* | releasing version 0.8.7Michael Vogt2010-10-151-2/+2
| |