Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ship the apt-internal-solver in apt-utils package and link it to | David Kalnischkies | 2011-05-03 | 2 | -1/+2 |
| | | | | /usr/lib/apt/solvers so we have it available for playing as 'apt' | ||||
* | be able to disable resolver with APT::Get::CallResolver and disable | David Kalnischkies | 2011-03-29 | 1 | -2/+3 |
| | | | auto installation with APT::Get::AutoSolving | ||||
* | be able to disable resolver with APT::Get::AutoSolving | David Kalnischkies | 2011-03-28 | 1 | -1/+2 |
| | |||||
* | * apt-pkg/deb/deblistparser.cc: | David Kalnischkies | 2011-03-28 | 1 | -1/+3 |
| | | | - create foo:any provides for all architectures for an allowed package | ||||
* | * cmdline/apt-get.cc: | David Kalnischkies | 2011-03-26 | 1 | -1/+3 |
| | | | - do not show simulation notice for non-root commands (Closes: #619072) | ||||
* | do not change protected packages in autoinstall (Closes: #618848) | David Kalnischkies | 2011-03-26 | 1 | -1/+2 |
| | |||||
* | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2011-03-26 | 1 | -1/+4 |
| | | | | - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958) | ||||
* | * apt-pkg/cacheiterator.h: | David Kalnischkies | 2011-03-25 | 1 | -1/+4 |
| | | | | | | - 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 | ||||
* | * apt-pkg/pkgcachegen.cc: | David Kalnischkies | 2011-03-25 | 1 | -1/+4 |
| | | | | - make "all"->"native" an implementation detail of NewPackage rather than rewrite it in higher methods | ||||
* | * apt-pkg/depcache.cc: | David Kalnischkies | 2011-03-25 | 1 | -1/+3 |
| | | | - remove pseudo handling leftover from SetReInstall | ||||
* | document ButAutomaticUpgrades together with NotAutomatic | David Kalnischkies | 2011-03-23 | 1 | -1/+3 |
| | | | as suggested by Charles Plessy (Closes: #619083) | ||||
* | * doc/apt_preferences.5.xml: | David Kalnischkies | 2011-03-23 | 1 | -1/+3 |
| | | | - correct typo spotted by Charles Plessy (Closes: #619088) | ||||
* | * debian/apt.conf.autoremove: | David Kalnischkies | 2011-03-23 | 2 | -1/+4 |
| | | | - adapt to new gnumach kernel package naming (Closes: #619337) | ||||
* | * apt-pkg/deb/deblistparser.h: | David Kalnischkies | 2011-03-23 | 1 | -1/+3 |
| | | | - enable StripMultiArch by default for ParseDepends | ||||
* | reorganize the marker methods a bit by moving the common part to a | David Kalnischkies | 2011-03-20 | 1 | -1/+1 |
| | | | | seperate IsModeChangeOk which checks sanity and dpkg holds | ||||
* | * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc: | David Kalnischkies | 2011-03-16 | 1 | -1/+3 |
| | | | - mark them as deprecated as they are unused | ||||
* | * apt-pkg/deb/dpkgpm.cc: | David Kalnischkies | 2011-03-16 | 1 | -0/+8 |
| | | | - skip --configure if all packages disappeared | ||||
* | releasing version 0.8.13 | Michael Vogt | 2011-03-16 | 1 | -2/+2 |
| | |||||
* | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-03-15 | 1 | -1/+6 |
|\ | |||||
| * | randomize mirror list to ensure more even load | Michael Vogt | 2011-03-14 | 1 | -0/+1 |
| | | |||||
| * | * mirror method: | Michael Vogt | 2011-03-14 | 1 | -0/+2 |
| | | | | | | - when downloading data, show the mirror being used | ||||
* | | debian/changelog: mark UNRELEASED | Michael Vogt | 2011-03-14 | 1 | -2/+2 |
| | | |||||
* | | * po/sl.po: | Michael Vogt | 2011-03-14 | 1 | -0/+2 |
| | | | | | | - updated, thanks to Andrej Znidarsic | ||||
* | | merged from lp:~mvo/apt/mvo | Michael Vogt | 2011-03-11 | 1 | -0/+14 |
|\| | |||||
| * | * apt-pkg/acquire-item.cc: | Michael Vogt | 2011-03-11 | 1 | -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 copyied | Michael Vogt | 2011-03-11 | 1 | -0/+0 |
| | | |||||
| * | * debian/zzapt.cron.daily: | Michael Vogt | 2011-03-10 | 2 | -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.12 | Michael Vogt | 2011-03-10 | 1 | -2/+2 |
| | |||||
* | merged the lp:~mvo/apt/mvo branch | Michael Vogt | 2011-03-10 | 1 | -1/+13 |
|\ | |||||
| * | * apt-pkg/contrib/cdromutl.{cc,h}, apt-pkg/cdrom.{cc,h}: | Michael Vogt | 2011-03-10 | 1 | -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 Vogt | 2011-03-03 | 1 | -0/+2 |
| | | | | | | - honor Dpkg::Chroot-Directory in the RunScripts*() methods | ||||
| * | * apt-pkg/deb/debindexfile.cc: | Michael Vogt | 2011-02-25 | 1 | -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 for | David Kalnischkies | 2011-03-08 | 2 | -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 Langasek | 2011-03-07 | 1 | -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: #614395 | David Kalnischkies | 2011-03-07 | 1 | -1/+2 |
|\ \ | |||||
| * | | Italian translation update (Milo Casagrande). Closes: #614395 | bubulle@debian.org | 2011-02-24 | 1 | -0/+1 |
| | | | |||||
* | | | * cmdline/apt-get.cc: | David Kalnischkies | 2011-03-07 | 1 | -1/+3 |
| | | | | | | | | | - reinstall dependencies of reinstalled "garbage" (Closes: #617257) | ||||
* | | | * apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-28 | 1 | -1/+3 |
| | | | | | | | | | - support data.tar's compressed with any configured compressor | ||||
* | | | support every compression we have a compressor configured | David Kalnischkies | 2011-02-27 | 1 | -1/+2 |
| | | | |||||
* | | | - load the supported compressors from configuration | David Kalnischkies | 2011-02-27 | 1 | -1/+3 |
| | | | | | | | | | - support adding new compressors by configuration | ||||
* | | | * ftparchive/contents.cc: | David Kalnischkies | 2011-02-24 | 1 | -1/+3 |
| | | | | | | | | | - remove ExtractArchive codecopy from apt-inst/deb/debfile.cc | ||||
* | | | * apt-pkg/deb/debsrcrecords.cc: | David Kalnischkies | 2011-02-22 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | - support xz-compressed source v3 debian.tar files | ||||
| * | | | * apt-pkg/deb/debsrcrecords.cc: | David Kalnischkies | 2011-02-22 | 1 | -1/+3 |
| | | | | | | | | | | | | - support xz-compressed source v3 debian.tar files | ||||
* | | | | * apt-pkg/aptconfiguration.cc: | David Kalnischkies | 2011-02-22 | 1 | -1/+3 |
| | | | | | | | | | | | | - support download of xz-compressed indexes files | ||||
* | | | | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 1 | -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 Kalnischkies | 2011-02-22 | 1 | -1/+3 |
| | | | | | | | | | | | | - include xz-compressed Packages and Sources files in Release file | ||||
| * | | | * ftparchive/multicompress.cc, apt-inst/deb/debfile.cc: | David Kalnischkies | 2011-02-22 | 1 | -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 Kalnischkies | 2011-02-22 | 1 | -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 Perrier | 2011-02-22 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | Merci, Rémi Vanicat. Closes: #613689 | ||||
| * | | | fix the pointer to the VCS-Bzr | David Kalnischkies | 2011-02-22 | 2 | -4/+5 |
| | | | |