summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | * cmdline/apt-mark.cc:David Kalnischkies2012-07-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | - arch:all packages are treated as arch:native packages, but dpkg expects pkg:all for selections, so use the arch of the installed version instead of the package structure if possible. Thanks to Stepan Golosunov for the report! (Closes: #680041)
| | * | * ftparchive/writer.cc:David Kalnischkies2012-07-041-0/+3
| | | | | | | | | | | | | | | | - handle the APT::FTPArchive::Packages::SHA512 option correctly instead of overriding SHA256, thanks Christian Marillat! (Closes: #680252)
| | * | * debian/apt.cron.daily:David Kalnischkies2012-07-042-6/+13
| | | | | | | | | | | | | | | | - do not try to backup extended_states file if it doesn't exist (Closes: #680287)
| | * | Danish program translation (Joe Dalton) (Closes: #680119)Joe Dalton2012-07-041-0/+1
| | | |
| | * | German manpage translation (Chris Leick)Chris Leick2012-07-011-0/+2
| | | |
| | * | Russian program translation (Yuri Kozlov) (Closes: #679599)Yuri Kozlov2012-07-011-0/+1
| | | |
| | * | Japanese program translation (Kenshi Muto) (Closes: #679662)Kenshi Muto2012-07-011-0/+2
| | | |
| | * | Greek program translation (Θανάσης Νάτσης)Θανάσης Νάτσης2012-07-011-0/+7
| | | |
| * | | French manpages translation updatebubulle@debian.org2012-07-041-1/+1
| | | |
| * | | French (Christian Perrier)bubulle@debian.org2012-07-031-0/+7
| |/ /
* | | add changelogMichael Vogt2012-09-041-0/+5
| | |
* | | * apt-pkg/contrib/strutl.cc:David Kalnischkies2012-07-091-0/+8
|/ / | | | | - support \n and \r\n line endings in ReadMessages
* | merged from donkultMichael Vogt2012-06-293-9/+13
|\ \
| * | * debian/control:David Kalnischkies2012-06-293-8/+12
|/ / | | | | | | | | | | - demote debiandoc-sgml to Build-Depends-Indep * doc/makefile: - separate translation building of debiandoc from manpages so that we don't need to build debiandoc for binary packages
* | Slovak program translation (Ivan Masár) (Closes: #679448)Ivan Masár2012-06-281-0/+1
| |
* | German programn translation (Holger Wansing) (Closes: #679314)Holger Wansing2012-06-281-0/+1
| |
* | * debian/control:David Kalnischkies2012-06-272-0/+5
| | | | | | | | - libapt-{pkg,inst} packages should be in section 'libs' instead of 'admin' as by ftp-master override request in #677596
* | merged from lp:~donkult/apt/sidMichael Vogt2012-06-271-0/+6
|\ \
| * | Slovenian program translation (Andrej Znidarsic)Andrej Znidarsic2012-06-271-0/+1
| | |
| * | Italian program translation (Milo Casagrande)Milo Casagrande2012-06-271-0/+1
|/ /
* | Hungarian program translation (Gabor Kelemen)Gabor Kelemen2012-06-251-0/+1
| |
* | Bulgarian program translation (Damyan Ivanov) (Closes: #678983)Damyan Ivanov2012-06-251-0/+7
| |
* | releasing version 0.9.7Michael Vogt2012-06-191-6/+3
| |
* | merged from donkultMichael Vogt2012-06-191-0/+28
|\ \
| * | * cmdline/apt-get.cc:David Kalnischkies2012-06-181-0/+3
| | | | | | | | | | | | - print a friendly message in 'download' if a package can't be downloaded (Closes: #677887)
| * | * buildlib/configure.mak:David Kalnischkies2012-06-181-0/+3
| | | | | | | | | | | | - print a message detailing how to get config.guess and config.sub in case they are not in /usr/share/misc (Closes: #677312)
| * | * apt-pkg/pkgcache.cc:David Kalnischkies2012-06-141-0/+3
| | | | | | | | | | | | - do a string comparision for architecture checking in IsMultiArchImplicit as 'unique' strings in the pkgcache aren't unique (Closes: #677454)
| * | * apt-pkg/pkgcachegen.cc:Daniel Hartwig2012-06-141-0/+4
| | | | | | | | | | | | - always reset _error->StackCount in MakeStatusCache (Closes: #677175)
| * | * apt-pkg/cacheset.cc:David Kalnischkies2012-06-141-0/+3
| | | | | | | | | | | | - add PackageContainerInterface::FromGroup to support architecture specifications with wildcards on the commandline
| * | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-06-141-1/+4
| | | | | | | | | | | | | | | - use PackageArchitectureMatchesSpecification filter * apt-pkg/cachefilter.cc: - add PackageArchitectureMatchesSpecification (Closes: #672603)
| * | * deb/deblistparser.cc:David Kalnischkies2012-06-141-0/+9
| | | | | | | | | | | | - ensure that mixed positive/negative architecture wildcards are handled in the same way as dpkg handles them
* | | Zero out the new memory allocated with realloc().Julian Andres Klode2012-06-161-0/+1
| | |
* | | * apt-pkg/contrib/mmap.cc:Julian Andres Klode2012-06-161-0/+9
|/ / | | | | | | | | - Fix the Fallback option to work correctly, by not calling realloc() on a map mapped by mmap(), and by using malloc and friends instead of new[].
* | releasing version 0.9.6Michael Vogt2012-06-111-2/+2
| |
* | merged from donkultMichael Vogt2012-06-112-9/+73
|\ \
| * | * apt-pkg/deb/deblistparser.cc:Thibaut Girka2012-06-111-0/+2
| | | | | | | | | | | | - add support for arch-specific qualifiers in dependencies
| * | * apt-pkg/cacheiterators.h:David Kalnischkies2012-06-111-0/+2
| | | | | | | | | - add an IsMultiArchImplicit() method for Dep- and PrvIterator
| * | check build-dep candidate if install is forbiddenDavid Kalnischkies2012-06-111-0/+1
| | |
| * | * cmdline/apt-get.cc:Thibaut Girka2012-06-101-0/+4
| | | | | | | | | | | | - complain correctly about :any build-dep on M-A:none packages
| * | show 'bzr branch' as 'bzr get' is deprecated (LP: #1011032)David Kalnischkies2012-06-101-0/+1
| | |
| * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2012-06-101-0/+3
| | | | | | | | | | | | - if APT::Languages=none save "none" in allCodes so that the detected configuration is cached as intended (Closes: #674690, LP: #1004947)
| * | * cmdline/apt-get.cc:Daniel Hartwig2012-06-101-0/+2
| | | | | | | | | | | | | | | - print URIs for all changelogs in case of --print-uris, thanks to Daniel Hartwig for the patch! (Closes: #674897)
| * | * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-06-101-0/+4
| | | | | | | | | | | | | | | - set pkgCacheGen::Essential to "all" again (Closes: #675449) * apt-pkg/algorithms.cc: - force install only for one essential package out of a group
| * | * ftparchive/apt-ftparchive.cc:David Kalnischkies2012-06-091-0/+3
| | | | | | | | | | | | - default to putting the Contents-* files below $(SECTION) as apt-file expects them there - thanks Martin-Éric Racine! (Closes: #675827)
| * | fix segfault with empty LongOpt in --no-* branchDavid Kalnischkies2012-06-091-0/+1
| | |
| * | * apt-pkg/contrib/cmdline.cc:Daniel Hartwig2012-06-091-0/+3
| | | | | | | | | | | | | | | - apply patch from Daniel Hartwig to fix a segfault in case the LongOpt is empty (Closes: #676331)
| * | * apt-pkg/cdrom.cc:David Kalnischkies2012-06-091-0/+4
| | | | | | | | | | | | | | | - fix regression from 0.9.3 which dumped the main configuration _config instead of the cdrom settings (Cnf) as identified and tested by Milan Kupcevic, thanks! (Closes: #674100)
| * | * 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