summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rename edspwriter to straight edsp in toplevel as it does more thanDavid Kalnischkies2011-03-314-23/+22
| | | | | | just writing stuff… it also reads and can work for both: - APT talking to an external solver - an external solver (understanding EDSP) talking to APT
* add the methods we will need to write to make working with EDSP possibleDavid Kalnischkies2011-03-312-2/+24
|
* strip the Dir::state from the config name as it will never be thereDavid Kalnischkies2011-03-311-4/+4
|
* parse the state of the package from the scenario file correctlyDavid Kalnischkies2011-03-311-30/+8
|
* rename the 'universe' to 'scenario' to reflect the naming in the draftDavid Kalnischkies2011-03-316-13/+13
|
* add a special scenario filename for using stdinDavid Kalnischkies2011-03-312-3/+14
|
* be able to write solutions, tooDavid Kalnischkies2011-03-303-0/+27
|
* add a first round of stuff needed for talking between APT and solversDavid Kalnischkies2011-03-3018-18/+609
| | | | | | based on a very early draft for EDSP by Stefano APT can now write a scenario as well as load most stuff from it.
* be able to disable resolver with APT::Get::CallResolver and disableDavid Kalnischkies2011-03-292-4/+5
| | | auto installation with APT::Get::AutoSolving
* be able to disable resolver with APT::Get::AutoSolvingDavid Kalnischkies2011-03-282-21/+48
|
* * apt-pkg/deb/deblistparser.cc:David Kalnischkies2011-03-284-18/+22
| | | - create foo:any provides for all architectures for an allowed package
* * cmdline/apt-get.cc:David Kalnischkies2011-03-262-2/+7
| | | - do not show simulation notice for non-root commands (Closes: #619072)
* do not change protected packages in autoinstall (Closes: #618848)David Kalnischkies2011-03-266-6/+55
|
* * apt-pkg/aptconfiguration.cc:David Kalnischkies2011-03-263-2/+95
| | | | - use dpkg --print-foreign-architectures to get multiarch configuration if non is specified with APT::Architectures (Closes: #612958)
* * apt-pkg/cacheiterator.h:David Kalnischkies2011-03-2510-42/+57
| | | | | | - 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 Kalnischkies2011-03-253-10/+9
| | | | - make "all"->"native" an implementation detail of NewPackage rather than rewrite it in higher methods
* * apt-pkg/depcache.cc:David Kalnischkies2011-03-252-6/+3
| | | - remove pseudo handling leftover from SetReInstall
* document ButAutomaticUpgrades together with NotAutomaticDavid Kalnischkies2011-03-232-4/+11
| | | as suggested by Charles Plessy (Closes: #619083)
* * doc/apt_preferences.5.xml:David Kalnischkies2011-03-232-2/+4
| | | - correct typo spotted by Charles Plessy (Closes: #619088)
* * debian/apt.conf.autoremove:David Kalnischkies2011-03-232-1/+4
| | | - adapt to new gnumach kernel package naming (Closes: #619337)
* * apt-pkg/deb/deblistparser.h:David Kalnischkies2011-03-232-2/+4
| | | - enable StripMultiArch by default for ParseDepends
* add a method to insert packages into dpkg's status fileDavid Kalnischkies2011-03-231-0/+23
|
* reorganize the marker methods a bit by moving the common part to aDavid Kalnischkies2011-03-204-61/+77
| | | | seperate IsModeChangeOk which checks sanity and dpkg holds
* * apt-pkg/vendor.cc, apt-pkg/vendorlist.cc:David Kalnischkies2011-03-165-28/+17
| | | - mark them as deprecated as they are unused
* * apt-pkg/deb/dpkgpm.cc:David Kalnischkies2011-03-162-2/+14
| | | - skip --configure if all packages disappeared
* enable buildsimplenativepackage to build packages for multipleDavid Kalnischkies2011-03-161-9/+13
| | | | | architectures in a row as it is needed for Multi-Arch:same that the shared files are the same
* releasing version 0.8.13Michael Vogt2011-03-161-2/+2
|
* merged from lp:~mvo/apt/mvoMichael Vogt2011-03-157-10/+103
|\
| * apt-pkg/acquire-method.cc: fix copy/paste errorMichael Vogt2011-03-151-1/+1
| |
| * methods/mirror.cc: randomize only based on hostnameMichael Vogt2011-03-141-4/+15
| |
| * methods/mirror.cc: init random seed at startupMichael Vogt2011-03-141-1/+3
| |
| * apt-pkg/acquire-item.cc: add some more missing Fail-IgnoreMichael Vogt2011-03-141-4/+10
| |
| * randomize mirror list to ensure more even loadMichael Vogt2011-03-143-0/+32
| |
| * 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
* | debian/changelog: mark UNRELEASEDMichael Vogt2011-03-141-2/+2
| |
* | * po/sl.po:Michael Vogt2011-03-142-430/+637
| | | | | | - updated, thanks to Andrej Znidarsic
* | merged from lp:~mvo/apt/mvoMichael Vogt2011-03-114-7/+27
|\|
| * 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
| |