summaryrefslogtreecommitdiff
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* * mirror method:Michael Vogt2011-03-141-0/+2
| | | - when downloading data, show the mirror being used
* * apt-pkg/acquire-item.cc:Michael Vogt2011-03-111-0/+5
| | | | - 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-102-0/+11
| | | | | | - move cron job to the end of execution (LP: #727685) * methods/rsh.cc - fix rsh/ssh option parsing (LP: #678080), thanks to Ville Mattila
* releasing version 0.8.12Michael Vogt2011-03-101-2/+2
|
* merged the lp:~mvo/apt/mvo branchMichael Vogt2011-03-101-1/+13
|\
| * * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}:Michael Vogt2011-03-101-0/+5
| | | | | | | | | | | | - 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/fileutl.cc, apt-pkg/deb/dpkgpm.cc:Michael Vogt2011-03-031-0/+2
| | | | | | - honor Dpkg::Chroot-Directory in the RunScripts*() methods
| * * apt-pkg/deb/debindexfile.cc:Michael Vogt2011-02-251-0/+3
| | | | | | | | - ignore missing deb-src files in /var/lib/apt/lists, thanks to Thorsten Spindler (LP: #85590)
* | Remove the "pseudopackage" handling of Architecture: all packages forDavid Kalnischkies2011-03-082-2/+6
| | | | | | | | | | | | | | | | | | 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
* | * apt-pkg/deb/dpkgpm.cc:Steve Langasek2011-03-071-1/+6
| | | | | | | | | | - 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-071-1/+2
|\ \
| * | Italian translation update (Milo Casagrande). Closes: #614395bubulle@debian.org2011-02-241-0/+1
| | |
* | | * cmdline/apt-get.cc:David Kalnischkies2011-03-071-1/+3
| | | | | | | | | - reinstall dependencies of reinstalled "garbage" (Closes: #617257)
* | | * apt-inst/deb/debfile.cc:David Kalnischkies2011-02-281-1/+3
| | | | | | | | | - support data.tar's compressed with any configured compressor
* | | support every compression we have a compressor configuredDavid Kalnischkies2011-02-271-1/+2
| | |
* | | - load the supported compressors from configurationDavid Kalnischkies2011-02-271-1/+3
| | | | | | | | | - support adding new compressors by configuration
* | | * ftparchive/contents.cc:David Kalnischkies2011-02-241-1/+3
| | | | | | | | | - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc
* | | * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-02-221-1/+3
|\ \ \ | | | | | | | | - support xz-compressed source v3 debian.tar files
| * | | * apt-pkg/deb/debsrcrecords.cc:David Kalnischkies2011-02-221-1/+3
| | | | | | | | | | | | - support xz-compressed source v3 debian.tar files
* | | | * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-02-221-1/+3
| | | | | | | | | | | | - support download of xz-compressed indexes files
* | | | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:David Kalnischkies2011-02-221-1/+5
|\| | | | | | | | | | | | | | | | | | | | | | | - 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-221-1/+3
| | | | | | | | | | | | - include xz-compressed Packages and Sources files in Release file
| * | | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc:David Kalnischkies2011-02-221-1/+4
| | | | | | | | | | | | | | | | - 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-221-1/+5
| | | | | | | | | | | | | | | | - 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-221-1/+6
| | | | | | | | | | | | | | | | 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-221-2/+2
| | | |
* | | | * ftparchive/writer.cc:David Kalnischkies2011-02-221-1/+7
| |/ / |/| | | | | - 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-181-0/+8
| | | | | | | | | | | | 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
| | |
* | | * apt-pkg/depcache.cc:David Kalnischkies2011-02-171-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | - 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)
* | | * Add missing dot in French translation of manpages. Merci, Olivierbubulle@debian.org2011-02-161-0/+9
| | | | | | | | | | | | | | | Humbert. * French translation update * French manpages translation update
* | | releasing version 0.8.11.4Michael Vogt2011-02-161-1/+1
| | |
* | | merged from donkult and fix dashishMichael Vogt2011-02-161-1/+7
|\ \ \
| * | | * cmdline/apt-get.cc:David Kalnischkies2011-02-151-1/+3
|/ / / | | | | | | - don't remove new dependencies of garbage packages (Closes: #613420)
* | | * apt-pkg/contrib/error.cc:David Kalnischkies2011-02-151-0/+8
| | | | | | | | | - ensure that va_list is not invalid in second try
* | | releasing version 0.8.11.3Michael Vogt2011-02-141-2/+1
| | |
* | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-141-0/+12
| | | | | | | | | | | | | | | | | | | | | - 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
* | | releasing version 0.8.11.2Michael Vogt2011-02-141-7/+3
| | |
* | | merged from lp:~donkult/apt/sidMichael Vogt2011-02-141-0/+20
|\ \ \
| * | | * apt-pkg/contrib/fileutl.cc:David Kalnischkies2011-02-131-2/+5
| | | | | | | | | | | | | | | | - reorder the loaded filesize bytes for big endian (Closes: #612986) Thanks to Jörg Sommer for the detailed analyse!
| * | | update size of dynamic MMap as we write in from the outsideDavid Kalnischkies2011-02-131-1/+2
| | | |
| * | | * apt-pkg/contrib/mmap.cc:David Kalnischkies2011-02-121-1/+3
| | | | | | | | | | | | - do not try to free the mapping if its is unset
| * | | * methods/rred.cc:David Kalnischkies2011-02-121-1/+3
| | | | | | | | | | | | - read patch into MMap only if we work on uncompressed patches
| * | | * apt-pkg/depcache.cc:David Kalnischkies2011-02-111-1/+5
| | | | | | | | | | | | | | | | | | | | - 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)
| * | | * cmdline/apt-get.cc:David Kalnischkies2011-02-091-0/+8
| | | | | | | | | | | | - add --install-suggests option (Closes: #473089)
* | | | merged from lp:~mvo/apt/mvoMichael Vogt2011-02-101-0/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|