summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added Bulgarian translation. Closes: #360262bubulle@debian.org2006-04-012-0/+2780
|
* Tagalog translation updated. Closes: #357215bubulle@debian.org2006-03-162-36/+41
|
* Updated Romanian translation. Closes: #355897bubulle@debian.org2006-03-132-117/+92
|
* Portuguese translation update. Closes: #355798bubulle@debian.org2006-03-122-80/+76
|
* Merge from Michael treebubulle@debian.org2006-03-128-30/+53
|\
| * * merged with mainlineMichael Vogt2006-02-221-1/+1
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-19 * synced with mainline * mvo@debian.org--2005/apt--debian-sid--0--patch-20 * merged with mainline, finalized changelog
| | * * merged with mainline, finalized changelogMichael Vogt2006-02-2226-2725/+6439
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-183 Brazilian Portuguese translation update * bubulle@debian.org--2005/apt--main--0--patch-184 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-185 Japanese manpages translation update * bubulle@debian.org--2005/apt--main--0--patch-186 Simplified Chinese translation update * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-136 * merged with bubulle
| * | * merged with bubulleMichael Vogt2006-02-2226-2724/+6438
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-183 Brazilian Portuguese translation update * bubulle@debian.org--2005/apt--main--0--patch-184 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-185 Japanese manpages translation update * bubulle@debian.org--2005/apt--main--0--patch-186 Simplified Chinese translation update
| | | * * synced with mainlineMichael Vogt2006-02-2243-2825/+2945
| | | |\ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-127 * merged with apt--mvo * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-128 * don't explod if a Provides has DepCompareOp * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-129 * fix regression about not working --print-uris in "install" * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-130 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-131 * create sources.list.d as well * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-132 * make apt-cache madion wotk without deb-src lines * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-133 * only clean out the list dir if the update was successful * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-134 * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a network error * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-135 tyop * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
| * | | tyopMichael Vogt2006-02-201-1/+1
| | | |
| * | | * only remove the sigfile if pkgAcqMetaSig::Failed() didn't fail for a ↵Michael Vogt2006-02-202-12/+9
| | | | | | | | | | | | | | | | network error
| * | | * only clean out the list dir if the update was successfulMichael Vogt2006-02-162-20/+17
| | | |
| * | | * make apt-cache madion wotk without deb-src linesMichael Vogt2006-02-132-2/+4
| | | |
| * | | * create sources.list.d as wellMichael Vogt2006-02-132-0/+2
| | | |
| * | | * merged with bubulleMichael Vogt2006-02-0836-2795/+2914
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-167 Resync with Michael * bubulle@debian.org--2005/apt--main--0--patch-168 Vietnamese translation completed * bubulle@debian.org--2005/apt--main--0--patch-169 Update PO files and POT file...again * bubulle@debian.org--2005/apt--main--0--patch-170 Compelted French translation * bubulle@debian.org--2005/apt--main--0--patch-171 Activate Welsh translation * bubulle@debian.org--2005/apt--main--0--patch-172 Completed to 512 strings * bubulle@debian.org--2005/apt--main--0--patch-173 Russian translation completed * bubulle@debian.org--2005/apt--main--0--patch-174 Swedish translation completed * bubulle@debian.org--2005/apt--main--0--patch-175 Merge from Philippe Batailler French manpages tree/Vietnamese translation update * bubulle@debian.org--2005/apt--main--0--patch-176 Galician translation update * bubulle@debian.org--2005/apt--main--0--patch-177 Slovak translation update * bubulle@debian.org--2005/apt--main--0--patch-178 Polish translation update * bubulle@debian.org--2005/apt--main--0--patch-179 Correct permissions * bubulle@debian.org--2005/apt--main--0--patch-180 Japanese translation update * bubulle@debian.org--2005/apt--main--0--patch-181 Basque translation update * bubulle@debian.org--2005/apt--main--0--patch-182 Catalan translation completed * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
| * | | | * fix regression about not working --print-uris in "install"Michael Vogt2006-02-082-10/+4
| | | | |
| * | | | * don't explod if a Provides has DepCompareOpMichael Vogt2006-01-192-5/+14
| | | | |
| * | | | * merged with apt--mvoMichael Vogt2006-01-192-2/+2
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo
* | | | | Japanese manpages typo correctionsChristian Perrier2006-03-012-6/+7
| | | | |
* | | | | Fake commi tto fix permissionsChristian Perrier2006-02-250-0/+0
| |_|_|/ |/| | |
* | | | Simplified Chinese translation updateChristian Perrier2006-02-222-7/+11
| | | | | | | | | | | | | | | | * po/zh_CN.po: Completed to 512t. Closes: #353936
* | | | Japanese manpages translation updateChristian Perrier2006-02-1921-2643/+6344
| | | |
* | | | Italian translation updateChristian Perrier2006-02-142-3/+8
| | | | | | | | | | | | | | | | * po/it.po: Completed to 512t. Closes: #352803
* | | | Brazilian Portuguese translation updateChristian Perrier2006-02-132-67/+69
| |_|/ |/| | | | | | | | * po/ca.po: Completed to 512t. Closes: #352419
* | | Catalan translation completedChristian Perrier2006-02-062-54/+46
| | | | | | | | | | | | * po/ca.po: Completed to 512t. Closes: #351592
* | | Basque translation updateChristian Perrier2006-01-302-43/+31
| | | | | | | | | | | | * po/eu.po: Completed to 512t. Closes: #350483
* | | Japanese translation updateChristian Perrier2006-01-252-697/+673
| | | | | | | | | | | | * po/ja.po: Completed to 512t. Closes: #349806
* | | Correct permissionsChristian Perrier2006-01-230-0/+0
| | |
* | | Polish translation updateChristian Perrier2006-01-232-86/+98
| | | | | | | | | | | | * po/pl.po: Completed to 512t. Closes: #349514
* | | Slovak translation updateChristian Perrier2006-01-232-8/+12
| | | | | | | | | | | | * po/sk.po: Completed to 512t. Closes: #349474
* | | Galician translation updateChristian Perrier2006-01-232-3/+10
| | | | | | | | | | | | | | | * po/gl.po: Completed to 512 strings Closes: #349407
* | | Merge from Philippe Batailler French manpages tree/Vietnamese translation updateChristian Perrier2006-01-223-34/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/vi.po: Completed to 512 strings Patches applied: * philippe.batailler@free.fr--2005/apt--main--0--patch-9 manpages
* | | Swedish translation completedChristian Perrier2006-01-212-192/+237
| | | | | | | | | | | | | | | * po/sv.po: Completed to 512 strings Closes: #349210
* | | Russian translation completedChristian Perrier2006-01-212-49/+36
| | | | | | | | | | | | | | | * po/ru.po: Completed to 512 strings Closes: #349154
* | | Completed to 512 stringsChristian Perrier2006-01-212-32/+24
| | | | | | | | | | | | | | | * po/da.po: Completed to 512 strings Closes: #349084
* | | Activate Welsh translationChristian Perrier2006-01-202-1/+2
| | | | | | | | | | | | * po/LINGUAS: Add Welsh
* | | Compelted French translationChristian Perrier2006-01-202-55/+35
| | | | | | | | | | | | * po/fr.po: Completed to 512 strings
* | | Update PO files and POT file...againChristian Perrier2006-01-2033-973/+1136
| | | | | | | | | | | | * po/*.po: Updated from sources (512 strings)
* | | Vietnamese translation completedChristian Perrier2006-01-202-651/+596
| | | | | | | | | | | | | | | * po/vi.po: Completed to 511 strings Closes: #348968
* | | Resync with MichaelChristian Perrier2006-01-207-13/+32
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-116 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-117 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-118 * merged from bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-119 * fix http data corruption (#280844) * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-123 * fix typo in apt-cache.8 manpage * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-124 * fixed another typo in doc/apt-secure.8.xml * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-125 * merged the debian-sid changes back * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-126 * fixed the changelog yet again * mvo@debian.org--2005/apt--debian-experimental--0--patch-12 * added http data corruption fix patch (#280844) * mvo@debian.org--2005/apt--debian-sid--0--patch-17 * merged with apt--mvo--0 * mvo@debian.org--2005/apt--debian-sid--0--patch-18 * merged with apt--mvo
| * | * merged with apt--mvoMichael Vogt2006-01-1812-422/+168
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-120 * added debian-archive-keyring to recommends * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-121 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-122 * fix apt-key to ask for the correct package * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-123 * fix typo in apt-cache.8 manpage * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-124 * fixed another typo in doc/apt-secure.8.xml * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-125 * merged the debian-sid changes back * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-126 * fixed the changelog yet again
| | * * fixed the changelog yet againMichael Vogt2006-01-181-16/+9
| | |
| | * * merged the debian-sid changes backMichael Vogt2006-01-181-10/+16
| | |\ | | |/ | |/| | | | | | | | | | | | | | | | Patches applied: * mvo@debian.org--2005/apt--debian-sid--0--patch-17 * merged with apt--mvo--0
| * | * merged with apt--mvo--0Michael Vogt2006-01-1015-107/+139
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-149 Merge with Michael archive (Debian version) * bubulle@debian.org--2005/apt--main--0--patch-150 Fix typo in apt-get.cc and update PO files * bubulle@debian.org--2005/apt--main--0--patch-151 Update French translation (and document the update-po I ran previously) * bubulle@debian.org--2005/apt--main--0--patch-152 Updated Slovak translation * bubulle@debian.org--2005/apt--main--0--patch-153 Close the right bug for Slovak translation * bubulle@debian.org--2005/apt--main--0--patch-154 French manpages translation update * bubulle@debian.org--2005/apt--main--0--patch-155 Swedish translation update * bubulle@debian.org--2005/apt--main--0--patch-156 Better makefile for more up-to-date PO and POT * bubulle@debian.org--2005/apt--main--0--patch-157 Run make uupdate-po * bubulle@debian.org--2005/apt--main--0--patch-158 Fix spaces errors in some translations * bubulle@debian.org--2005/apt--main--0--patch-159 Patch to allow "make apt-all.pot" work in the baz archive * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-116 * changelog updates * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-117 * merged with bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-118 * merged from bubulle * michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-119 * fix http data corruption (#280844) * mvo@debian.org--2005/apt--debian-experimental--0--patch-12 * added http data corruption fix patch (#280844) * philippe.batailler@free.fr--2005/apt--main--0--patch-6 Change apt.ent.fr * philippe.batailler@free.fr--2005/apt--main--0--patch-7 Update manpages
| | | * * fixed another typo in doc/apt-secure.8.xmlMichael Vogt2006-01-182-2/+2
| | | |
| | | * * fix typo in apt-cache.8 manpageMichael Vogt2006-01-182-1/+2
| | | |
| | | * * fix apt-key to ask for the correct packageMichael Vogt2006-01-182-2/+2
| | | |
| | | * * merged with bubulleMichael Vogt2006-01-188-415/+159
| | | |\ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * bubulle@debian.org--2005/apt--main--0--patch-160 Italian translation update * bubulle@debian.org--2005/apt--main--0--patch-161 Galician translation completed * bubulle@debian.org--2005/apt--main--0--patch-162 Spanish translation update * bubulle@debian.org--2005/apt--main--0--patch-163 Two strings corrected in the British translation * bubulle@debian.org--2005/apt--main--0--patch-164 Danish translation update * bubulle@debian.org--2005/apt--main--0--patch-165 Completed Greek translation * bubulle@debian.org--2005/apt--main--0--patch-166 Fix some permissions
* | | | Fix some permissionsChristian Perrier2006-01-180-0/+0
| | | |
* | | | Completed Greek translationChristian Perrier2006-01-182-44/+32
| | | | | | | | | | | | | | | | | | | | * po/el.po: Completed to 511 strings Closes: #344642