Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Patch from Bernhard R. Link, thanks!
|
|
|
|
|
|
simplify customisation of the order and improve the documentation
about this setting group.
|
|
(half-closes #545059)
|
|
instead of ignoring the returncode and truncating the string on error
|
|
|
|
|
|
|
|
|
|
|
|
- do not segfault on invalid items (closes: #544080)
|
|
- do not set internel "needs-configure" state for packages in
triggers-pending state. dpkg will deal with the trigger and
it if does it before we trigger it, dpkg will error out
(LP: #414631)
|
|
Thanks again for the initial patch from KURASAWA Nozomu and
for the improvements and cleanups done by Nicolas François
to get po4a up and running for apt man page translations!
|
|
- simplify the makefiles needed for po4a manpages
Add a bit more autodetection to the buildsystem to be able to
add only half translated languages (only a few man pages, not all) and
try to reduce the overhead needed to add new languages.
|
|
|
|
|
|
* doc/ja/*, doc/po/ja.po:
- remove the old ja man page translation and replace it with
the new po4a-powered translation by KURASAWA Nozomu.
|
|
* Cleaned up the first patch draft from KURASAWA Nozomu to finally
get po4a support for translating the man pages.
Many thanks to both for this excellent work! (Closes: #441608)
|
|
* doc/style.txt, buildlib/defaults.mak, buildlib/manpage.mak:
- fix a few typos in the comments of this files
|
|
- activate DOT_MULTI_TARGETS, it is default on since doxygen 1.5.9
The description for this option is:
# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
# files in one run (i.e. multiple -o and -T options on the command line). This
# makes dot run faster, but since only newer versions of dot (>1.8.10)
# support this, this feature is disabled by default.
Even oldstable has a newer dot version, so the debian package doxygen
activate it per default and we will follow this recommendation now.
|
|
- update file with doxygen 1.6.1 (current unstable)
|
|
* doc/*.?.xml (manpages):
- add contrib to author tags and also add refmiscinfo to fix warnings
|
|
reflect that we now use the new APT::Configuration class for this
instead of the init.cc
|
|
- do not set internel "needs-configure" state for packages in
triggers-pending state. dpkg will deal with the trigger and
it if does it before we trigger it, dpkg will error out
(LP: #414631)
|
|
|
|
http://www.w3.org/Protocols/rfc2616/rfc2616.html .
Fixed by removing a space which will now be visibly in the errormessages,
but as this errors should never happen anyway and an extra space doesn't
harm we don't removed it.
* methods/http.cc:
- allow empty Reason-Phase in Status-Line to please squid,
thanks Modestas Vainius for noticing! (Closes: #531157, LP: #411435)
|
|
- update the source description to reflect what it actually does
and how it can be used. (Closes: #413021)
|
|
add the understanding for codenames instead of archives here
[cmdline/apt-get.cc]
- add pkg/archive and codename in source (Closes: #414105, #441178)
|
|
- use SourceVersion instead of the BinaryVersion to get the source
Patch by Matt Kraai, thanks! (Closes: #382826)
|
|
--ignore-hold only works partly: The holds are to strongly enforced
in these hooks - this commit brings the old (and expected) behaviour back.
[apt-pkg/depcache.cc]
- restore the --ignore-hold effect in the Is{Delete,Install}Ok hooks
|
|
acquire-items choose which compression file they should (try first to)
download to easily add new or change the order of the compression types.
And because it is easy now we directly add builtin lzma support.
The compression ratio is better than bzip2 but we prefer the later for now
as no (official) mirror uses lzma, so this would only generate useless
hits on the servers. Maybe sometime in the future lzma will be the default...
[apt-pkg/acquire-item.cc]
- use configsettings for dynamic compression type use and order.
Based on a patch by Jyrki Muukkonen, thanks! (LP: #71746)
[apt-pkg/init.cc]
- add default configuration for compression types and add lzma
support. Order is now bzip2, lzma, gzip, none (Closes: #510526)
[ftparchive/writer.cc]
- add lzma support also here, patch for this (and inspiration for
the one above) by Robert Millan, thanks!
|
|
in the source command in the msg "No source package x picking y instead"
|
|
(Closes: #510286) add also showauto and command synopsis
|
|
Patch from Marius Vollmer, thanks! (Closes: #504325)
|
|
Patch from Robert Millan, thanks! (Closes: #509313)
|
|
Patch from Vincent McIntyre, thanks! (Closes: #520831)
|
|
Patch from George Danchev, thanks (Closes: #511557)
|
|
file not exists, patch from George Danchev, thanks! (Closes: #511556)
|
|
* backout my fix for the sources.list issue, there is already one in
|
|
|
|
#532079)
|
|
(Closes: #485476)
|
|
before accessing it (Closes: #539366)
|
|
* apt-pkg/sourcelist.cc:
- only show warning about missing sources.list file if no we have
no valid sourceentry (Closes: #539731)
|
|
|
|
|