summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * Compilation fixes and portability improvement for compiling APT against ↵Luca Bruno2008-10-116-17/+35
| | | | non-GNU libc
* Fix another compilation warning in apt-pkg/versionmatch.ccLuca Bruno2008-10-112-3/+4
|
* Fix compilation warning in apt-pkg/acquire.cc. New experimental releaseLuca Bruno2008-10-112-1/+9
|
* Merge with debian-sidLuca Bruno2008-10-113-6/+10
|\
| * update changelogMichael Vogt2008-10-101-1/+6
| |
| * doc/apt-cache.8.xml: add missing <citerefentry>Michael Vogt2008-10-102-3/+3
| |
| * * doc/apt-cache.8.xml:Michael Vogt2008-10-1021-45/+106
| |\ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) * doc/offline.sgml: clarify remote and target hosts (thanks to Nikolaus Schulz, closes: #175940) * Fix several typos in docs, translations and debian/changelog (thanks to timeless, Nicolas Bonifas and Josh Triplett, closes: #368665, #298821, #411532, #431636, #461458) * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) * Better documentation for apt-get --option (thanks to Tomas Pospisek, closes: #386579) * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) * fix FTBFS by changing build-depends to * ABI library name change because it's built against * Package that contains all the new features * Branch that contains all the new features:
* | * doc/apt-cache.8.xml:Michael Vogt2008-10-0721-45/+107
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536) * doc/offline.sgml: clarify remote and target hosts (thanks to Nikolaus Schulz, closes: #175940) * Fix several typos in docs, translations and debian/changelog (thanks to timeless, Nicolas Bonifas and Josh Triplett, closes: #368665, #298821, #411532, #431636, #461458) * Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575) * Better documentation for apt-get --option (thanks to Tomas Pospisek, closes: #386579) * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276) * Better documentation on using both APT::Default-Release and /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575) * fix FTBFS by changing build-depends to * ABI library name change because it's built against * Package that contains all the new features * Branch that contains all the new features:
| * | Typo in changelogLuca Bruno2008-10-051-1/+1
| | |
| * | * doc/apt-cache.8.xml:Luca Bruno2008-10-052-2/+10
| | | | | | | | | | | | | | | - search command uses POSIX regex, and searches for virtual packages too (closes: #277536)
| * | * doc/offline.sgml: clarify remote and target hostsLuca Bruno2008-10-042-8/+12
| | |
| * | * Better documentation for apt-get --optionLuca Bruno2008-10-042-0/+4
| | |
| * | * Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)Luca Bruno2008-10-042-1/+2
| | |
| * | Applied patch from #461458 for apt.8 typoLuca Bruno2008-10-032-6/+8
| | |
| * | Applied patch from #431636 for typosLuca Bruno2008-10-031-6/+6
| | |
| * | Applied patch from #411532 for typosLuca Bruno2008-10-032-2/+3
| | |
| * | Applying #298821 patch for further arbitary typosLuca Bruno2008-10-033-4/+4
| | |
| * | Wrap changelog linesLuca Bruno2008-10-031-2/+4
| | |
| * | * Better documentation on using both APT::Default-Release and ↵Luca Bruno2008-10-033-2/+9
| | | | | | | | | | | | /etc/apt/preferences (closes: #145575)
| * | Fixed typo in changelogLuca Bruno2008-10-031-1/+1
| | |
| * | * Document apt-key finger and adv commands (thanks to Stefan Schmidt, ↵Luca Bruno2008-10-033-0/+26
| | | | | | | | | | | | closes: #350575)
| * | Fix some typos in docs and translations (thanks to timeless, closes: 368665)Luca Bruno2008-10-0310-22/+23
| | |
| * | Experimental branchLuca Bruno2008-10-031-0/+6
| | |
* | | merged from debian-sidMichael Vogt2008-10-0758-2798/+6493
|\ \ \ | | |/ | |/|
| * | Upload to unstableMichael Vogt2008-10-072-1/+7
| |/
| * fix typo *sigh*Michael Vogt2008-10-012-3/+3
| |
| * * apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2008-10-015-7/+15
| | | | | | | | | | | | | | - move the state file writting into the Go() implementation of dpkgpm (closes: #498799) * apt-pkg/algorithms.cc: - fix simulation performance drop (thanks to Ferenc Wagner for reporting the issue)
| * Restore the apt ABI.Daniel Burrows2008-09-253-13/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | The problem was that the size of pkgDpkgPM and its member offsets changed because a map giving the names of the trigger states was inserted into the middle of the structure. I fixed it by using a statically allocated array instead. This changes the procedure for looking up a string to a linear search, which should be fine (or even faster than before) since there are only 4 state strings. If it becomes a problem, sorting the array by key will allow us to use std::equal_range(), but I would advise against this unless it's really necessary, since sooner or later someone will forget to maintain the sort order.
| * update the changelogMichael Vogt2008-09-231-1/+4
| |
| * * apt-pkg/pkgcachegen.cc:egon2008-09-233-5/+26
| | | | | | | | - do not add multiple identical descriptions for the same language (closes: #400768)
| * Catalan translation updatebubulle@debian.org2008-09-193-188/+167
| |
| * upload as 0.7.15~exp1egon2008-09-162-2/+2
| |
| * po/es.po: fix msgmerge erroregon2008-09-161-1/+1
| |
| * * debian/changelog:egon2008-09-163-4/+6
| | | | | | | | | | | | | | - upload to experimental to give the releases managers something to check out * doc/makesfile: - merged from the apt--mvo branch
| * Updated Polish translationbubulle@debian.org2008-09-163-4/+9
| |
| * Russian translation updatebubulle@debian.org2008-09-163-6/+10
| |
| * Greek translation updatebubulle@debian.org2008-09-124-69/+29
| |
| * German translation compelted and correctedbubulle@debian.org2008-09-062-13/+14
| |
| * Vietnamese translation udpatebubulle@debian.org2008-09-053-4/+9
| |
| * Swedish translation updatebubulle@debian.org2008-09-032-16/+17
| |
| * Updated translationsbubulle@debian.org2008-09-015-111/+172
| |
| * Korean translation updatedbubulle@debian.org2008-08-293-199/+190
| |
| * Bug closurebubulle@debian.org2008-08-292-0/+2
| |
| * Bug closurebubulle@debian.org2008-08-291-1/+1
| |
| * Norwegian Bokmål translation updatedbubulle@debian.org2008-08-293-25/+27
| |
| * Simplified Chinese translation updatedbubulle@debian.org2008-08-293-6/+11
| |
| * Portuguese translation addedbubulle@debian.org2008-08-293-3/+9
| |
| * Lithuanian translation addedbubulle@debian.org2008-08-293-0/+2802
| |
| * Romanian translation updatebubulle@debian.org2008-08-293-4/+9
| |
| * Basque translation updatedbubulle@debian.org2008-08-273-6/+11
| |