Age | Commit message (Collapse) | Author |
|
- remove 'GNU/Linux' from 'Debian systems' strings as Debian
has more systems than just GNU/Linux nowadays
|
|
languages, too, to reduce the amount of fuzzies in them
|
|
|
|
- mark even more stuff as untranslateable and improve the
markup here and there (no real text change)
|
|
|
|
* German manpage translation update (Closes: #673294)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
as untranslated for po4a removing ~200 unless "translateable" strings
|
|
manpage building instead of doing it at setup time, so we can properly
depend on it
|
|
- add a few translator notes and reword some paragraphs to ensure that
translators and users alike can better understand them (Closes: #669409)
|
|
- updated german manpage translation by Chris Leick, thanks!
|
|
|
|
- build manpages with the correct l10n.gentext.default.language setting
to get the correct section titles provided by docbook
|
|
- after many years of pointless discussions disable http/1.1 pipelining
by default as many webservers and proxies seem to be unable to conform
to specification must's (rfc2616 section 8.1.2.2) (LP: #996151)
|
|
- make apt and apt-utils packages depend on manpages instead of full doc
|
|
|
|
- make it possible to limit dump to a subtree
- implement --empty and --format option for dump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to David Prevot.
|
|
- move the command synopsis out of each manpage into apt-verbatim.ent
as they are a hell to translate and just single out the parameters
which can be translated to apt.ent
|
|
|
|
* doc/apt-get.8.xml:
- add 'download' to the usage line (Closes: #649340)
|
|
|
|
|
|
- typofix: respect → respecting, thanks Mike Erickson! (Closes: #664833)
|
|
to the more standard PACKAGE_VERSION and make it work in every file
|
|
causes timestamp changes for the mo files which therefore can't
be refcounted by dpkg for your M-A: same packages
(Closes: #659333, LP: #924628)
The commit also enables a top-level 'make update-po' and does
all the needed changes to let this work now that update-po might
be called in a freshly checkout tree
|
|
|
|
|
|
|
|
- apply typo-fix from Michael Basse, thanks! (LP: #900770)
|
|
* doc/*.xml:
- find and fix a bunch of misspellings
|
|
- put <brackets> around email addresses
|
|
|
|
- apply spelling fix by Kevin Lyda, thanks! (Closes: #644104)
|
|
- change wording of autoremove description as suggested
by Robert Simmons, thanks! (Closes: #641490)
|
|
|
|
* doc/apt.conf.5.xml:
- reword Acquire::Max-ValidTime documentation to make clear
that it doesn't provide the new Min-ValidTime functionality
|
|
* apt-pkg/contrib/sha1.cc:
- fix illegally casts of on-stack buffer to a type requiring more
alignment than it has resulting in segfaults on sparc (Closes: #634696)
* apt-pkg/contrib/cdromutl.cc:
- fix escape problem when looking for the mounted devices
* apt-pkg/contrib/strutl.{h,cc}, test/libapt/strutil_test.cc:
- add new DeEscapeString() similar to DeQuoteString but
unescape character escapes like \0XX and \xXX (plus added
test)
* refresh po/*
* cmdline/apt-get.cc:
- fix missing download progress in apt-get download
- do not require unused partial dirs in 'source' (Closes: #633510)
- buildconflicts effect all architectures
- implement MultiarchCross for build-dep and source (Closes: #632221)
* cmdline/apt-key:
- use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
* debian/apt.postinst:
- remove /etc/apt/secring.gpg if it is an empty file
* doc/apt-cache.8.xml:
- apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
* apt-pkg/policy.cc:
- emit an error on unknown APT::Default-Release value (Closes: #407511)
* apt-pkg/aptconfiguration.cc:
- ensure that native architecture is if not specified otherwise the
first architecture in the Architectures vector
* apt-pkg/deb/deblistparser.cc:
- Strip only :any and :native if MultiArch should be stripped as it is
save to ignore them in non-MultiArch contexts but if the dependency
is a specific architecture (and not the native) do not strip
|