summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* merged from davidMichael Vogt2012-08-061-0/+37
|\
| * * apt-pkg/cdrom.cc:David Kalnischkies2012-08-051-0/+3
| | | | | | | | - do not link() but rename() the cdroms.list to cdroms.list~ as a backup to ensure that apt-cdrom can be run multiple times (Closes: #676302)
| * * apt-pkg/indexcopy.cc:David Kalnischkies2012-08-051-0/+3
| | | | | | | | - do not use atomic writing if the target is /dev/null as we don't want to replace it, not even automically. (Closes: #683410)
| * ensure that the right architecture is used for cross-dependencies inDavid Kalnischkies2012-08-051-0/+3
| | | | | | | | cases we have to choose a provider by defaulting on host-arch instead of build-arch
| * * doc/apt-verbatim.ent:David Kalnischkies2012-08-041-0/+3
| | | | | | | | - denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release
| * * cmdline/apt-get.cc:David Kalnischkies2012-08-041-0/+4
| | | | | | | | | | - error out on (unsatisfiable) build-deps on purly virtual packages instead of ignoring these dependencies; thanks to Johannes Schauer for the detailed report! (Closes: #683786)
| * * apt-pkg/contrib/fileutl.cc:David Kalnischkies2012-08-041-0/+5
| | | | | | | | - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync as this guard is only needed for fdatasync and not defined on hurd
| * apt-pkg/contrib/mmap.cc:Pino Toscano2012-08-041-0/+6
| | | | | | | | | | | | - guard only the msync call with _POSIX_SYNCHRONIZED_IO rather than also the fallback code as it breaks APT on hurd since 0.9.7.3 as the fallback is now always used on non-linux (Closes: #683354)
| * Polish manpages translation (Closes: #683109)Robert Luberda2012-08-041-0/+3
| |
| * Polish program translation (Michał Kułach)Michał Kułach2012-08-041-0/+7
| |
* | merged from davidMichael Vogt2012-07-271-7/+18
|\|
| * for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies2012-07-241-0/+2
| | | | | | SyncToFd dummy just as we did for compressed files in 0.9.5
| * trigger the usage of the fallback code for kfreebsd also in theDavid Kalnischkies2012-07-241-0/+2
| | | | | | second (filebased) constructor of DynamicMMap (Closes: #677704)
| * * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-07-201-0/+3
| | | | | | | | - refer to APT::Cache-Start in case the growing failed as if -Limit is really the offender it will be noted in a previous error message.
| * * apt-pkg/packagemanager.cc:David Kalnischkies2012-07-181-0/+3
| | | | | | | | - do not segfault if nothing can be configured to statisfy a pre-depends (e.g. in a pre-depends loop) (Closes: #681958)
| * cleanup the changelog entry for the previous release (0.9.7.2)David Kalnischkies2012-07-181-5/+1
| |
| * * apt-pkg/cacheset.cc:David Kalnischkies2012-07-181-1/+6
|/ | | | - handle :all and :native correctly as architectures again in the commandline parsing (regression in 0.9.7)
* Spanish; (Omar Campagne). Closes: #681566bubulle@debian.org2012-07-141-0/+3
|
* Czech (Miroslav Kure). Closes: #680758bubulle@debian.org2012-07-141-0/+7
|
* releasing version 0.9.7.2Michael Vogt2012-07-131-2/+2
|
* merged from donkultMichael Vogt2012-07-131-0/+6
|\
| * * apt-pkg/cachefilter.cc:David Kalnischkies2012-07-121-0/+6
| | | | | | | | | | | | | | - remove architecture-specific arch to tuple expansion-rules as they lead to the same tuples for different architectures (e.g. linux-arm for arm, armel and armhf) while the dpkg-architecture code uses triples which are different (in the first part, which we omit in our tuples), so e.g. build-dep restrictions for armel ended up effecting armhf as well
* | merged from lp:~donkult/apt/sidMichael Vogt2012-07-101-0/+3
|\|
| * * apt-pkg/deb/deblistparser.cc:David Kalnischkies2012-07-091-0/+3
| | | | | | | | - negative dependencies need to apply to all architectures, but those with a specific architecture only apply to this one
* | merged from lp:~donkult/apt/sidMichael Vogt2012-07-092-7/+37
|\|
| * Portuguese program translation (Miguel Figueiredo) (Closes: #680616)Miguel Figueiredo2012-07-071-0/+1
| |
| * * apt-pkg/clean.cc:David Kalnischkies2012-07-051-0/+3
| | | | | | | | - run autoclean against pkg:arch and not always against pkg:native as this removes valid cache entries (Closes: #679371)
| * * 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
|/
* 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)