summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Completed Simplified Chinese translationChristian Perrier2005-11-142-8/+12
| | | | | * po/zh_CN.po: Completed to 510 strings Definitely Closes: #338267
* Simplified Chinese translation updateChristian Perrier2005-11-132-73/+66
| | | | | * po/zh_CN.po: Completed to 507 strings Closes: #338267
* Galician translation completedChristian Perrier2005-11-092-696/+757
| | | | | * po/gl.po: Completed to 510 strings Closes: #338356
* Basque translation updateChristian Perrier2005-11-082-38/+27
| | | | | * po/eu.po: Completed to 510 strings Closes: #338101
* Danish translation updateChristian Perrier2005-11-072-37/+39
| | | | | * po/da.po: Completed to 510 strings Closes: #337949
* Complete Tagalog translation / Add ChangelogChristian Perrier2005-11-042-249/+245
| | | | | | * po/tl.po: Completed to 510 strings Closes: #337306 * po/Changelog: added to better track down fixed issues
* Swedish translation updateChristian Perrier2005-11-031-197/+234
| | | | | | * po/sv.po: Swedish translation update
* Fixed localization of y/n questions in German translationChristian Perrier2005-11-021-1/+1
| | | | * po/de.po: Fixed localization of y/n
* Merge with MichaelChristian Perrier2005-11-014-1/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-82 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-83 * cmdline/apt-get.cc: fix bug in FindSrc() (debian #335213) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-84 * added armeb to archtable
| * * added armeb to archtableMichael Vogt2005-10-253-0/+3
| |
| * * cmdline/apt-get.cc: fix bug in FindSrc() (debian #335213)Michael Vogt2005-10-242-5/+3
| |
| * * merged with bubulle Michael Vogt2005-10-232-114/+87
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-116 Merge with Michael * bubulle@debian.org--2005/apt--main--0--patch-117 Merge with Michael * bubulle@debian.org--2005/apt--main--0--patch-118 Russian translation update by Yuri Kozlov
* | | Spelling fix for consistency in French translationChristian Perrier2005-11-011-52/+28
| | | | | | | | | | | | * po/fr.po: Fix spelling of "CD"
* | | Correct typography in French translationChristian Perrier2005-10-261-1/+1
| | | | | | | | | | | | * po/fr.po: Remove extra quotes
* | | Complete French translationChristian Perrier2005-10-261-4/+5
| | | | | | | | | | | | * po/fr.po: Completed
* | | Re-generate all PO FilesChristian Perrier2005-10-2531-1735/+2204
| | | | | | | | | | | | * po/*.po: Regenerated from the sources
* | | Merge with Michael and add update-po as a pre-req for binaryChristian Perrier2005-10-257-9/+21
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/makefile: Add update-po as a prerequisite of binary. Closes: #329910 Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-78 * fix a incorrect example * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-79 * revert patch from patch-59, causes all sorts of trouble * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-80 * fix changelog * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-81 * be extra carefull in cmdline/apt-get.cc:FindSrc() and check VF.File() for NULL
| * * be extra carefull in cmdline/apt-get.cc:FindSrc() and check VF.File() for NULLMichael Vogt2005-10-232-1/+7
| |
| * * fix changelogMichael Vogt2005-10-222-2/+2
| |
| * * revert patch from patch-59, causes all sorts of troubleMichael Vogt2005-10-223-7/+6
| |
| * * fix a incorrect exampleMichael Vogt2005-10-223-2/+9
| |
* | Russian translation update by Yuri KozlovChristian Perrier2005-10-221-114/+80
| | | | | | | | * po/ru.po: Completed
* | Merge with MichaelChristian Perrier2005-10-219-26/+76
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-65 * inital support for "apt-get source -t dist" (but no downgrades yet * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-66 * full support for apt-get source -t now (and honor pining too) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-67 * added APT::Authentication::Trust-CDROM option * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-68 * fix a crash in apt-ftparchive * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-69 * sparc64 alignment fix * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-70 * fix segfault when there is no Archive for a VerFile * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-71 * don't get candidate release as version tag for FindSrc by default. because it break for bin-NMUs :/ (e.g. dpkg source is 1.13.11, but i386 version string is 1.13.11.0.1) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-72 * corrections in the changelog * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-73 * init the default ScreenWidth to 79 columns by default (Closes: #324921) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-74 apt-cdrom.cc:fix some missing gettext() calls (closes: #334539); doc/apt-cache.8.xml: fix typo (closes: #334714) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-75 * seting section to "admin" to match override file * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-76 * finalized the changelog * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-77 * renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntu * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-79 * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-1 * implemented "TrustCDROM" mode * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-2 * added APT::Authentication::TrustCDROM to the configure-index
| * * renamed Trust-CDROM to TrustCDROM to make it consistent with ubuntuMichael Vogt2005-10-203-3/+3
| |
| * * finalized the changelogMichael Vogt2005-10-191-2/+2
| |
| * * seting section to "admin" to match override fileMichael Vogt2005-10-191-1/+1
| |
| * apt-cdrom.cc:fix some missing gettext() calls (closes: #334539); ↵Michael Vogt2005-10-193-4/+7
| | | | | | | | doc/apt-cache.8.xml: fix typo (closes: #334714)
| * * init the default ScreenWidth to 79 columns by default (Closes: #324921)Michael Vogt2005-10-192-1/+3
| |
| * * corrections in the changelogMichael Vogt2005-10-191-2/+2
| |
| * * don't get candidate release as version tag for FindSrc by default. because ↵Michael Vogt2005-10-191-13/+5
| | | | | | | | it break for bin-NMUs :/ (e.g. dpkg source is 1.13.11, but i386 version string is 1.13.11.0.1)
| * * fix segfault when there is no Archive for a VerFileMichael Vogt2005-10-191-1/+1
| |
| * * sparc64 alignment fixMichael Vogt2005-10-192-2/+5
| |
| * * fix a crash in apt-ftparchiveMichael Vogt2005-10-192-2/+5
| |
| * * added APT::Authentication::Trust-CDROM optionMichael Vogt2005-10-193-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--base-0 tag of apt@packages.debian.org/apt--main--0--patch-79 * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-1 * implemented "TrustCDROM" mode * michael.vogt@ubuntu.com--2005/apt--trust-cdrom--0--patch-2 * added APT::Authentication::TrustCDROM to the configure-index
| * * full support for apt-get source -t now (and honor pining too)Michael Vogt2005-10-182-19/+46
| |
| * * inital support for "apt-get source -t dist" (but no downgrades yetMichael Vogt2005-10-182-3/+12
| |
* | Merge with MichaelChristian Perrier2005-10-181-1/+4
|\| | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-64 * merged with bubulle
| * * merged with bubulle Michael Vogt2005-10-175-474/+241
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-105 Proofread by Fred Bothamy * bubulle@debian.org--2005/apt--main--0--patch-106 Merge with mvo * bubulle@debian.org--2005/apt--main--0--patch-107 Italian translation corrected * bubulle@debian.org--2005/apt--main--0--patch-108 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-109 Italian translation completed * bubulle@debian.org--2005/apt--main--0--patch-110 Swedish translation update * bubulle@debian.org--2005/apt--main--0--patch-111 Merge with Michael * bubulle@debian.org--2005/apt--main--0--patch-112 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-113 Silly update to French translation (testing) * bubulle@debian.org--2005/apt--main--0--patch-114 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-115 Basque translation completed
* | Basque translation completedChristian Perrier2005-10-111-38/+22
| | | | | | | | * po/eu.po: Basque translation completed
* | Basque translation updateChristian Perrier2005-10-111-238/+48
| | | | | | | | * po/eu.po: Basque translation update
* | Silly update to French translation (testing)Christian Perrier2005-10-091-1/+1
| |
* | Swedish translation completedChristian Perrier2005-10-081-49/+43
| | | | | | | | * po/sv.po: Completed
* | Merge with MichaelChristian Perrier2005-10-082-3/+6
|\| | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-62 * leak fix for debian #250583 * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-63 * changelog update
| * * changelog updateMichael Vogt2005-09-281-1/+4
| |
| * * leak fix for debian #250583Michael Vogt2005-09-281-2/+2
| |
* | Swedish translation updateChristian Perrier2005-10-081-54/+52
| | | | | | | | * po/sv.po: Updated (not yet complete)
* | Italian translation completedChristian Perrier2005-10-051-55/+52
| | | | | | | | * po/it.po: Completed
* | Italian translation updateChristian Perrier2005-09-281-3/+4
| | | | | | | | * po/it.po
* | Italian translation correctedChristian Perrier2005-09-271-3/+3
| | | | | | | | * po/it.po: Updated
* | Merge with mvoChristian Perrier2005-09-237-13/+325
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-60 * merged updated french man-page * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-61 * merged with bubulle * philippe.batailler@free.fr--2005/VOGTapt--mvo--0--patch-1 French L10N update * philippe.batailler@free.fr--2005/VOGTapt--mvo--0--patch-2 Generate correctly french manpages