summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * apt-pkg/acquire.{cc,h}:Michael Vogt2007-05-0245-9267/+10837
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572 * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio Closes: #412828 * da.po: Updated by Claus Hindsgaul Closes: #409483 * fr.po: Remove a non-breakable space for usability issues. Closes: #408877 * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * apt-pkg/policy.cc: - allow multiple packages (thanks to David Foerster) * NMU * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572
| * * NMUMichael Vogt2007-04-252-2/+10
| | | | | | | | * Fix broken use of awk in apt-key that caused removal of the wrong keys from the keyring. Closes: #412572
| * * merged from Christian Perrier:Michael Vogt2007-04-251-12/+12
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio Closes: #412828 * da.po: Updated by Claus Hindsgaul Closes: #409483 * fr.po: Remove a non-breakable space for usability issues. Closes: #408877 * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections
| * | * merged from Christian Perrier:Michael Vogt2007-04-2042-731/+3502
| |\| | | | | | | | | | * mr.po: New Marathi translation Closes: #416806
| | * Added Marathi translationbubulle@debian.org2007-04-012-0/+2804
| | | | | | | | | | | | Closes: #416806
| | * Simplified Chinese translation updated.bubulle@debian.org2007-03-312-69/+73
| | | | | | | | | | | | Closes: #416822
| | * Sync with Michaelbubulle@debian.org2007-03-295-30/+41
| | |\
| | * | Tagalog translation update. Closes: #416638bubulle@debian.org2007-03-292-53/+59
| | | |
| | * | Galician translation update. Closes: #412828bubulle@debian.org2007-02-282-29/+34
| | | |
| | * | Danish translation update. Closes: #409483bubulle@debian.org2007-02-032-26/+31
| | | |
| | * | Merge with Michaelbubulle@debian.org2007-01-298-31/+59
| | |\ \ | | | | | | | | | | | | | | | Remove a non breakable space in the Frenc translation. Closes: #408877
| | * | | Updated Russian translation. Closes: #405476bubulle@debian.org2007-01-042-120/+114
| | | | |
| | * | | Merge with the POT file and unfuzzybubulle@debian.org2006-12-1337-174/+186
| | | | |
| | * | | General unfuzzy for complete translationsbubulle@debian.org2006-12-1226-63/+4
| | | | |
| | * | | Merke with Michaelbubulle@debian.org2006-12-1145-995/+956
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Ukrainian translation Activate Ukrainian. Closes: #396966
| | * \ \ \ Merged with Michaelbubulle@debian.org2006-12-077-34/+70
| | |\ \ \ \
| * | | | | | * apt-pkg/policy.cc:Michael Vogt2007-04-203-4/+14
| | | | | | | | | | | | | | | | | | | | | - allow multiple packages (thanks to David Foerster)
* | | | | | | * apt-pkg/acquire-item.cc:Michael Vogt2007-04-175-11/+31
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - if decompression of a index fails, delete the index (LP#68202) * [internal-ABI] apt-pkg/acquire.{cc,h}: - deal better with duplicated sources.list entries (avoid double queuing of URLs) - this fixes hangs in bzip/gzip (LP#102511)
| * | | | | | * [ABI] apt-pkg/acquire.{cc,h}:Michael Vogt2007-04-176-10/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - deal better with duplicated sources.list entries (avoid double queuing of URLs) - this fixes hangs in bzip/gzip
| * | | | | | * apt-pkg/acquire-item.cc:Michael Vogt2007-04-172-2/+11
| | | | | | | | | | | | | | | | | | | | | - if decompression of a index fails, delete the index
* | | | | | | * po/gl.po:Michael Vogt2007-04-112-1/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | - fix error in translation that causes trouble to lsb_release (LP#79165)
| * | | | | | * po/gl.po:Michael Vogt2007-04-112-1/+3
| | |_|_|_|/ | |/| | | | | | | | | | - fix error translation that causes trouble to lsb_release
* | | | | | * cmdline/apt-mark: fix chmod()/rename() orderingMichael Vogt2007-03-141-1/+1
| | | | | |
* | | | | | - ensure proper permissions in the extended_state file (LP#67037)Michael Vogt2007-03-146-63/+77
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | - applied patch to (optionally) hide the auto-remove information (thanks to Frode M. Døving) (LP#69148)
| * | | | | | * cmdline/apt-get.cc:Michael Vogt2007-03-142-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
| * | | | | | * cmdline/apt-get.cc:Michael Vogt2007-03-141-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - do not clean the auto-flag in "remove" mode (e.g. apt-get remove already-installed-pkg) - only show packages in the auto-remove list that are not already marked for removal
| * | | | | | * cmdline/apt-get.cc:Michael Vogt2007-03-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - apt-get install foo for a already installed package foo that is marked "auto" will clear the auto-flag
| * | | | | | * apt-pkg/depcache.cc:Michael Vogt2007-03-143-55/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - added APT::Never-MarkAuto-Section variable - that will consider dependencies of packages in this section manual
| * | | | | | * apt-pkg/packagemanager.cc:Michael Vogt2007-03-131-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - use ActionGroup() to protect FixMissing()
| * | | | | | * cmdline/apt-get.cc:Michael Vogt2007-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix show-versions output
* | | | | | | * debian/changelog:Michael Vogt2007-03-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - updated with the correct bugs
* | | | | | | - do not show packages already marked for removal as auto-installedMichael Vogt2007-03-142-5/+11
| | | | | | |
* | | | | | | * cmdline/apt-get.cc:Michael Vogt2007-03-143-2/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - "apt-get install foo" on a already installed package foo will clean the automatic installed flag
* | | | | | | * apt-pkg/depcache.cc:Michael Vogt2007-03-144-8/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added "APT::Never-MarkAuto-Section" and consider dependencies of packages in this section manual * debian/apt.conf.ubuntu: - added APT::Never-MarkAuto-Section "metapackages";
* | | | | | | * apt-pkg/indexfile.cc:Michael Vogt2007-03-135-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix problem overwriting APT::Acquire::Translation * doc/examples/configure-index: - document APT::Acquire::Translation
* | | | | | | * apt-pkg/packagemanager.cc:Michael Vogt2007-03-133-36/+39
| | | | | | | | | | | | | | | | | | | | | - do not spin 100% cpu in FixMissing() (LP#84476)
* | | | | | | * cmdline/apt-get.cc:Michael Vogt2007-03-132-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix version output in autoremove list (LP#68941)
* | | | | | | * apt-pkg/cdrom.cc:Michael Vogt2007-03-075-12/+23
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | - only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before
| * | | | | | * apt-pkg/cdrom.cc:Michael Vogt2007-03-074-16/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - only unmount if APT::CDROM::NoMount is false * methods/cdrom.cc: - only umount if it was mounted by the method before
| * | | | | | - added APT::CDROM::UnMountOnFinish to have more control overMichael Vogt2007-03-074-26/+31
| | | | | | | | | | | | | | | | | | | | | the umount/mount process
| * | | | | | * apt-pkg/cdrom.cc, methods/cdrom.cc:Michael Vogt2007-03-074-15/+22
| | |_|_|_|/ | |/| | | | | | | | | | - only unmount if APT::CDROM::NoMount is false
* | | | | | - Set Ubuntu maintainer addressMichael Vogt2007-02-272-1/+3
| | | | | |
* | | | | | * debian/control:Michael Vogt2007-02-272-1/+9
| | | | | | | | | | | | | | | | | | - set XS-Vcs-Bzr header
* | | | | | * fix segfault in the pkgRecords destructorMichael Vogt2007-02-212-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | * debian/control: - make the libcurl3-gnutls-dev versionized (LP#86614)
| * | | | | | * debian/control:Michael Vogt2007-02-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
* | | | | | | * fix in the pkgRecords destructorMichael Vogt2007-02-218-37/+47
| | | | | | | | | | | | | | | | | | | | | * Bump ABI version
* | | | | | | * ABI version bumpedMichael Vogt2007-02-064-3/+4
| | | | | | |
* | | | | | | * merged the apt--mirror branchMichael Vogt2007-02-0621-296/+805
|\ \ \ \ \ \ \
| * | | | | | | * removed dead codeMichael Vogt2007-02-064-5/+4
| | | | | | | |
| * | | | | | | * apt-pkg/acquire-item.cc:Michael Vogt2007-02-066-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - default to "/usr/lib/apt/apt-report-mirror-failure" * cmdline/apt-report-mirror-failure: - no default comit url for now * debian/rules: - move apt-report-mirror-failure into /usr/lib/apt * doc/examples/configure-index: - more documentation * methods/mirror.cc: - updated TODO