Age | Commit message (Collapse) | Author |
|
|
|
|
|
- deal with missing FSTAB_DIR when using libudev to discover cdrom
- add experimental APT::cdrom::CdromOnly option (on by default).
When this is set to false apt-cdrom will handle any removable
deivce (like a usb-stick) as a "cdrom/dvd" source
|
|
Multi-Arch; instead, Arch: all packages only satisfy dependencies for
the native arch, except where the Arch: all package is declared
Multi-Arch: foreign. (Closes: #613584)
This has the sideeffect that arch:all packages internally show up as
coming from the native arch - so packages with the architecture "all"
doesn't exist any longer in the pkgcache
|
|
- make sure that for multiarch packages, we are passing the full
qualified package name to dpkg for removals. (Closes: #614298)
|
|
|
|
- reinstall dependencies of reinstalled "garbage" (Closes: #617257)
|
|
- honor Dpkg::Chroot-Directory in the RunScripts*() methods
|
|
- support data.tar's compressed with any configured compressor
|
|
|
|
- support adding new compressors by configuration
|
|
- ignore missing deb-src files in /var/lib/apt/lists, thanks
to Thorsten Spindler (LP: #85590)
|
|
|
|
- remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
|
|
- support xz-compressed source v3 debian.tar files
|
|
- support xz-compressed source v3 debian.tar files
|
|
- support download of xz-compressed indexes files
|
|
- support xz compressor to create xz-compressed Indexes and be able
to open data.tar.xz files
* ftparchive/writer.cc:
- include xz-compressed Packages and Sources files in Release file
|
|
- include xz-compressed Packages and Sources files in Release file
|
|
|
|
- ensure that Date and Valid-Until time strings are not localised
|
|
- support xz compressor to create xz-compressed Indexes and be able
to open data.tar.xz files
|
|
- reorder the loaded filesize bytes for big endian (Closes: #612986)
Thanks to Jörg Sommer for the detailed analyse!
|
|
Merci, Rémi Vanicat. Closes: #613689
|
|
|
|
Merci, Rémi Vanicat. Closes: #613689
* Complete French manpage translation
|
|
|
|
|
|
- party revert fix in 0.8.11.2 which marked all packages as manual
installed if the FromUser bit is set in the MarkInstall call.
The default for this bit is true and aptitude depends on the old
behavior so the package is only marked as manual if its not marked
("old" behavior) or if automatic installation is enabled - which
aptitude disables always (see also #613775)
|
|
Humbert.
* French translation update
* French manpages translation update
|
|
|
|
|
|
- don't remove new dependencies of garbage packages (Closes: #613420)
|
|
- ensure that va_list is not invalid in second try
|
|
|
|
- really detect bigendian machines by including config.h,
so we can really (Closes: #612986)
* apt-pkg/contrib/mmap.cc:
- Base has as 'valid' failure states 0 and -1 so add a simple
validData method to check for failure states
|
|
|
|
|
|
- reorder the loaded filesize bytes for big endian (Closes: #612986)
Thanks to Jörg Sommer for the detailed analyse!
|
|
|
|
- do not try to free the mapping if its is unset
|
|
- read patch into MMap only if we work on uncompressed patches
|
|
- mark a package which was requested to be installed on commandline
always as manual regardless if it is already marked or not as the
marker could be lost later by the removal of rdepends (Closes: #612557)
|
|
|
|
* merged lp:~evfool/apt/fix418552:
- Grammar fix for bug LP: #418552, thanks to Robert Roth
|
|
- String-fix in the source and the translations for the grammatical
mistake reported in bug LP: #641673, thanks to Robert Roth
|
|
- add --install-suggests option (Closes: #473089)
|
|
|
|
|
|
|