summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merged FileFd::Size() fix from lp:~mvo/apt/mvoMichael Vogt2010-10-131-5/+10
|\
| * apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or ↵Michael Vogt2010-10-131-5/+10
| | | | | | | | for non-gzip files
| * merged from debian-sid branchMichael Vogt2010-10-1396-16546/+23661
| |\ | |/ |/|
* | * apt-pkg/deb/debindexfile.cc:Michael Vogt2010-10-133-10/+43
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | - Use FileFd::Size() instead of stat()ing the sources/binary/translations indexes directly, so that we have transparent handling of gzipped indexes. * apt-pkg/contrib/fileutl.cc: - Fix FileFd::Size() for gzipped files to give the size of the uncompressed data. This fixes cache building progress going way over 100%.
| * | fix changelog typoMartin Pitt2010-10-131-1/+1
| | |
| * | merge from trunkMartin Pitt2010-10-135-2/+22
| |\ \
| * | | * apt-pkg/contrib/fileutl.cc:Martin Pitt2010-10-132-1/+24
| | | | | | | | | | | | | | | | | | | | - Fix FileFd::Size() for gzipped files to give the size of the uncompressed data. This fixes cache progress building progress going way over 100%.
| * | | * apt-pkg/deb/debindexfile.cc:Martin Pitt2010-10-132-9/+19
| | | | | | | | | | | | | | | | | | | | - Use FileFd::Size() instead of stat()ing the sources/binary/translations indexes directly, so that we have transparent handling of gzipped indexes.
* | | | test/integration/framework: set proper dir::state::statusMichael Vogt2010-10-131-0/+1
| | | |
* | | | tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-1311-11/+11
| | | | | | | | | | | | | | | | funtions (bash complains)
* | | | doc/po/fr.po: refreshed after running makeMichael Vogt2010-10-131-32/+54
| |/ / |/| |
* | | * apt-pkg/deb/debsystem.cc:Michael Vogt2010-10-132-2/+5
|\ \ \ | | |/ | |/| | | | - fix issues with dir::state::status and dir::state::extended_states when alternative rootdirs are used
| * | apt-pkg/deb/debsystem.cc: remove duplicated rootdir (FindFile will prepend ↵Michael Vogt2010-10-131-1/+1
| | | | | | | | | | | | the rootdir later anyway)
| * | * revert commit:Michael Vogt2010-10-131-1/+1
| | | | | | | | | | | | | | | | | | * apt-pkg/deb/debsystem.cc: - set dir::state::status based at least on dir This causes problems with alternative rootdirs
* | | * debian/apt.cron.daily:Michael Vogt2010-10-134-0/+17
|\| | | |/ |/| | | | | | | - source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions * fix test failure on amd64
| * merge fix for testrun on amd64Michael Vogt2010-10-131-0/+2
| |
| * debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as wellMichael Vogt2010-10-011-1/+1
| |
| * * debian/apt.cron.daily:Michael Vogt2010-10-012-0/+11
| | | | | | | | | | - source /etc/default/locale (if available) so that the apt-get update cron job fetches the right translated package descriptions
| * doc/examples/configure-index:Michael Vogt2010-09-211-0/+1
| | | | | | | | - add info on debug::acquire::cdrom
* | * Another typo fixed in French ("Anfin"). Thanks to bubullebubulle@debian.org2010-10-062-54/+35
| | | | | | | | * Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog Closes: #599265
* | Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.bubulle@debian.org2010-10-052-1/+8
| |
* | releasing version 0.8.6Michael Vogt2010-10-041-2/+2
| |
* | merged from donkultMichael Vogt2010-10-046-22/+114
|\ \
| * | [ Programs translations ]Maacub2010-10-042-22/+23
| | | | | | | | | | | | * Asturian update by Maacub (Closes: #599057)
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-10-025-1/+92
|/ / | | | | | | - do not remove packages which the user requested for installation explicitly while satisfying other install requests (Closes: #598669)
* | merged from lp:~donkult/apt/sidMichael Vogt2010-10-0156-11752/+12336
|\ \
| * | * doc/po/de.po:Chris Leick2010-09-302-2/+4
| | | | | | | | | | | | - remove the duplicated "angefertigt" in translation-holder string
| * | * apt-pkg/packagemanager.cc:David Kalnischkies2010-09-2946-11464/+11972
| | | | | | | | | - Add a space between period and 'Please' and unfuzzy all translations
| * | Vietnamese programs translation update by Clytie Siddall (Closes: #598489)Clytie Siddall2010-09-292-270/+270
| | |
| * | * apt-pkg/depcache.cc:David Kalnischkies2010-09-294-10/+61
| | | | | | | | | | | | - do not check endpointer packages instead of only those which prevented NeverAutoRemove settings from having an effect (Closes: #598452)
| * | fix the testcases which were broken by the new space between number and unitDavid Kalnischkies2010-09-293-7/+7
| | |
| * | * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-09-283-3/+17
| | | | | | | | | - add a space between number and unit as required by SI (Closes: #598352)
| * | * cmdline/apt-cache.cc:David Kalnischkies2010-09-242-2/+11
|/ / | | | | | | - use the TranslatedDescription for searching and not the first available one as it is maybe not an expected language (Closes: #597925)
* | releasing version 0.8.5Michael Vogt2010-09-171-2/+2
| |
* | merged from lp:~donkult/apt/sidMichael Vogt2010-09-177-634/+337
|\ \
| * | German manpage translation (Chris Leick). Closes: #597163David Kalnischkies2010-09-172-591/+296
| | |
| * | * doc/po/fr.po:David Kalnischkies2010-09-172-10/+13
| | | | | | | | | - correct two syntax issues to ensure we can build fine
| * | * buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:David Kalnischkies2010-09-173-4/+6
| | | | | | | | | - ensure that the build fails if documentation building fails
| * | * debian/control:David Kalnischkies2010-09-172-2/+5
| | | | | | | | | | | | - build-depend on docbook-xml to ensure that the xml DTDs are always available on the buildds (Closes: #597145)
| * | * debian/apt.cron.daily:David Kalnischkies2010-09-152-29/+19
| | | | | | | | | | | | - handle absolut directory paths correctly by loading directories directly instead of building the paths on our own (Closes: #596421)
* | | merged lp:~donkult/apt/sid Michael Vogt2010-09-1510-8/+356
|\| |
| * | merge with debian-sid to get final 0.8.4David Kalnischkies2010-09-1446-201/+243
| |\ \
| * | | * apt-pkg/policy.cc:David Kalnischkies2010-09-149-7/+267
| | | | | | | | | | | | | | | | | | | | | | | | - support 100-pinning in Release file with ButAutomaticUpgrades as requested by the backports crew (Closes: #596097) * apt-pkg/deb/deblistparser.cc: - overrule NotAutomatic in case of ButAutomaticUpgrades
| * | | add a simple testcase for the previously fixed bug 595691 to checkDavid Kalnischkies2010-09-091-0/+91
| | | | | | | | | | | | | | | | in future that APT plays considerable well with empty archives
* | | | merged lp:~mvo/apt/conflicts-on-virtuals to better deal withMichael Vogt2010-09-155-10/+7798
|\ \ \ \ | |_|/ / |/| | | conflicts/breaks against virtual packages (LP: #614993)
| * | | add regression test for ubuntu bug 614993Michael Vogt2010-09-033-0/+7772
| | | |
| * | | remove duplicated test, move test for conflicts higher up, better debug outputMichael Vogt2010-09-031-24/+15
| | | |
* | | | releasing version 0.8.4Michael Vogt2010-09-101-2/+2
| | | |
* | | | merged from lp:~mvo/apt/mvoMichael Vogt2010-09-102-3/+26
|\ \ \ \ | | |_|/ | |/| |
| * | | apt-pkg/contrib/cdromutl.cc: do not take Buf.f_bfree into account on ↵Michael Vogt2010-09-101-4/+12
| | | | | | | | | | | | | | | | writable media