summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * doc/apt.conf.5.xml:Justin B Rye2012-06-091-0/+3
| | | | | - review and fix typo, grammar and style issues - rephrase APT::Immediate-Configuration and many others
* * sources.list.5.xml:Justin B Rye2012-06-081-1/+1
| | | | - review and fix typo, grammar and style issues
* * doc/apt-sortpkgs.1.xml:Justin B Rye2012-06-071-1/+2
| | | | - review and fix typo, grammar and style issues
* * doc/apt-secure.8.xml:Justin B Rye2012-06-061-8/+5
| | | | - review and fix typo, grammar and style issues
* * doc/apt-key.8.xml, doc/apt-mark.8.xml,Justin B Rye2012-06-061-3/+2
| | | | | doc/apt_preferences.5.xml: - review and fix spelling issues
* * doc/apt-key.8.xml:Justin B Rye2012-06-041-0/+4
| | | | | | - review and fix spelling issues * doc/apt-mark.8.xml: - review and fix spelling issues
* * doc/apt-ftparchive.8.xml:Justin B Rye2012-06-041-0/+2
| | | | - fix typo, grammar and style issues
* merge with debian-sid to get all the updated l10nsDavid Kalnischkies2012-06-021-0/+4
|\ | | | | | | | | | | [ Christian Perrier ] * French program and manpage translation update * Danish program translation by Joe Hansen. Closes: #675605
| * French updated by Christian Perrierbubulle@debian.org2012-06-021-0/+1
| |
| * Danish by Joe Hansen. Closes: #675605bubulle@debian.org2012-06-021-0/+3
| |
| * French updated by Christian Perrierbubulle@debian.org2012-06-021-0/+1
| |
| * Polish updated by Robert Luberda. Closes: #675603bubulle@debian.org2012-06-021-0/+7
| |
* | * doc/apt-mark.8.xml:Robert Luberda2012-06-021-0/+2
| | | | | | | | - in hold, the option name is --file not --filename
* | Polish manpage translation update (Closes: #675603)Robert Luberda2012-06-021-0/+3
| |
* | * doc/apt-get.8.xml:Justin B Rye2012-06-021-1/+1
| | | | | | | | - review and fix spelling issues
* | * doc/apt-get.8.xml:David Kalnischkies2012-05-291-0/+2
| | | | | | - use apt-utils as package example instead of libc6
* | * doc/apt-get.8.xml:Justin B Rye2012-05-291-0/+3
| | | | | | | | - move dselect-upgrade below dist-upgrade
* | * doc/apt-extracttemplates.1.xml:Justin B Rye2012-05-261-0/+2
| | | | | | | | - debconf is not DebConf
* | * doc/examples/sources.list:David Kalnischkies2012-05-261-0/+3
| | | | | | | | - use the codename instead of 'stable' in the examples sources.list as we do in the manpage and as the debian-installer does
* | * doc/apt-verbatim.ent:David Kalnischkies2012-05-251-1/+3
| | | | | | | | - APT doesn't belong to the product 'Linux', so use 'APT' instead as after all APT is a big suite of applications
* | * doc/apt-config.8.xml:Justin B Rye2012-05-251-0/+3
| | | | | | | | - review and fix spelling issues
* | * debian/apt-utils.links:David Kalnischkies2012-05-252-1/+3
| | | | | | | | - the internal resolver 'apt' is now directly installed in /usr/lib/apt/solvers, so don't instruct dh to create a broken link
* | * doc/apt-cdrom.8.xml:Justin B Rye2012-05-251-0/+2
| | | | | | | | - correct disc vs. disk issues
* | * doc/apt-cdrom.8.xml:Justin B Rye2012-05-251-0/+3
| | | | | | | | - replace CDROM with the proper CD-ROM in text
* | * cmdline/apt-get.cc:David Kalnischkies2012-05-241-0/+9
|/ | | | - do not show 'list of broken packages' header if no package is broken as it happens e.g. for external resolver errors
* releasing version 0.9.5.1Michael Vogt2012-05-241-2/+2
|
* * doc/apt-cache.8.xml:Justin B Rye2012-05-241-1/+1
| | | | - three small rewordings for better english sentences
* * doc/apt-cache.8.xml:Justin B Rye2012-05-241-0/+3
| | | | - fix a typo as well as adding missing literal markup
* * doc/*.xml:Justin B Rye2012-05-241-0/+6
| | | | | - remove 'GNU/Linux' from 'Debian systems' strings as Debian has more systems than just GNU/Linux nowadays
* use docbook DTD 4.5 instead of 4.2 to have valid docsDavid Kalnischkies2012-05-231-0/+1
|
* * doc/*.xml:David Kalnischkies2012-05-231-0/+3
| | | | - mark even more stuff as untranslateable and improve the markup here and there (no real text change)
* * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-05-221-0/+8
| | | | - dup() given compressed fd in OpenDescriptor if AutoClose is disabled as otherwise gzclose() and co will close it
* releasing version 0.9.5Michael Vogt2012-05-221-2/+2
|
* * proofreading of the manpage potDavid Kalnischkies2012-05-221-0/+4
| | | * German manpage translation update (Closes: #673294)
* * debian/rules:David Kalnischkies2012-05-212-2/+6
| | | | - move internal-solver as 'apt' to his friend dump-solver in /usr/lib/apt/solvers to avoid writing a manpage for it
* * debian/control:David Kalnischkies2012-05-212-2/+5
| | | | - moving debiandoc-sgml to Build-Depends-Indep was one step too much for the buildds as we still build two sgml files in arch:any
* * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-05-211-0/+4
| | | | | - have a dummy SyncToFd around in case of ReadOnly access to a compressed file as we otherwise on Close() do not delete[] the char buffer but munmap() it… (Closes: #673815)
* * buildlib/inttypes.h.in:David Kalnischkies2012-05-211-0/+3
| | | | - remove inttypes.h compatibility as providing such a c99 types compatibility conflicts with the usage of c99 type long long
* * buildlib/podomain.mak:David Kalnischkies2012-05-211-0/+9
| | | | - ensure that all sources end up in the srclist so that we don't forget to extract half of the translation strings
* merge fix from david for warning during xml buildMichael Vogt2012-05-211-2/+2
|
* merged updated de.po, thanks to Holger Wansing (closes: #672466)Michael Vogt2012-05-211-1/+3
|
* * ftparchive/writer.cc:David Kalnischkies2012-05-211-0/+2
| | | - include Contents-* files in Release files (Closes: #673647)
* in <term> mark all options with <option> and mark <term><option>David Kalnischkies2012-05-211-0/+2
| | | as untranslated for po4a removing ~200 unless "translateable" strings
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-05-201-0/+3
| | | | - longcode Translation files are saved with encoded underscore, so make sure to pick these files up as well for Acquire::Languages
* * doc/*.xml:David Kalnischkies2012-05-201-0/+3
| | | | - add a few translator notes and reword some paragraphs to ensure that translators and users alike can better understand them (Closes: #669409)
* * apt-pkg/packagemanager.cc:David Kalnischkies2012-05-191-0/+2
| | | - do not run into loop on new-pre-depends-breaks (Closes: #673536)
* * doc/po/de.po:Chris Leick2012-05-191-0/+2
| | | | - updated german manpage translation by Chris Leick, thanks!
* * doc/makefile:David Kalnischkies2012-05-171-0/+3
| | | | - build manpages with the correct l10n.gentext.default.language setting to get the correct section titles provided by docbook
* add spaces around PACKAGE_VERSION to fix FTBFS with -std=c++11David Kalnischkies2012-05-171-3/+1
|
* * cmdline/apt-get.cc:David Kalnischkies2012-05-161-0/+6
| | | | | - use the host architecture, not the build architecture for matching of [architecture restrictions] in Build-Depends (Closes: #672927) *