Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merged from david | Michael Vogt | 2012-08-06 | 1 | -0/+37 |
|\ | |||||
| * | * apt-pkg/cdrom.cc: | David Kalnischkies | 2012-08-05 | 1 | -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 Kalnischkies | 2012-08-05 | 1 | -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 in | David Kalnischkies | 2012-08-05 | 1 | -0/+3 |
| | | | | | | | | cases we have to choose a provider by defaulting on host-arch instead of build-arch | ||||
| * | * doc/apt-verbatim.ent: | David Kalnischkies | 2012-08-04 | 1 | -0/+3 |
| | | | | | | | | - denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release | ||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2012-08-04 | 1 | -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 Kalnischkies | 2012-08-04 | 1 | -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 Toscano | 2012-08-04 | 1 | -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 Luberda | 2012-08-04 | 1 | -0/+3 |
| | | |||||
| * | Polish program translation (Michał Kułach) | Michał Kułach | 2012-08-04 | 1 | -0/+7 |
| | | |||||
* | | merged from david | Michael Vogt | 2012-07-27 | 1 | -7/+18 |
|\| | |||||
| * | for filesystems not supporting mmap'ing a file we need to use a | David Kalnischkies | 2012-07-24 | 1 | -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 the | David Kalnischkies | 2012-07-24 | 1 | -0/+2 |
| | | | | | | second (filebased) constructor of DynamicMMap (Closes: #677704) | ||||
| * | * apt-pkg/contrib/mmap.cc: | David Kalnischkies | 2012-07-20 | 1 | -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 Kalnischkies | 2012-07-18 | 1 | -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 Kalnischkies | 2012-07-18 | 1 | -5/+1 |
| | | |||||
| * | * apt-pkg/cacheset.cc: | David Kalnischkies | 2012-07-18 | 1 | -1/+6 |
|/ | | | | - handle :all and :native correctly as architectures again in the commandline parsing (regression in 0.9.7) | ||||
* | Spanish; (Omar Campagne). Closes: #681566 | bubulle@debian.org | 2012-07-14 | 1 | -0/+3 |
| | |||||
* | Czech (Miroslav Kure). Closes: #680758 | bubulle@debian.org | 2012-07-14 | 1 | -0/+7 |
| | |||||
* | releasing version 0.9.7.2 | Michael Vogt | 2012-07-13 | 1 | -2/+2 |
| | |||||
* | merged from donkult | Michael Vogt | 2012-07-13 | 1 | -0/+6 |
|\ | |||||
| * | * apt-pkg/cachefilter.cc: | David Kalnischkies | 2012-07-12 | 1 | -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/sid | Michael Vogt | 2012-07-10 | 1 | -0/+3 |
|\| | |||||
| * | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2012-07-09 | 1 | -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/sid | Michael Vogt | 2012-07-09 | 2 | -7/+37 |
|\| | |||||
| * | Portuguese program translation (Miguel Figueiredo) (Closes: #680616) | Miguel Figueiredo | 2012-07-07 | 1 | -0/+1 |
| | | |||||
| * | * apt-pkg/clean.cc: | David Kalnischkies | 2012-07-05 | 1 | -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 Kalnischkies | 2012-07-04 | 1 | -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 Kalnischkies | 2012-07-04 | 1 | -0/+3 |
| | | | | | | | | - handle the APT::FTPArchive::Packages::SHA512 option correctly instead of overriding SHA256, thanks Christian Marillat! (Closes: #680252) | ||||
| * | * debian/apt.cron.daily: | David Kalnischkies | 2012-07-04 | 2 | -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 Dalton | 2012-07-04 | 1 | -0/+1 |
| | | |||||
| * | German manpage translation (Chris Leick) | Chris Leick | 2012-07-01 | 1 | -0/+2 |
| | | |||||
| * | Russian program translation (Yuri Kozlov) (Closes: #679599) | Yuri Kozlov | 2012-07-01 | 1 | -0/+1 |
| | | |||||
| * | Japanese program translation (Kenshi Muto) (Closes: #679662) | Kenshi Muto | 2012-07-01 | 1 | -0/+2 |
| | | |||||
| * | Greek program translation (Θανάσης Νάτσης) | Θανάσης Νάτσης | 2012-07-01 | 1 | -0/+7 |
| | | |||||
* | | French manpages translation update | bubulle@debian.org | 2012-07-04 | 1 | -1/+1 |
| | | |||||
* | | French (Christian Perrier) | bubulle@debian.org | 2012-07-03 | 1 | -0/+7 |
|/ | |||||
* | merged from donkult | Michael Vogt | 2012-06-29 | 3 | -9/+13 |
|\ | |||||
| * | * debian/control: | David Kalnischkies | 2012-06-29 | 3 | -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ár | 2012-06-28 | 1 | -0/+1 |
| | |||||
* | German programn translation (Holger Wansing) (Closes: #679314) | Holger Wansing | 2012-06-28 | 1 | -0/+1 |
| | |||||
* | * debian/control: | David Kalnischkies | 2012-06-27 | 2 | -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/sid | Michael Vogt | 2012-06-27 | 1 | -0/+6 |
|\ | |||||
| * | Slovenian program translation (Andrej Znidarsic) | Andrej Znidarsic | 2012-06-27 | 1 | -0/+1 |
| | | |||||
| * | Italian program translation (Milo Casagrande) | Milo Casagrande | 2012-06-27 | 1 | -0/+1 |
|/ | |||||
* | Hungarian program translation (Gabor Kelemen) | Gabor Kelemen | 2012-06-25 | 1 | -0/+1 |
| | |||||
* | Bulgarian program translation (Damyan Ivanov) (Closes: #678983) | Damyan Ivanov | 2012-06-25 | 1 | -0/+7 |
| | |||||
* | releasing version 0.9.7 | Michael Vogt | 2012-06-19 | 1 | -6/+3 |
| | |||||
* | merged from donkult | Michael Vogt | 2012-06-19 | 1 | -0/+28 |
|\ | |||||
| * | * cmdline/apt-get.cc: | David Kalnischkies | 2012-06-18 | 1 | -0/+3 |
| | | | | | | | | - print a friendly message in 'download' if a package can't be downloaded (Closes: #677887) |