Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the ↵ | Michael Vogt | 2011-03-14 | 2 | -0/+16 |
| | | | | mirror methods does not retry on each mirror | ||||
* | * mirror method: | Michael Vogt | 2011-03-14 | 4 | -5/+29 |
| | | | - when downloading data, show the mirror being used | ||||
* | methods/mirror.cc: improve debug output and fix selecting the next mirror | Michael Vogt | 2011-03-11 | 1 | -4/+9 |
| | |||||
* | * apt-pkg/acquire-item.cc: | Michael Vogt | 2011-03-11 | 2 | -2/+7 |
| | | | | - mark pkgAcqIndexTrans as Index-File to avoid asking the user to insert the CD on each apt-get update | ||||
* | rename debian/apt.cron.daily back for now until the conffile is properly copyied | Michael Vogt | 2011-03-11 | 1 | -0/+0 |
| | |||||
* | * debian/zzapt.cron.daily: | Michael Vogt | 2011-03-10 | 3 | -1/+13 |
| | | | | | | - move cron job to the end of execution (LP: #727685) * methods/rsh.cc - fix rsh/ssh option parsing (LP: #678080), thanks to Ville Mattila | ||||
* | merged from debian-sid | Michael Vogt | 2011-03-10 | 127 | -19800/+23740 |
|\ | |||||
| * | releasing version 0.8.12 | Michael Vogt | 2011-03-10 | 1 | -2/+2 |
| | | |||||
| * | apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken ↵ | Michael Vogt | 2011-03-10 | 2 | -1/+10 |
| | | | | | | | | (also in this case its probably not needed because pkgUDevCDrom is not used outside libapt itself, still its better to be on the save side) | ||||
| * | doc/po/fr.po: fix typo | Michael Vogt | 2011-03-10 | 1 | -1/+1 |
| | | |||||
| * | merged the lp:~mvo/apt/mvo branch | Michael Vogt | 2011-03-10 | 10 | -188/+242 |
| |\ | |/ |/| | |||||
* | | * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}: | Michael Vogt | 2011-03-10 | 3 | -2/+11 |
| | | | | | | | | | | | | - 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 | ||||
* | | apt-pkg/contrib/cdromutl.{cc,h}: return string for mountpath; ↵ | Michael Vogt | 2011-03-09 | 3 | -7/+12 |
| | | | | | | | | apt-pkg/cdrom.cc: use string | ||||
* | | apt-pkg/cdrom.{cc,h}: add ScanForRemovable helper | Michael Vogt | 2011-03-09 | 2 | -8/+22 |
| | | |||||
* | | apt-pkg/cdrom.h: move new member to the end to minimize ABI risk | Michael Vogt | 2011-03-09 | 1 | -1/+1 |
| | | |||||
* | | apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; ↵ | Michael Vogt | 2011-03-04 | 3 | -0/+39 |
| | | | | | | | | apt-pkg/cdrom.cc: deal with missing FSTAB_DIR | ||||
* | | apt-pkg/cdrom.{cc,h}: add udev_enumerate_add_match_sysattr to the libudev class | Michael Vogt | 2011-03-04 | 2 | -0/+2 |
| | | |||||
* | | * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc: | Michael Vogt | 2011-03-03 | 3 | -0/+20 |
| | | | | | | - honor Dpkg::Chroot-Directory in the RunScripts*() methods | ||||
* | | * apt-pkg/deb/debindexfile.cc: | Michael Vogt | 2011-02-25 | 2 | -1/+7 |
| | | | | | | | | - ignore missing deb-src files in /var/lib/apt/lists, thanks to Thorsten Spindler (LP: #85590) | ||||
* | | doc/examples/configure-index: remove no longer used option NoConfigure | Michael Vogt | 2011-02-21 | 1 | -1/+0 |
| | | |||||
| * | merged from donkult | Michael Vogt | 2011-03-10 | 38 | -834/+497 |
| |\ | |||||
| | * | Remove the "pseudopackage" handling of Architecture: all packages for | David Kalnischkies | 2011-03-08 | 22 | -670/+141 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| | * | use FullName and strdup instead of handmade and new[] | David Kalnischkies | 2011-03-07 | 1 | -5/+3 |
| | | | |||||
| | * | * apt-pkg/deb/dpkgpm.cc: | Steve Langasek | 2011-03-07 | 2 | -3/+25 |
| | | | | | | | | | | | | | | | - make sure that for multiarch packages, we are passing the full qualified package name to dpkg for removals. (Closes: #614298) | ||||
| | * | Italian translation update (Milo Casagrande). Closes: #614395 | David Kalnischkies | 2011-03-07 | 2 | -269/+347 |
| | |\ | | |/ | |/| | |||||
| * | | Italian translation update (Milo Casagrande). Closes: #614395 | bubulle@debian.org | 2011-02-24 | 2 | -268/+346 |
| | | | |||||
| | * | * cmdline/apt-get.cc: | David Kalnischkies | 2011-03-07 | 2 | -2/+4 |
| | | | | | | | | | - reinstall dependencies of reinstalled "garbage" (Closes: #617257) | ||||
| | * | * apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-28 | 2 | -17/+29 |
| | | | | | | | | | - support data.tar's compressed with any configured compressor | ||||
| | * | support every compression we have a compressor configured | David Kalnischkies | 2011-02-27 | 4 | -4/+24 |
| | | | |||||
| | * | - load the supported compressors from configuration | David Kalnischkies | 2011-02-27 | 6 | -52/+133 |
| | | | | | | | | | - support adding new compressors by configuration | ||||
| | * | d'uh! implement and not only declare the string wrapper for FindVector | David Kalnischkies | 2011-02-27 | 1 | -1/+1 |
| | | | |||||
| | * | * ftparchive/contents.cc: | David Kalnischkies | 2011-02-24 | 3 | -30/+7 |
| | | | | | | | | | - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc | ||||
| | * | test the xz compressor, too | David Kalnischkies | 2011-02-22 | 1 | -3/+5 |
| | | | |||||
| | * | * apt-pkg/deb/debsrcrecords.cc: | David Kalnischkies | 2011-02-22 | 2 | -2/+5 |
| | |\ | | | | | | | | | - support xz-compressed source v3 debian.tar files | ||||
| | | * | * apt-pkg/deb/debsrcrecords.cc: | David Kalnischkies | 2011-02-22 | 2 | -2/+5 |
| | | | | | | | | | | | | - support xz-compressed source v3 debian.tar files | ||||
| | * | | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2011-02-22 | 3 | -3/+13 |
| | | | | | | | | | | | | - support download of xz-compressed indexes files | ||||
| | * | | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 6 | -7/+25 |
| | |\| | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
| | | * | * ftparchive/writer.cc: | David Kalnischkies | 2011-02-22 | 2 | -1/+5 |
| | | | | | | | | | | | | - include xz-compressed Packages and Sources files in Release file | ||||
| | | * | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 5 | -6/+22 |
| | | | | | | | | | | | | | | | | - support xz compressor to create xz-compressed Indexes and be able to open data.tar.xz files | ||||
| | | * | * apt-pkg/contrib/fileutl.cc: | David Kalnischkies | 2011-02-22 | 2 | -2/+18 |
| | | | | | | | | | | | | | | | | - reorder the loaded filesize bytes for big endian (Closes: #612986) Thanks to Jörg Sommer for the detailed analyse! | ||||
| | | * | Fix error in French translation of manpages (apt_preferences(5)). | Christian Perrier | 2011-02-22 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | Merci, Rémi Vanicat. Closes: #613689 | ||||
| | | * | fix the pointer to the VCS-Bzr | David Kalnischkies | 2011-02-22 | 2 | -4/+5 |
| | | | | |||||
| | | * | * debian/control: | Michael Vogt | 2011-02-02 | 2 | -1/+9 |
| | | | | | | | | | | | | | | | | - make Vcs-Bzr point to http://bzr.debian.org/apt/debian-squeeze branch | ||||
| | * | | add options to disable specific checksums for Indexes | David Kalnischkies | 2011-02-22 | 5 | -65/+101 |
| | | | | |||||
| | * | | * ftparchive/writer.cc: | David Kalnischkies | 2011-02-22 | 2 | -1/+12 |
| |/ / | | | | | | | - ensure that Date and Valid-Until time strings are not localised | ||||
| * | | * Fix error in French translation of manpages (apt_preferences(5)). | bubulle@debian.org | 2011-02-18 | 2 | -24/+29 |
| | | | | | | | | | | | | Merci, Rémi Vanicat. Closes: #613689 * Complete French manpage translation | ||||
| * | | debian/control: remove Luca Bruno from the maintainers (on his own request) | Michael Vogt | 2011-02-17 | 1 | -1/+1 |
| | | | |||||
| * | | releasing version 0.8.11.5 | Michael Vogt | 2011-02-17 | 1 | -1/+1 |
| | | | |||||
| * | | merged from lp:~donkult/apt/sid | Michael Vogt | 2011-02-17 | 2 | -3/+15 |
| |\ \ | |||||
| | * | | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-02-17 | 2 | -3/+15 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | - 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) |