summaryrefslogtreecommitdiff
path: root/apt-pkg
Commit message (Collapse)AuthorAgeFilesLines
* * fixed compile errors with g++ 7.3 (thanks to Michael Vogt2007-07-016-9/+14
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Daniel Burrows, closes: #429378) * fixes in the auto-mark code (thanks to Daniel Burrows) * fix FTFBFS by changing build-depends to libcurl4-gnutls-dev (closes: #428363) * cmdline/apt-get.cc: - fix InstallTask code when a pkgRecord ends with a single '\n' (thanks to Soren Hansen for reporting) * merged from Christian Perrier: * Update all PO and the POT. Gives 514t14f4u for formerly complete translations * fr.po: completed to 532t * ku.po, uk.po, LINGUAS: reintegrate those translations which disappeared from the BZR repositories
| * * fixes in the auto-mark code (thanks to DanielMichael Vogt2007-06-291-3/+6
| | | | | | Burrows)
| * Correct typos. Thanks Clytie for reporting. bubulle@debian.org2007-06-211-2/+2
| |
| * * fix some warningsMichael Vogt2007-06-192-3/+3
| |
| * * fixed compile errors with g++ 7.3 (thanks to Michael Vogt2007-06-193-1/+3
| | | | | | | | | | Daniel Burrows, closes: #429378) * fix FTFBFS by changing build-depends to libcurl4-gnutls-dev (closes: #428363)
* | * merged from apt--mvoMichael Vogt2007-06-181-1/+1
|\|
| * * apt-pkg/depcache.cc:Michael Vogt2007-06-141-1/+1
| | | | | | | | - merge missing bugfix from ubuntu branch
* | * apt-pkg/pkgrecords.cc,h:Michael Vogt2007-06-102-15/+17
|/ | | | - merge fix in destructor code
* * merged from apt--mvoMichael Vogt2007-06-092-3/+9
|\
| * * merged the remaining bits from the apt--no-pragma branchMichael Vogt2007-06-0940-142/+0
| |\
| * | * merged another missing bit from the ubuntu branchMichael Vogt2007-06-092-2/+2
| | |
| * | * merged some more missing bitsMichael Vogt2007-06-091-1/+7
| |\ \
| | * | * apt-pkg/depcache.cc:Michael Vogt2007-03-141-1/+4
| | | | | | | | | | | | | | | | - always chmod extended_states to 0644
| * | | * huge merge to bring the apt debian-sid and ubuntu branches as closeMichael Vogt2007-06-0972-374/+3826
| |\ \ \ | | | | | | | | | | | | | | | as possible to apt--mvo again
* | \ \ \ * Removed the more leftover #pragma interface/implementationMichael Vogt2007-06-0840-142/+0
|\ \ \ \ \ | | |_|_|/ | |/| | | closes: #306937 (thanks to Andreas Henriksson for the patch)
| * | | | * remove all the remaining #pragma implementationMichael Vogt2007-06-0841-145/+0
| | | | |
* | | | | * add "purge" commandline argument, closes: #133421)Michael Vogt2007-06-085-0/+6
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | (thanks to Julien Danjou for the patch) * fix FTBFS with gcc 4.3, closes: #417090 (thanks to Martin Michlmayr for the patch) * add --dsc-only option, thanks to K. Richard Pixley
| * | | | * fix FTBFS with gcc 4.3, closes: #417090Michael Vogt2007-06-085-0/+6
| | | | | | | | | | | | | | | (thanks to Martin Michlmayr for the patch)
* | | | | * revert bits of the acquire-item merge that broke the Michael Vogt2007-06-071-14/+13
| |_|/ / |/| | | | | | | | | | | description display
* | | | * merged the debian/experimental changes backMichael Vogt2007-06-0672-381/+3342
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into the debian/sid branch * merged from Christian Perrier: * mr.po: New Marathi translation Closes: #416806 * zh_CN.po: Updated by Eric Pareja Closes: #416822 * tl.po: Updated by Eric Pareja Closes: #416638 * gl.po: Updated by Jacobo Tarrio * da.po: Updated by Claus Hindsgaul * fr.po: Remove a non-breakable space for usability * ru.po: Updated Russian translation. Closes: #405476 * *.po: Unfuzzy after upstream typo corrections * buildlib/archtable: - added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096) * buildlib/systemtable: - added support for lpia * configure.in: - check systemtable for architecture mapping too * Package that contains tall the new features * Removed all #pragma interface/implementation * Branch that contains tall the new features: * translated package descriptions * task install support * automatic dependency removal (thanks to Daniel Burrows) * merged support for the new dpkg "Breaks" field (thanks to Ian Jackson) * handle network failures more gracefully on "update" * support for unattended-upgrades (via unattended-upgrades package) * added apt-transport-https method * merged "install-recommends" branch (ABI break): - new "--install-recommends" - install new recommends on "upgrade" if --install-recommends is given - new "--fix-policy" option to install all packages with unmet important dependencies (usefull with --install-recommends to see what not-installed recommends are on the system) - fix of recommended packages display (only show CandidateVersion fix or-group handling) * merged "install-task" branch (use with "apt-get install taskname^") * Applied patch from Daniel Schepler to make apt bin-NMU able. * eu.po: Updated * fix apt-get dist-upgrade * fix warning if no /var/lib/apt/extended_states is present * don't download Translations for deb-src sources.list lines * apt-pkg/tagfile.cc: - support not-mmapable files again * added support for i18n of the package descriptions * added support for aptitude like auto-install tracking (a HUGE HUGE thanks to Daniel Burrows who made this possible) * synced with the http://people.debian.org/~mvo/bzr/apt/debian-sid branch * build from http://people.debian.org/~mvo/bzr/apt/debian-experimental * apt-pkg/depcache.cc: - added Debug::pkgDepCache::AutoInstall (thanks to infinity) * apt-pkg/acquire-item.cc: - fix missing chmod() in the new aquire code (thanks to Bastian Blank, Closes: #367425) * merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main: * sk.po: Completed to 512t * eu.po: Completed to 512t * fr.po: Completed to 512t * sv.po: Completed to 512t * Update all PO and the POT. Gives 506t6f for formerly complete translations * Fix a incorrect example in the man-page (closes: #282918)
| * \ \ \ * updated from http://people.ubuntu.com/~mvo/bzr/apt/auto-mark/Michael Vogt2007-05-022-6/+18
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | * apt-pkg/depcache.cc:Michael Vogt2007-03-141-1/+16
| | | | | | | | | | | | | | | | | | | | - added APT::Never-MarkAuto-Section variable - that will consider dependencies of packages in this section manual
| | * | | * apt-pkg/packagemanager.cc:Michael Vogt2007-03-131-1/+2
| | | | | | | | | | | | | | | | | | | | - use ActionGroup() to protect FixMissing()
| * | | | * merged with the apt--mvo branchMichael Vogt2007-05-028-17/+47
| |\ \ \ \
| * \ \ \ \ * merged from apt--mvoMichael Vogt2007-01-122-2/+7
| |\ \ \ \ \
| * \ \ \ \ \ * merged apt--curl-https branchMichael Vogt2006-12-191-2/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ * apt-pkg/depcache.cc:Michael Vogt2006-12-181-0/+5
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | | | | | | | | - never autoremove Required packages
| | * | | | | | * apt-pkg/depcache.cc:Michael Vogt2006-12-181-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - never mark required packages as garbage
| * | | | | | | * merged the apt-breaks-iwj branchMichael Vogt2006-12-1414-32/+122
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * pulled in the other remaining ubuntu changes
| | * \ \ \ \ \ \ * merged with apt--mvoMichael Vogt2006-12-146-114/+120
| | |\ \ \ \ \ \ \
| | | * | | | | | | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-12-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cast correct
| | * | | | | | | | 0.6.46.3ubuntu2 change as uploaded: fix dist-upgradeIan Jackson2006-12-081-0/+1
| | | | | | | | | |
| | * | | | | | | | bump cache versionIan Jackson2006-09-051-1/+1
| | | | | | | | | |
| | * | | | | | | | initial Breaks implementationIan Jackson2006-08-257-18/+81
| | | | | | | | | |
| | * | | | | | | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-08-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - pass --auto-deconfigure to dpkg (-B) * debian/control: - depend on a dpkg with support for breaks
| | * | | | | | | | * apt-pkg/pkgcachegen.cc:Michael Vogt2006-08-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - increased the cache limit
| | * | | | | | | | * merged from the install-recommends branchMichael Vogt2006-08-141-8/+9
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ * merged ddtp supportMichael Vogt2006-08-1125-32/+967
| | |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ * merged the apt--install-recommends branchMichael Vogt2006-08-114-13/+28
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ABI break, bumped the version number
| | * \ \ \ \ \ \ \ \ \ \ * merged the apt--install-recommends branchMichael Vogt2006-08-103-11/+48
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ * merged with mainlineMichael Vogt2006-08-019-23/+618
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | * merged changes from Kamions upload (thanks!)Michael Vogt2006-07-211-0/+1
| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | * apt-pkg/depcache.cc:Michael Vogt2006-07-041-0/+9
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - if no /var/lib/apt/extended_states exists, create a empty one
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ * merged the debian--auto-mark patchMichael Vogt2006-07-039-66/+733
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated the library soname
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ * merged with apts mainlineMichael Vogt2006-07-035-80/+54
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | * wording fixes (cherry picked from apt--mvo)Michael Vogt2006-04-181-2/+2
| | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | * merged with mainlineMichael Vogt2006-03-281-1/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | * more work for the DefaultAptSources specMichael Vogt2006-02-213-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-pkg/acquire-item.h: - add new pkgAcquire::Item::StatTransientNetworkError status apt-pkg/acquire-item.cc: - if we get a StatTransientNetworkError use old sigfile and indexfiles apt-pkg/acquire-worker.cc: - set StatTransientNetworkError on "Timeout", "TmpResolveFailure", "ConnectionRefused" cmdline/apt-get.cc: - handle a StatTransientNetworkError different than a normal error (warning instead of error)
| | * | | | | | | | | | | | | | | | | * don't print a "can't stat " message for missing index files ↵Michael Vogt2006-02-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (DefaultSourcesSpec)
| | * | | | | | | | | | | | | | | | | * handle network failures more gracefully (default apt sources spec)Michael Vogt2006-02-211-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | apt-pkg/acquire-item.cc: - on network failures (Timeout,ResolveFailure,ConnectionRefused) move the old (known good) sigfile back and don't touch the indexfiles cmdline/apt-get.cc: - don't fail on apt-get update problems but issue a warning instead