summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* apt-pkg/acquire-item.{cc,h}: mark InRelease with Fail-Ignore to ensure the ↵Michael Vogt2011-03-142-0/+16
| | | | mirror methods does not retry on each mirror
* * mirror method:Michael Vogt2011-03-144-5/+29
| | | - when downloading data, show the mirror being used
* methods/mirror.cc: improve debug output and fix selecting the next mirrorMichael Vogt2011-03-111-4/+9
|
* * apt-pkg/acquire-item.cc:Michael Vogt2011-03-112-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 copyiedMichael Vogt2011-03-111-0/+0
|
* * debian/zzapt.cron.daily:Michael Vogt2011-03-103-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-sidMichael Vogt2011-03-10127-19800/+23740
|\
| * releasing version 0.8.12Michael Vogt2011-03-101-2/+2
| |
| * apt-pkg/cdrom.{cc,h}: add (ugly) workaround to ensure the ABI is not broken ↵Michael Vogt2011-03-102-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 typoMichael Vogt2011-03-101-1/+1
| |
| * merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-1010-188/+242
| |\ | |/ |/|
* | * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt2011-03-103-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 Vogt2011-03-093-7/+12
| | | | | | | | apt-pkg/cdrom.cc: use string
* | apt-pkg/cdrom.{cc,h}: add ScanForRemovable helperMichael Vogt2011-03-092-8/+22
| |
* | apt-pkg/cdrom.h: move new member to the end to minimize ABI riskMichael Vogt2011-03-091-1/+1
| |
* | apt-pkg/contrib/cdromutl.{cc,h}: add FindMountPointForDevice helper; ↵Michael Vogt2011-03-043-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 classMichael Vogt2011-03-042-0/+2
| |
* | * apt-pkg/contrib/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-03-033-0/+20
| | | | | | - honor Dpkg::Chroot-Directory in the RunScripts*() methods
* | * apt-pkg/deb/debindexfile.cc:Michael Vogt2011-02-252-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 NoConfigureMichael Vogt2011-02-211-1/+0
| |
| * merged from donkultMichael Vogt2011-03-1038-834/+497
| |\
| | * Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-0822-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 Kalnischkies2011-03-071-5/+3
| | |
| | * * apt-pkg/deb/dpkgpm.cc:Steve Langasek2011-03-072-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: #614395David Kalnischkies2011-03-072-269/+347
| | |\ | | |/ | |/|
| * | Italian translation update (Milo Casagrande). Closes: #614395bubulle@debian.org2011-02-242-268/+346
| | |
| | * * cmdline/apt-get.cc:David Kalnischkies2011-03-072-2/+4
| | | | | | | | | - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
| | * * apt-inst/deb/debfile.cc:David Kalnischkies2011-02-282-17/+29
| | | | | | | | | - support data.tar's compressed with any configured compressor
| | * support every compression we have a compressor configuredDavid Kalnischkies2011-02-274-4/+24
| | |
| | * - load the supported compressors from configurationDavid Kalnischkies2011-02-276-52/+133
| | | | | | | | | - support adding new compressors by configuration
| | * d'uh! implement and not only declare the string wrapper for FindVectorDavid Kalnischkies2011-02-271-1/+1
| | |
| | * * ftparchive/contents.cc:David Kalnischkies2011-02-243-30/+7
| | | | | | | | | - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
| | * test the xz compressor, tooDavid Kalnischkies2011-02-221-3/+5
| | |
| | * * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-02-222-2/+5
| | |\ | | | | | | | | - support xz-compressed source v3 debian.tar files
| | | * * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-02-222-2/+5
| | | | | | | | | | | | - support xz-compressed source v3 debian.tar files
| | * | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-02-223-3/+13
| | | | | | | | | | | | - support download of xz-compressed indexes files
| | * | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:David Kalnischkies2011-02-226-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 Kalnischkies2011-02-222-1/+5
| | | | | | | | | | | | - include xz-compressed Packages and Sources files in Release file
| | | * * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:David Kalnischkies2011-02-225-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 Kalnischkies2011-02-222-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 Perrier2011-02-222-2/+7
| | | | | | | | | | | | | | | | Merci, Rémi Vanicat. Closes: #613689
| | | * fix the pointer to the VCS-BzrDavid Kalnischkies2011-02-222-4/+5
| | | |
| | | * * debian/control:Michael Vogt2011-02-022-1/+9
| | | | | | | | | | | | | | | | - make Vcs-Bzr point to http://bzr.debian.org/apt/debian-squeeze branch
| | * | add options to disable specific checksums for IndexesDavid Kalnischkies2011-02-225-65/+101
| | | |
| | * | * ftparchive/writer.cc:David Kalnischkies2011-02-222-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.org2011-02-182-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 Vogt2011-02-171-1/+1
| | |
| * | releasing version 0.8.11.5Michael Vogt2011-02-171-1/+1
| | |
| * | merged from lp:~donkult/apt/sidMichael Vogt2011-02-172-3/+15
| |\ \
| | * | * apt-pkg/depcache.cc:David Kalnischkies2011-02-172-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)