Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
user-visible changes.
|
|
long as these files are not included in the po4a-powered translation work
|
|
See the bugreport (and merged ones) for discussion details which
lead to these additions to the introduction of the apt.conf manpage.
|
|
ignore versions for the same package that are not candidates.
This allows us to survive repositories that contain more than one
version of a package.
Bugreport #547788 and patch by Marius Vollmer, thanks!
|
|
(Closes: #545059)
The double spaces are not a bug of APT nor one of po4a.
Thanks to Nicolas François for the explaination!
|
|
|
|
|
|
- when tcgetattr() returns non-zero skip all pty magic
(thanks to Simon Richter, closes: #509866)
* apt-inst/contrib/arfile.cc:
- show propper error message for Invalid archive members
|
|
- show propper error message for Invalid archive members
|
|
- when tcgetattr() returns non-zero skip all pty magic
(thanks to Simon Richter, closes: #509866)
|
|
- fix a little markup typo in doc/po/fr.po (start literal-tag with <)
|
|
|
|
arising if we upgrade essential or predependencies which need to be
configured before even unpacking packages depending on them.
|
|
use of dpkg's trigger and configuration handling (Closes: #473461)
Add NoTriggers option to add --no-triggers to all dpkg calls,
NoConfiguration to prevent apt from trying to configure packages -
dpkg should handle this in the last ConfigurePending call.
This options are for now deactivated as they require more testing in
real world situations, but the plan is to enable them in the near
future if anything works well.
|
|
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=414526
|
|
|
|
|
|
|
|
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)
|