summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* * fix error in AutocleanInterval, closes: #319339Michael Vogt2007-06-084-2/+17
|\ | | | | | | | | (thanks to Israel G. Lugo for the patch) * add "purge" commandline argument, closes: #133421) (thanks to Julien Danjou for the patch)
| * * add "purge" commandline argument, closes: #133421)Michael Vogt2007-06-083-1/+14
| | | | | | (thanks to Julien Danjou for the patch)
| * * fix error in AutocleanInterval, closes: #319339Michael Vogt2007-06-082-1/+3
| | | | | | (thanks to Israel G. Lugo for the patch)
* | * debian/control:Michael Vogt2007-06-071-1/+2
| | | | | | | | | | - update to new standards version - add XS-Vcs-Bzr header
* | * 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-06115-6243/+6026
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
| * \ * merged from http://people.ubuntu.com/~mvo/bzr/apt/curl-https/Michael Vogt2007-05-021-1/+1
| |\ \
| | * | * debian/control:Michael Vogt2007-02-211-1/+1
| | | | | | | | | | | | | | | | - fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
| * | | * updated from http://people.ubuntu.com/~mvo/bzr/apt/auto-mark/Michael Vogt2007-05-026-13/+57
| |\ \ \
| | * | | cmdline/apt-mark: fix chmod()/rename() orderingMichael Vogt2007-03-141-0/+1
| | | | |
| | * | | * cmdline/apt-get.cc:Michael Vogt2007-03-142-3/+5
| | | | | | | | | | | | | | | | | | | | - applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
| | * | | * cmdline/apt-get.cc:Michael Vogt2007-03-141-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | - do not clean the auto-flag in "remove" mode (e.g. apt-get remove already-installed-pkg) - only show packages in the auto-remove list that are not already marked for removal
| | * | | * cmdline/apt-get.cc:Michael Vogt2007-03-141-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - apt-get install foo for a already installed package foo that is marked "auto" will clear the auto-flag
| | * | | * apt-pkg/depcache.cc:Michael Vogt2007-03-143-55/+76
| | | | | | | | | | | | | | | | | | | | - 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()
| | * | | * cmdline/apt-get.cc:Michael Vogt2007-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | - fix show-versions output
| * | | | * merged with the apt--mvo branchMichael Vogt2007-05-0253-11643/+12171
| |\ \ \ \
| * | | | | * fix version number and changelogMichael Vogt2007-05-022-5/+4
| | | | | |
| * | | | | * merged from apt--mvoMichael Vogt2007-01-124-3/+15
| |\ \ \ \ \
| * | | | | | * changelog updatedMichael Vogt2006-12-191-0/+1
| | | | | | |
| * | | | | | * merged apt--curl-https branchMichael Vogt2006-12-198-5/+360
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | * | | | | * methods/https.cc:Michael Vogt2006-12-192-3/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - implemented various cert verification options
| | * | | | | * added https transport method as optional pacakgeMichael Vogt2006-12-197-8/+324
| | | | | | |
| * | | | | | * 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-1425-5418/+189
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * pulled in the other remaining ubuntu changes
| | * \ \ \ \ \ * merged with apt--mvoMichael Vogt2006-12-1424-196/+401
| | |\ \ \ \ \ \
| | | * | | | | | * apt-pkg/deb/debsrcrecords.{cc,h}:Michael Vogt2006-12-012-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - cast correct
| | * | | | | | | * merged from ianMichael Vogt2006-12-144-4/+21
| | |\ \ \ \ \ \ \
| | | * | | | | | | 0.6.46.3ubuntu2 change as uploaded: fix dist-upgradeIan Jackson2006-12-082-0/+8
| | | | | | | | | |
| | | * | | | | | | undo versioned dpkg dependenciesIan Jackson2006-09-062-5/+6
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | * debian/changelog:Michael Vogt2006-09-062-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - don't rewrite history * debian/control: - added dpkg versionized depends
| | | * | | | | | | | version 0.6.45ubuntu6Ian Jackson2006-09-061-1/+1
| | | | | | | | | | |
| | | * | | | | | | | bump cache versionIan Jackson2006-09-052-1/+9
| | |/ / / / / / / /
| | * / / / / / / / initial Breaks implementationIan Jackson2006-08-2513-539/+344
| | |/ / / / / / /
| | * | | | | | | * apt-pkg/deb/dpkgpm.cc:Michael Vogt2006-08-154-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - pass --auto-deconfigure to dpkg (-B) * debian/control: - depend on a dpkg with support for breaks
| | * | | | | | | * apt-pkg/pkgcachegen.cc:Michael Vogt2006-08-152-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - increased the cache limit
| | * | | | | | | * cmdline/apt-get.cc:Michael Vogt2006-08-143-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix the "fix-policy" code * debian/changelog: - new version
| | * | | | | | | * changelog updatedMichael Vogt2006-08-141-1/+1
| | | | | | | | |
| | * | | | | | | * merged from the install-recommends branchMichael Vogt2006-08-141-8/+9
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ * merged ddtp supportMichael Vogt2006-08-1131-115/+1217
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ * merged the apt--install-recommends branchMichael Vogt2006-08-118-16/+56
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ABI break, bumped the version number
| | * \ \ \ \ \ \ \ \ \ * merged the apt--install-recommends branchMichael Vogt2006-08-1042-6893/+8441
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ * merged with mainlineMichael Vogt2006-08-0159-852/+9950
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ * merged with auto-markMichael Vogt2006-07-262-184/+187
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | * debian/changelog:Michael Vogt2006-07-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - whitespace change to make lintian happy
| | * | | | | | | | | | | | | * cmdline/apt-get.cc:Michael Vogt2006-07-212-0/+8
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fix apt-get dselect-upgrade
| | * | | | | | | | | | | | | | * merged changes from Kamions upload (thanks!)Michael Vogt2006-07-212-0/+7
| | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | * apt-pkg/depcache.cc:Michael Vogt2006-07-043-1/+16
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - if no /var/lib/apt/extended_states exists, create a empty one
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ * merged the debian--auto-mark patchMichael Vogt2006-07-0318-229/+1060
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * updated the library soname