summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * cmdline/apt-cache.cc:David Kalnischkies2012-09-262-3/+12
| | | | | | - print versioned dependency relations in (r)depends if the option APT::Cache::ShowVersion is true (default: false) as discussed in #218995 to help debian-cd fixing #687949. Thanks to Sam Lidder for initial patch and Steve McIntyre for nagging and testing!
* * apt-pkg/pkgcache.cc:David Kalnischkies2012-09-194-3/+77
| | | | - ignore negative dependencies applying in the same group for M-A:same packages on the real package name as self-conflicts
* add 3 missing remap registrations causing a segfault in caseDavid Kalnischkies2012-09-192-0/+5
| | | we use the not remapped iterators after a move of the mmap again
* * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-193-1/+31
| | | - ensure that dependencies for packages:none are always generated
* releasing version 0.9.7.5Michael Vogt2012-09-113-4/+4
|
* merged from lp:~donkult/apt/sidMichael Vogt2012-09-118-14/+188
|\
| * * apt-pkg/pkgcachegen.cc:David Kalnischkies2012-09-092-0/+5
| | | | | | | | - do not create 'native' (or now 'none') package structures as a side effect of description translation parsing as it pollutes the cache
| * handle packages without a mandatory architecture (debian-policy §5.3)David Kalnischkies2012-09-098-14/+183
| | | | | | | | | | by introducing a pseudo-architecture 'none' so that the small group of users with these packages can get right of them without introducing too much hassle for other users (Closes: #686346)
* | Portuguese (Américo Monteiro) (Closes: #686975)bubulle@debian.org2012-09-082-1145/+646
|/
* apt-pkg/aptconfiguration.h: fix compiler errorMichael Vogt2012-09-041-1/+1
|
* merged lp:~donkult/apt/sidMichael Vogt2012-09-0425-1358/+1235
|\
| * report the package name with architecture in the "no file" error messageDavid Kalnischkies2012-09-031-1/+1
| |
| * unpack versions only in case a different version from the packageDavid Kalnischkies2012-09-032-2/+6
| | | | | | and avoid re-unpack otherwise (Closes: #670900)
| * * apt-pkg/cdrom.cc:David Kalnischkies2012-09-037-3/+171
| | | | | | | | | | | | | | - copy only configured translation files from a CD-ROM and not all available translation files preventing new installs with d-i from being initialized with all translations (Closes: #678227) - handle Components in the reduction for the source.list as multi-arch CDs otherwise create duplicated source entries (e.g. "wheezy main main")
| * - do not create duplicated flat-archive CD-ROM sources for foreignDavid Kalnischkies2012-09-032-9/+15
| | | | | | | | | | | | | | architectures on multi-arch CD-ROMs - do not warn about files which have a record in the Release file, but are not present on the CD to mirror the behavior of the other methods and to allow uncompressed indexes to be dropped without scaring users - handle Components in the reduction for the source.list as multi-arch CDs
| * * apt-pkg/cdrom.cc:David Kalnischkies2012-09-024-3/+101
| | | | | | | | - handle Components in the reduction for the source.list as multi-arch cds otherwise create duplicated source entries (e.g. "wheezy main main")
| * * apt-pkg/indexcopy.cc:David Kalnischkies2012-09-024-5/+102
| | | | | | | | - do not create duplicated flat-archive cdrom sources for foreign architectures on multi-arch cdroms
| * * Japanese manpage translation update (KURASAWA Nozomu) (Closes: #684435)KURASAWA Nozomu2012-08-303-2001/+1012
| |
| * * doc/apt_preferences.5.xml:David Kalnischkies2012-08-3011-1344/+714
| | | | | | | | - use the correct interval (x <= P < y) for pin value documentation as these are the intervals used by the code (Closes: #685989)
| * * debian/control:Raphael Geissert2012-08-302-0/+5
| | | | | | | | | | | | - let libapt-pkg break apt < 0.9.4 to ensure that the installed http- method supports the new redirection-style, thanks to Raphael Geissert for reporting & testing (Closes: #685192)
| * * apt-pkg/packagemanager.cc:David Kalnischkies2012-08-304-2/+136
| | | | | | | | | | - unpack versions in case a different version from the package is currently in unpack state to recover from broken system states (like different file in M-A:same package and other dpkg errors)
* | Japanese (KURASAWA Nozomu) (Closes: #684435)bubulle@debian.org2012-08-102-2004/+1020
|/
* releasing version 0.9.7.4Michael Vogt2012-08-063-4/+4
|
* merged from davidMichael Vogt2012-08-0611-369/+355
|\
| * disable the display of the error messages for DoInstall if DoBuildDepDavid Kalnischkies2012-08-061-1/+1
| | | | | | | | is calling the helper (enabled by enforcing failure reporting)
| * * apt-pkg/cdrom.cc:David Kalnischkies2012-08-052-2/+5
| | | | | | | | - 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-052-1/+9
| | | | | | | | - 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-054-11/+51
| | | | | | | | cases we have to choose a provider by defaulting on host-arch instead of build-arch
| * improve the check for purely virtuals as provided packages aren'tDavid Kalnischkies2012-08-042-1/+13
| | | | | | | | purely virtual and shouldn't error out cause of that
| * * doc/apt-verbatim.ent:David Kalnischkies2012-08-042-4/+7
| | | | | | | | - denote 'wheezy' as stable codename and 'jessie' as testing codename in the documentation in preparation for release
| * * cmdline/apt-get.cc:David Kalnischkies2012-08-043-2/+50
| | | | | | | | | | - 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-042-2/+5
| | | | | | | | - remove _POSIX_SYNCHRONIZED_IO guard in FileFd::Sync() around fsync as this guard is only needed for fdatasync and not defined on hurd
| * move the sysconf call behind the _POSIX_SYNCHRONIZED_IO guard thereDavid Kalnischkies2012-08-041-1/+1
| | | | | | | | it is used for the msync call
| * apt-pkg/contrib/mmap.cc:Pino Toscano2012-08-042-7/+13
| | | | | | | | | | | | - 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-042-268/+122
| |
| * Polish program translation (Michał Kułach)Michał Kułach2012-08-042-70/+79
| |
* | merged from davidMichael Vogt2012-07-2752-86/+143
|\|
| * for filesystems not supporting mmap'ing a file we need to use aDavid Kalnischkies2012-07-242-0/+3
| | | | | | 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-242-1/+13
| | | | | | second (filebased) constructor of DynamicMMap (Closes: #677704)
| * * apt-pkg/contrib/mmap.cc:David Kalnischkies2012-07-2046-73/+76
| | | | | | | | - 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-182-1/+4
| | | | | | | | - 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-183-1/+41
| | | | | | | | - handle :all and :native correctly as architectures again in the commandline parsing (regression in 0.9.7)
| * fix two markup-typos in the spanish manpage translationDavid Kalnischkies2012-07-181-2/+2
|/
* Spanish; (Omar Campagne). Closes: #681566bubulle@debian.org2012-07-142-1704/+936
|
* Czech (Miroslav Kure). Closes: #680758bubulle@debian.org2012-07-142-106/+137
|
* releasing version 0.9.7.2Michael Vogt2012-07-133-4/+4
|
* doc/po/fr.po: fix xml errorMichael Vogt2012-07-131-1/+1
|
* merged from donkultMichael Vogt2012-07-135-8/+24
|\
| * * apt-pkg/cachefilter.cc:David Kalnischkies2012-07-125-8/+24
| | | | | | | | | | | | | | - 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