summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Preventive unfuzzy for a planned change in messagesbubulle@debian.org2008-01-1944-78/+82
|
* Galician translation updatebubulle@debian.org2008-01-193-20/+24
|
* * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the errorOtavio Salvador2008-01-172-2/+6
| | | message when gpgv isn't installed, closes: #452640.
* Basque translation updatebubulle@debian.org2008-01-173-43/+19
|
* Vietnamese translation updatebubulle@debian.org2008-01-152-2/+9
|
* Update PO(T) filesbubulle@debian.org2008-01-141-4/+4
|
* Regenerate PO(T) filesbubulle@debian.org2008-01-1343-192/+198
| | | | Unfuzzy formerly complete languages
* upload as 0.7.10Michael Vogt2008-01-071-2/+2
|\
| * finalize changelog and upload as 0.7.10Michael Vogt2008-01-071-2/+2
| |
* | * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-0716-130/+224
|\| | | | | | | | | | | | | | | | | | | - propergate the Immediate flag to make hitting the "E: Internal Error, Could not perform immediate configuration (2)" harder * debian/control: - build against libdb-dev (instead of libdb4.4-dev) * merged the apt--DoListUpdate branch, this provides a common interface for "apt-get update" like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| * * apt-pkg/acquire-worker.cc, methods/connect.cc:Michael Vogt2008-01-072-0/+2
| | | | | | | | - consider a ResolveError a transient-network problem
| * * move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt2008-01-076-78/+80
| | | | | | | | as it does not require a cachefile at all
| * support optional PulseInterval in ListUpdateMichael Vogt2008-01-042-4/+12
| |
| * * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-049-112/+158
| |\ | | | | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
| | * * doc/examples/configure-index:Michael Vogt2006-06-074-3/+9
| | | | | | | | | | | | | | | | | | - document the new features * apt-pkg/init.h, apt-pkg/makefile, methods/makefile: - we break the ABI, record this
| | * * apt-pkg/deb/dpkgpm.cc, apt-pkg/contrib/fileutl.{cc,h}:Michael Vogt2006-06-075-85/+105
| | | | | | | | | | | | | | | | | | - move the RunScripts() code into fileutl.{cc,h} * apt-pkg/cachefile.cc: - add support for "APT::Update::{Pre,Post}-Invoke" scripts
| | * * apt-pkg/cachefile, cmdline/apt-get.cc:Michael Vogt2006-06-074-90/+114
| | | | | | | | | | | | - move the code that does the work from apt-get.cc to pkgCacheFile::ListUpdate()
| * | add missing changelog entryMichael Vogt2008-01-031-0/+2
| | |
| * | * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-033-12/+46
| | | | | | | | | | | | | | | - propergate the Immediate flag to make hitting the "E: Internal Error, Could not perform immediate configuration (2)" harder
| * | * debian/control:Michael Vogt2008-01-031-1/+1
| | | | | | | | | | | | - build against libdb-dev (instead of libdb4.4-dev)
| * | merged from bzr.debian.netMichael Vogt2007-12-1952-63020/+63432
| |\ \
| * | | apt-pkg/deb/dpkgpm.cc: fix typesMichael Vogt2007-12-171-4/+4
| | | |
* | | | Fix typo in a changelog entrybubulle@debian.org2008-01-051-1/+1
| | | |
* | | | More accurate translation for these strings that are used in D-Ibubulle@debian.org2008-01-051-2/+2
| | | |
* | | | * Fix typo in debian/copyright file ("licened" instead of "licensed"),Otavio Salvador2008-01-042-1/+3
| | | | | | | | | | | | closes: #458966.
* | | | Vietnamese translation updatebubulle@debian.org2008-01-043-30/+27
| | | |
* | | | Changelog entry for the Norwegian translation updatebubulle@debian.org2008-01-021-0/+1
| | | |
* | | | Norwegian translation updatebubulle@debian.org2008-01-022-56/+58
| | | |
* | | | Completed Simplified Chinese translationbubulle@debian.org2007-12-292-19/+14
| | | |
* | | | Add bug closurebubulle@debian.org2007-12-281-0/+1
| | | |
* | | | Updated Simplified Chinese translationbubulle@debian.org2007-12-282-55/+64
| | | |
* | | | Updated po files against current source code.Otavio Salvador2007-12-2742-67/+91
| | | |
* | | | * Fix compilation warnings in apt-pkg/cdrom.cc andOtavio Salvador2007-12-273-4/+6
| |/ / |/| | | | | apt-pkg/contrib/configuration.cc.
* | | Japanese translation updatedbubulle@debian.org2007-12-193-95/+57
| | |
* | | French translation updatebubulle@debian.org2007-12-172-78/+37
| | |
* | | Update PO and POT filesbubulle@debian.org2007-12-1744-21386/+19104
| | |
* | | Fix wording of 'after unpacking'bubulle@debian.org2007-12-172-4/+8
| | |
* | | * apt-pkg/contrib/configuration.cc:Otavio Salvador2007-12-163-1/+24
| | | | | | | | | | | | - if RootDir is set, then FindFile and FindDir will return paths relative to the directory stored in RootDir, closes: #456457.
* | | * Fix cron.daily job to not call fail if apt isn't installed, closes:Otavio Salvador2007-12-162-1/+6
| | | | | | | | | #443286.
* | | remove wrong changelog entryOtavio Salvador2007-12-161-3/+0
| | |
* | | * Applied patch from Peter Eisentraut <peter_e@gmx.net> to fix aOtavio Salvador2007-12-163-4/+10
| | | | | | | | | | | | | | | grammatical error ("manual installed" -> "manually installed"), closes: #438136. *
* | | * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key andOtavio Salvador2007-12-163-3/+6
| | | | | | | | | apt-get to ignore time conflicts, closes: #451328.
* | | * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt toOtavio Salvador2007-12-162-5/+20
| | | | | | | | | work properly in initramfs, closes: #448316.
* | | French translation updatebubulle@debian.org2007-12-152-64/+44
| | |
* | | Document changesbubulle@debian.org2007-12-151-0/+5
| | |
* | | Update PO filesbubulle@debian.org2007-12-1544-61780/+64515
|/ /
* | merged from debian-sidMichael Vogt2007-12-134-8/+15
|\ \
| * | * Applied patch from Alexander Winston <alexander.winston@comcast.net>Otavio Salvador2007-12-082-5/+7
| | | | | | | | | to use 'min' as symbol for minute, closes: #219034.
| * | Amend patch from #452862 using a fix proposed by Robert Millan ↵Otavio Salvador2007-12-082-2/+3
| | | | | | | | | | | | <rmh@aybabtu.com> to fix parallel buildings
| * | mark as unreleased since it has not been uploaded yetOtavio Salvador2007-12-081-1/+1
| | |