summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * Fix typos in manpages. Thanks to Daniel Leidert for the fixesMichael Vogt2008-02-211-11/+34
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes: #444922 [ Raise urgency to critical since it fixes a critical but for Debian Installer Lenny Beta1 release ] - Vietnamese updated. Closes: #460825 - Basque updated. Closes: #461166 - Galician updated. Closes: #461468 - Portuguese updated. Closes: #464575 - Korean updated. Closes: #448430 - Simplified Chinese updated. Closes: #465866 * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the error message when gpgv isn't installed, closes: #452640. * Fix regression about APT::Get::List-Cleanup setting being ignored, closes: #466052. * Fix compilation warnings in apt-pkg/cdrom.cc and apt-pkg/contrib/configuration.cc. * Fix typo in debian/copyright file ("licened" instead of "licensed"), closes: #458966. - Vietnamese updated. Closes: #453774, #459013 - Simplified Chinese updated. Closes: #458039 - Norwegian Bokmål updated. Closes: #457917 * Fix wording for "After unpacking...". Thanks to Michael Gilbert
| * Fix typos in manpagesbubulle@debian.org2008-02-191-0/+8
| |
| * Release 0.7.11Otavio Salvador2008-02-161-2/+5
| |
| * * Fix regression about APT::Get::List-Cleanup setting being ignored,Otavio Salvador2008-02-161-0/+2
| | | | | | closes: #466052.
| * Simplified Chinese translation updatebubulle@debian.org2008-02-161-0/+1
| |
| * Korean translation updatebubulle@debian.org2008-02-131-0/+1
| |
| * Portuguese translation updatebubulle@debian.org2008-02-081-0/+1
| |
| * Galician translation updatebubulle@debian.org2008-01-191-0/+1
| |
| * * Applied patch from Robert Millan <rmh@aybabtu.com> to fix the errorOtavio Salvador2008-01-171-1/+5
| | | | | | message when gpgv isn't installed, closes: #452640.
| * Basque translation updatebubulle@debian.org2008-01-171-0/+1
| |
| * Vietnamese translation updatebubulle@debian.org2008-01-151-0/+7
| |
| * upload as 0.7.10Michael Vogt2008-01-071-2/+2
| |\
| * \ * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-072-1/+10
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| * | | Fix typo in a changelog entrybubulle@debian.org2008-01-051-1/+1
| | | |
| * | | * Fix typo in debian/copyright file ("licened" instead of "licensed"),Otavio Salvador2008-01-041-0/+2
| | | | | | | | | | | | closes: #458966.
| * | | Vietnamese translation updatebubulle@debian.org2008-01-041-1/+1
| | | |
| * | | Changelog entry for the Norwegian translation updatebubulle@debian.org2008-01-021-0/+1
| | | |
| * | | Add bug closurebubulle@debian.org2007-12-281-0/+1
| | | |
| * | | * Fix compilation warnings in apt-pkg/cdrom.cc andOtavio Salvador2007-12-271-1/+3
| | | | | | | | | | | | apt-pkg/contrib/configuration.cc.
* | | | * methods/connect.cc:Michael Vogt2008-02-081-0/+2
| | | | | | | | | | | | - remember hosts with Resolve failures or connect Timeouts
* | | | - Make the breaks handling use the kill list. This means, that aMichael Vogt2008-02-061-0/+2
| | | | | | | | | | | | Breaks: Pkg (<< version) may put Pkg onto the remove list.
* | | | * apt-pkg/deb/debmetaindex.cc:Michael Vogt2008-02-041-0/+3
| | | | | | | | | | | | | | | | - add missing "Release" file uri when apt-get update --print-uris is run
* | | | * apt-pkg/algorithms.cc: Michael Vogt2008-02-011-0/+2
| | | | | | | | | | | | - add APT::Update::Post-Invoke-Success script slot
* | | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-01-311-0/+3
| | | | | | | | | | | | | | | | - merged patch from Kees Cook to fix anoying upper-case display on amd64 in sbuild
* | | | * cmdline/apt-key:Michael Vogt2008-01-161-0/+6
| | | | | | | | | | | | | | | | | | | | - add support for a master-keyring that contains signing keys that can be used to sign the archive signing keys. This should make key-rollover easier.
* | | | * apt-pkg/algorithms.cc:Michael Vogt2008-01-101-0/+12
| |_|/ |/| | | | | | | | | | | | | | | | | - Since APT::Get::List-Cleanup and APT::List-Cleanup both default to true, the effect of the compatibility code was to require both of them to be set to false in order to disable list cleanup; this broke the installer. Instead, disable list cleanup if either of them is set to false.
* | | finalize changelog and upload as 0.7.10Michael Vogt2008-01-071-2/+2
| |/ |/|
* | * move the ListUpdate() code from cachefile.h into algorithms.{cc,h}Michael Vogt2008-01-071-1/+1
| | | | | | | | as it does not require a cachefile at all
* | * merged the apt--DoListUpdate branch, this provides a common interfaceMichael Vogt2008-01-041-0/+3
|\ \ | | | | | | | | | for apt-get update like operations for the frontends and also provides hooks to run stuff in APT::Update::{Pre,Post}-Invoke
* | | add missing changelog entryMichael Vogt2008-01-031-0/+2
| | |
* | | * apt-pkg/packagemanager.{cc,h}:Michael Vogt2008-01-031-0/+4
| | | | | | | | | | | | | | | - 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)
* | Japanese translation updatedbubulle@debian.org2007-12-191-0/+2
| |
* | Fix wording of 'after unpacking'bubulle@debian.org2007-12-171-1/+5
| |
* | * apt-pkg/contrib/configuration.cc:Otavio Salvador2007-12-161-0/+5
| | | | | | | | - 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-161-1/+7
| | | | | | | | | | grammatical error ("manual installed" -> "manually installed"), closes: #438136. *
* | * Applied patch from Robert Millan <rmh@aybabtu.com> to make apt-key andOtavio Salvador2007-12-161-1/+3
| | | | | | apt-get to ignore time conflicts, closes: #451328.
* | * Applied patch from Amos Waterland <apw@us.ibm.com> to allow apt toOtavio Salvador2007-12-161-1/+3
| | | | | | work properly in initramfs, closes: #448316.
* | Update PO filesbubulle@debian.org2007-12-151-0/+1
| |
* | merged from debian-sidMichael Vogt2007-12-133-5/+12
|\ \
| * | * Applied patch from Alexander Winston <alexander.winston@comcast.net>Otavio Salvador2007-12-081-2/+4
| | | | | | | | | 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
| | |
| * | * debian/apt.conf.daily:Michael Vogt2007-12-062-1/+5
| | | | | | | | | | | | - print warning if the cache can not be locked (closes: #454561), thanks to Bastian Kleineidam
* | | * apt-pkg/acquire-item.{cc,h}:Michael Vogt2007-12-071-0/+3
| | | | | | | | | | | | - make the authentication download code more robust against servers/proxies with broken If-Range implementations
* | | * methods/gpgv.cc:Michael Vogt2007-12-061-0/+3
| | | | | | | | | - remove cruft code that caused timestamp/I-M-S issues
* | | * ftparchive/contents.cc:Michael Vogt2007-11-301-0/+7
|/ / | | | | | | | | | | | | - fix error output * ftparchive/contents.cc: - support lzma data members * ftparchive/multicompress.cc: - support lzma output
* | * debian/rulesMichael Vogt2007-11-282-3/+10
| | | | | | - fix https install location