summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * debian/rules:David Kalnischkies2011-01-142-5/+7
| | | - use -- instead of deprecated -u for dh_gencontrol
* * doc/sources.list.5.xml:David Kalnischkies2011-01-142-18/+16
| | | - remove obsolete references to non-us (Closes: #594495)
* remove duplicated text and refer to the sources.list manpage insteadDavid Kalnischkies2011-01-141-76/+4
|
* Add a testcase to verify that packages which are held back by dpkg areDavid Kalnischkies2011-01-143-0/+109
| | | | not causing installation/removal of other packages (#64141)
* * doc/apt-get.8.xml:David Kalnischkies2011-01-132-9/+3
| | | - remove duplicated mentioning of --install-recommends
* ignore non-regular files in GetListOfFilesInDir (Closes: #594694)David Kalnischkies2011-01-133-13/+23
|
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-01-134-10/+71
| | | - do not segfault if cache is not build (Closes: #254770)
* * apt-inst/contrib/extracttar.cc:David Kalnischkies2011-01-136-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 Hayashi2010-12-033-4/+27
| |
* | * doc/apt.conf.5.xml:Jakub Wilk2011-01-132-2/+4
| | | | | | | | - fix multipl{y,e} spelling error reported by Jakub Wilk (Closes: #607636)
* | * deb/dpkgpm.cc:Petter Reinholdtsen2011-01-122-3/+6
| | | | | | | | | | - fix popen/fclose mismatch reported by cppcheck. Thanks to Petter Reinholdtsen for report and patch! (Closes: #607803)
* | * methods/https.cc:David Kalnischkies2011-01-123-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 nowDavid Kalnischkies2011-01-121-3/+1
| |
* | remove the unused Die boolean - error reporting is done by ExecWaitDavid Kalnischkies2011-01-121-5/+1
| |
* | remove two unused variables gcc-4.6 reports from depcache.ccDavid Kalnischkies2011-01-121-3/+2
| |
* | * apt-pkg/contrib/weakptr.h:David Kalnischkies2011-01-122-1/+5
| | | | | | - include stddefs.h to fix compile error (undefined NULL) with gcc-4.6
* | * 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
| |