summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-09-021-1/+4
| | | | | | | - create Dir::Log if needed to support /var/log as tmpfs or similar, inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239) Easily done by moving a private method from pkgAcquire into the public area of fileutl.cc to be able to use it also in here
* merged lp:~donkult/apt/sidMichael Vogt2010-08-301-2/+20
|\
| * * apt-pkg/versionmatch.cc:David Kalnischkies2010-08-301-1/+5
| | | | | | | | | | - let the pin origin actually work as advertised in the manpage which means "" are optional and pinning a local archive does work - even if it is a non-flat archive (Closes: #594435)
| * * apt-pkg/contrib/configuration.cc:David Kalnischkies2010-08-281-1/+4
| | | | | | | | - fix autoremove by using correct config-option name and don't make faulty assumptions in error handling (Closes: #594689)
| * remove useless GetInitialize methodDavid Kalnischkies2010-08-281-1/+2
| |
| * remove death code by removing unused GetInitializeDavid Kalnischkies2010-08-281-1/+2
| |
| * * apt-pkg/contrib/fileutl.cc:David Kalnischkies2010-08-281-1/+3
| | | | | | - apply SilentlyIgnore also on files without an extension
| * * apt-pkg/depcache.cc:David Kalnischkies2010-08-271-1/+4
| | | | | | | | - now that apt-get purge works on 'rc' packages let the MarkDelete pass this purge forward to the non-pseudo package for pseudos
| * * cmdline/apt-get.cc:David Kalnischkies2010-08-261-2/+6
| | | | | | | | - remove direct calls of ReadMainList and use the wrapper instead to protect us from useless re-reads and two-times notice display
* | Korean (Changwoo Ryu). Closes: #594809bubulle@debian.org2010-08-291-0/+1
| |
* | Portuguese (Miguel Figueiredo). Closes: #594668bubulle@debian.org2010-08-281-0/+1
| |
* | Bulgarian (Damyan Ivanov). Closes: #594627bubulle@debian.org2010-08-271-0/+1
| |
* | * Simplified Chinese (Aron Xu). Closes: #594458bubulle@debian.org2010-08-271-0/+4
|/ | | * Portuguese (Américo Monteiro)
* show in madison command again also source packages (LP: #614589)David Kalnischkies2010-08-251-1/+4
|
* Asturian (maacub). Closes: #594303bubulle@debian.org2010-08-251-0/+1
|
* Italian (Milo Casagrande). Closes: #594238bubulle@debian.org2010-08-251-0/+1
|
* Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265bubulle@debian.org2010-08-251-0/+1
|
* Swedish (Daniel Nylander). Closes: #594241bubulle@debian.org2010-08-251-0/+1
|
* Slovak (Ivan Masár). Closes: #594255bubulle@debian.org2010-08-251-0/+1
|
* Move typo fix to 0.8.1 entrybubulle@debian.org2010-08-251-4/+4
|
* Open new changelog entry. Move Thai and Russian translations therebubulle@debian.org2010-08-251-2/+8
|
* Russian (Yuri Kozlov). Closes: #594232bubulle@debian.org2010-08-241-0/+1
|
* Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aokibubulle@debian.org2010-08-241-0/+4
| | | Closes: #594211
* Thai translation completedbubulle@debian.org2010-08-241-0/+1
|
* merged from debian-experimental-maMichael Vogt2010-08-243-3/+81
|\
| * releasing version 0.8.0~pre2Michael Vogt2010-08-231-2/+2
| |
| * * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-211-1/+4
| | | | | | | | | | | | | | - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes.
| * * methods/http.cc:David Kalnischkies2010-08-211-1/+5
| | | | | | | | | | - some http servers violate HTTP1.1 by not issuing a Reason-Phrase (or at least a space after the code) especially for 200, but lets be nice and ignore it as we don't need the reason in general
| * * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2010-08-201-1/+3
| | | | | | | | | | - use the InstVer instead of the CurrentVer for the autobit transfer Add also a small testcase to check the handling automatical
| * * apt-pkg/deb/debsystem.cc:David Kalnischkies2010-08-191-1/+3
| | | | | | - set dir::state::status based at least on dir
| * * ftparchive/writer.cc:David Kalnischkies2010-08-191-1/+3
| | | | | | - init valid-until correctly to prevent garbage entering Release file
| * * apt-pkg/init.cc:David Kalnischkies2010-08-191-1/+3
| | | | | | - set the default values for dir::etc::trusted options correctly
| * * debian/apt.cron.daily:David Kalnischkies2010-08-182-1/+12
| | | | | | - create backups for our extended_states file (Closes: #593430)
| * merge with debian-experimental-ma to get the final 0.8.0~pre1David Kalnischkies2010-08-181-6/+12
| |\
| | * releasing version 0.8.0~pre1Michael Vogt2010-08-131-2/+2
| | |
| * | * methods/bzip2.cc:David Kalnischkies2010-08-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | - fix error checking for read in case of failing bzip2/lzma/whatever Spotted by -Wextra: bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’: bzip2.cc:108:19: warning: comparison of unsigned expression < 0 is always false bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false
| * | * apt-pkg/contrib/strutl.cc:David Kalnischkies2010-08-161-1/+3
| |/ | | | | | | | | | | | | - fix error checking for vsnprintf in its safe variant Spotted by -Wextra: contrib/strutl.cc: In function 'char* safe_snprintf(char*, char*, const char*, ...)': contrib/strutl.cc:1172:14: warning: comparison of unsigned expression < 0 is always false
| * * apt-pkg/pkgcache.cc:David Kalnischkies2010-08-131-1/+3
| | | | | | - fix LongDesc handling in LANG=C environment
| * * apt-pkg/algorithms.cc:David Kalnischkies2010-08-131-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - let the problem resolver install packages to fix or-groups as a needed remove nuked another or-member (helps for #591882) The resolver sometimes need to break or-groups because he need to remove the previous satisfier as a result of a breaks/conflicts. In such broken or-groups he now tries to install a non-installed non-deleted member of the or-group to statisfy it again. This move is dangerous as it introduces the possibility of a bunch of "new" broken breaks/conflicts on the new statisfier or its dependencies and we don't know about them beforehand. We also don't have the infrastructure to undo the decision later, so we just do it and pray! For now a test option is provided to disable this behavior on the fly to test if the situation is worse: pkgProblemResolver::FixByInstall
| * purge packages in 'rc' state, thanks Rogier! (Closes: #150831)David Kalnischkies2010-08-121-0/+1
| |
| * * cmdline/apt-get.cc:David Kalnischkies2010-08-111-1/+4
| | | | | | | | - let APT::Get::Arch-Only in build-dep default to false again (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
| * merge with debian-experimental-maDavid Kalnischkies2010-08-102-3/+21
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Swedish translation update. Closes: #592366 * apt-pkg/pkgcache.cc: - re-evaluate the architectures cache when the cache is (re)opened * apt-pkg/cdrom.cc: - fix off-by-one error in DropBinaryArch * apt-pkg/contrib/fileutl.cc: - Add WriteAtomic mode. - Revert WriteEmpty to old behavior (LP: #613211) * apt-pkg, methods: - Convert users of WriteEmpty to WriteAtomic. * apt-pkg/depcache.cc: - Only try upgrade for Breaks if there is a newer version, otherwise handle it as Conflicts (by removing it) (helps for #591882). * debian/control: - Add dependency on gnupg to apt, apt-key uses it.
| | * apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.Julian Andres Klode2010-08-101-0/+2
| | |
| | * apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)Julian Andres Klode2010-08-101-0/+1
| | |
| | * apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.Julian Andres Klode2010-08-101-0/+2
| | |
| | * * debian/control:Julian Andres Klode2010-08-072-1/+3
| | | | | | | | | - Add dependency on gnupg to apt, apt-key uses it.
| | * Fix changelog.Julian Andres Klode2010-08-071-1/+1
| | |
| | * * apt-pkg/depcache.cc:Julian Andres Klode2010-08-061-0/+5
| | | | | | | | | | | | - Only try upgrade for Breaks if there is a newer version, otherwise handle it as Conflicts (by removing it) (helps for #591881).
| | * * apt-pkg/cdrom.cc:Michael Vogt2010-08-021-0/+4
| | | | | | | | | - fix off-by-one error in DropBinaryArch
| | * * apt-pkg/pkgcache.cc:Michael Vogt2010-07-301-0/+8
| | | | | | | | | - re-evaluate the architectures cache when the cache is (re)opened