Age | Commit message (Collapse) | Author |
|
- return "all" instead of native architecture without breaking the abi
(too much) by extending enum instead of using bitflags (LP: #733741)
With the next abi break that enum should be a char bitflag instead
|
|
- make "all"->"native" an implementation detail of NewPackage
rather than rewrite it in higher methods
|
|
- remove pseudo handling leftover from SetReInstall
|
|
as suggested by Charles Plessy (Closes: #619083)
|
|
- correct typo spotted by Charles Plessy (Closes: #619088)
|
|
- adapt to new gnumach kernel package naming (Closes: #619337)
|
|
- enable StripMultiArch by default for ParseDepends
|
|
seperate IsModeChangeOk which checks sanity and dpkg holds
|
|
- mark them as deprecated as they are unused
|
|
- skip --configure if all packages disappeared
|
|
|
|
|
|
|
|
|
|
- updated, thanks to Andrej Znidarsic
|
|
- when downloading data, show the mirror being used
|
|
|
|
- mark pkgAcqIndexTrans as Index-File to avoid asking the
user to insert the CD on each apt-get update
|
|
|
|
- move cron job to the end of execution (LP: #727685)
* methods/rsh.cc
- fix rsh/ssh option parsing (LP: #678080), thanks to
Ville Mattila
|
|
|
|
|
|
- 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
|