]>
git.saurik.com Git - apt.git/log
Michael Vogt [Mon, 2 Oct 2006 18:41:55 +0000 (20:41 +0200)]
* merged man-page change
Michael Vogt [Mon, 2 Oct 2006 13:45:55 +0000 (15:45 +0200)]
* doc/apt-get.8.xml:
- added documentation patch from Vladimír Lapáček about autoremove
Michael Vogt [Fri, 29 Sep 2006 13:24:11 +0000 (15:24 +0200)]
* merged from apt--auto-mark
Michael Vogt [Fri, 29 Sep 2006 13:13:45 +0000 (15:13 +0200)]
* cmdline/apt-get.cc:
- fix problem that AutomaticRemove can't be set permanently via preferences
Michael Vogt [Wed, 27 Sep 2006 22:48:50 +0000 (00:48 +0200)]
* cmdline/apt-get.cc:
- merged from apt--tasks, fix auto-install problem with tasks
* debian/changelog:
- new upload
Michael Vogt [Wed, 27 Sep 2006 22:32:38 +0000 (00:32 +0200)]
* cmdline/apt-get.cc:
- run TryToInstall() in a way that it won't automatically tries to
fix the cache after each package but queue them all first
Michael Vogt [Wed, 27 Sep 2006 22:31:13 +0000 (00:31 +0200)]
* debian/changelog:
- no change upload to fix build problem with synaptic
Michael Vogt [Thu, 21 Sep 2006 00:02:55 +0000 (02:02 +0200)]
* merged from the auto-mark branch
* uploaded
Michael Vogt [Thu, 21 Sep 2006 00:02:13 +0000 (02:02 +0200)]
* apt-pkg/depcache.cc:
- do not change the auto-flag in MarkKeep() to prevent side-effects
in interactive package managers when a package is marked for remove
first and then unmarked again. the old code removed the auto-flag,
the new code will retain this information
- a package can be garbage even if it is already marked for removal
Michael Vogt [Wed, 20 Sep 2006 12:17:08 +0000 (14:17 +0200)]
* apt-pkg/depcache.{cc,h}:
- added OnlyInstalled option to writeState()
* debian/changelog:
- prepared nwe upload
Michael Vogt [Tue, 19 Sep 2006 16:28:47 +0000 (18:28 +0200)]
* merged from apt--tasks
Michael Vogt [Tue, 19 Sep 2006 15:24:46 +0000 (17:24 +0200)]
* apt-pkg/tagfile.cc:
- added ubuntu specific Original-Maintainer field
Michael Vogt [Tue, 19 Sep 2006 15:22:41 +0000 (17:22 +0200)]
* cmdline/apt-get.cc:
- changed syntax from "installtask" to "install taskname^"
(the ^ <- makes it look for tasks)
Michael Vogt [Tue, 19 Sep 2006 14:12:02 +0000 (16:12 +0200)]
* merged from apt--tasks
Michael Vogt [Tue, 19 Sep 2006 14:06:06 +0000 (16:06 +0200)]
* cmdline/apt-get.cc:
- call regexp_free()
Michael Vogt [Tue, 19 Sep 2006 14:05:44 +0000 (16:05 +0200)]
* merged apt--tasks, this brings in the latest changes from apt--mvo as well
Michael Vogt [Tue, 19 Sep 2006 13:46:14 +0000 (15:46 +0200)]
* Makefile:
- re-comment the building of the manual stuff
Michael Vogt [Tue, 19 Sep 2006 13:41:52 +0000 (15:41 +0200)]
* cmdline/apt-get.cc:
- install with FixBroken=true
Michael Vogt [Tue, 19 Sep 2006 12:02:53 +0000 (14:02 +0200)]
* tasksupport (apt-get installtask lala) added
Michael Vogt [Sat, 16 Sep 2006 10:30:38 +0000 (12:30 +0200)]
* reverted otavios patch again because it breaks the following behaviour:
A depends on X|Y
B depends on Y
With the old code we get:
"apt-get install A B": we get "A B X Y"
"apt-get install B A": we get "A B Y"
With the new code there is no way to get this right and we always end
up with "A B X Y" because we just go over the packages in the order
that they are in the cache and run MarkInstall(AutoInstall=true) on
them then. When A comes before B we always end up with the unneeded X
dependency.
Michael Vogt [Sat, 16 Sep 2006 10:02:02 +0000 (12:02 +0200)]
* cmdline/apt-get.cc:
- merged patch from otavio to make the order of package selections less important
Michael Vogt [Fri, 15 Sep 2006 16:24:47 +0000 (18:24 +0200)]
* apt-pkg/tagfile.cc, tagfile.h:
- reverted the mmap patch again, it caused too much trouble with
pipes etc
Michael Vogt [Fri, 15 Sep 2006 15:29:53 +0000 (17:29 +0200)]
* apt-pkg/tagfile.cc:
- applied patch from jvw to make the tag key stuff case-insensitive
Michael Vogt [Wed, 13 Sep 2006 10:03:37 +0000 (12:03 +0200)]
* merged from auto-remove
Michael Vogt [Wed, 13 Sep 2006 09:53:26 +0000 (11:53 +0200)]
* cmdline/apt-get.cc:
- typo
Michael Vogt [Wed, 13 Sep 2006 09:52:19 +0000 (11:52 +0200)]
* cmdline/apt-get.cc:
- changed the behaviour of --no-remove and --auto-remove, if --no-remove
is given, then that will turn off --auto-remove implicitely
Michael Vogt [Wed, 13 Sep 2006 09:33:07 +0000 (11:33 +0200)]
* changelog updated
Michael Vogt [Wed, 13 Sep 2006 09:32:32 +0000 (11:32 +0200)]
* cmdline/apt-get.cc:
- only error out if both "APT::Get::Autoremove" is set to true and "APT::Get::Remove" to false, in this case the the save options wins and apt will abort
Michael Vogt [Tue, 12 Sep 2006 10:24:42 +0000 (12:24 +0200)]
* share/debian-archive.gpg:
- removed the outdated debian 2004 and the amd64 keys
Michael Vogt [Tue, 12 Sep 2006 09:37:44 +0000 (11:37 +0200)]
* merged from Christian Perrier (http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main)
Michael Vogt [Tue, 12 Sep 2006 09:23:42 +0000 (11:23 +0200)]
* doc/examples/sources.list:
- removed no-longer used non-us line
Michael Vogt [Tue, 12 Sep 2006 09:19:35 +0000 (11:19 +0200)]
* methods/gzip.cc:
- if it can't write (because var is full), close the FromGz stream
to not hang in ExecWait() later
bubulle@debian.org [Sun, 10 Sep 2006 18:04:43 +0000 (20:04 +0200)]
Add Closes statements to some translation changes
bubulle@debian.org [Sun, 10 Sep 2006 18:01:57 +0000 (20:01 +0200)]
Various changes I have no idea about
bubulle@debian.org [Sun, 10 Sep 2006 18:01:32 +0000 (20:01 +0200)]
Updated Slovak translation. Closes: #386851
bubulle@debian.org [Fri, 8 Sep 2006 21:39:22 +0000 (23:39 +0200)]
Re-enable Hebrew translation
bubulle@debian.org [Fri, 8 Sep 2006 21:36:23 +0000 (23:36 +0200)]
Japanese translation update. Closes: #386537
Michael Vogt [Fri, 8 Sep 2006 18:11:30 +0000 (20:11 +0200)]
* apt-pkg/algorithms.cc:
- merged from apt--auto-mark (preserve auto-install information in InstallProtect
* cmdline/apt-get.cc:
- fix typo
* cmdline/makefile:
- install apt-mark as well
Michael Vogt [Fri, 8 Sep 2006 17:36:31 +0000 (19:36 +0200)]
* apt-pkg/algorithms.cc:
- bugfix in the InstallProcted() code (preserver the auto-install information)
* cmdline/makefile:
- install apt-mark as well
Michael Vogt [Thu, 7 Sep 2006 20:55:14 +0000 (22:55 +0200)]
* merged from the apt--install-recommends branch
Michael Vogt [Thu, 7 Sep 2006 16:21:29 +0000 (18:21 +0200)]
* apt-pkg/depcache.cc:
- bugfix in the "get-section" code
bubulle@debian.org [Thu, 7 Sep 2006 15:24:39 +0000 (17:24 +0200)]
Update Galician translation. Closes: #386397
Michael Vogt [Thu, 7 Sep 2006 09:52:58 +0000 (11:52 +0200)]
* apt-pkg/depcache.cc:
- merged from install-recommends
* debian/apt.conf.ubuntu:
- added "APT::Install-Recommends-Section" to "metapackages"
* renamed apt.conf.autoremove -> apt.conf.ubuntu
Michael Vogt [Thu, 7 Sep 2006 09:48:07 +0000 (11:48 +0200)]
* apt-pkg/depcache.cc:
- added "APT::Install-Recommends-Section" option
Michael Vogt [Wed, 6 Sep 2006 17:38:37 +0000 (19:38 +0200)]
* merged ians changes for apt support for breaks
Michael Vogt [Wed, 6 Sep 2006 17:31:18 +0000 (19:31 +0200)]
* debian/changelog:
- prepared new upload
Michael Vogt [Wed, 6 Sep 2006 17:25:51 +0000 (19:25 +0200)]
* merged from the auto-install branch
Michael Vogt [Wed, 6 Sep 2006 17:12:34 +0000 (19:12 +0200)]
* cmdline/apt-get.cc:
- always show the autoremove information and give advice how to use it
* debian/rules:
- install apt.conf.autoremove with blacklist for linux-image and linux-restriceted-modules
Ian Jackson [Wed, 6 Sep 2006 16:22:12 +0000 (17:22 +0100)]
undo versioned dpkg dependencies
Ian Jackson [Wed, 6 Sep 2006 16:17:28 +0000 (17:17 +0100)]
version 0.6.45ubuntu6
Michael Vogt [Wed, 6 Sep 2006 16:07:24 +0000 (18:07 +0200)]
* debian/changelog:
- don't rewrite history
* debian/control:
- added dpkg versionized depends
Michael Vogt [Wed, 6 Sep 2006 16:04:17 +0000 (18:04 +0200)]
* merged with the apt--mvo branch
Ian Jackson [Tue, 5 Sep 2006 18:51:17 +0000 (19:51 +0100)]
bump cache version
bubulle@debian.org [Sat, 2 Sep 2006 08:02:58 +0000 (10:02 +0200)]
Updated French translation
bubulle@debian.org [Sat, 2 Sep 2006 08:01:14 +0000 (10:01 +0200)]
Regenerate POs and POT
Ian Jackson [Fri, 25 Aug 2006 14:39:15 +0000 (15:39 +0100)]
initial Breaks implementation
bubulle@debian.org [Mon, 21 Aug 2006 18:19:20 +0000 (13:19 -0500)]
Regenerate the PO and POT from the 0.6.45 sources
bubulle@debian.org [Mon, 21 Aug 2006 17:34:18 +0000 (12:34 -0500)]
Brazilian Portuguese translation update. Closes: #383966
bubulle@debian.org [Mon, 21 Aug 2006 15:55:15 +0000 (10:55 -0500)]
Merge with Michael and resolve conflicts
bubulle@debian.org [Sun, 20 Aug 2006 23:01:41 +0000 (18:01 -0500)]
Swedish translation update. Closes: #383641
Michael Vogt [Wed, 16 Aug 2006 10:16:46 +0000 (12:16 +0200)]
* methods/http.cc:
- check for incorrect proxy settings more carefully
Michael Vogt [Tue, 15 Aug 2006 10:59:52 +0000 (12:59 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- pass --auto-deconfigure to dpkg (-B)
* debian/control:
- depend on a dpkg with support for breaks
Michael Vogt [Tue, 15 Aug 2006 10:08:36 +0000 (12:08 +0200)]
* apt-pkg/pkgcachegen.cc:
- increased the cache limit
bubulle@debian.org [Tue, 15 Aug 2006 01:25:14 +0000 (20:25 -0500)]
Finnish translation update. Closes: #382702
Michael Vogt [Mon, 14 Aug 2006 19:16:02 +0000 (21:16 +0200)]
* cmdline/apt-get.cc:
- fix the "fix-policy" code
* debian/changelog:
- new version
Michael Vogt [Mon, 14 Aug 2006 11:32:51 +0000 (13:32 +0200)]
* changelog updated
Michael Vogt [Mon, 14 Aug 2006 09:52:35 +0000 (11:52 +0200)]
* merged from the install-recommends branch
Michael Vogt [Fri, 11 Aug 2006 17:14:51 +0000 (19:14 +0200)]
* merged ddtp support
Michael Vogt [Fri, 11 Aug 2006 15:27:13 +0000 (17:27 +0200)]
* apt-pkg/depcache.cc:
- only work on instVer if we actually have one
Michael Vogt [Fri, 11 Aug 2006 10:45:33 +0000 (12:45 +0200)]
* merged the apt--install-recommends branch
* ABI break, bumped the version number
Michael Vogt [Fri, 11 Aug 2006 09:30:11 +0000 (11:30 +0200)]
* cmdline/apt-get.cc:
- added "--fix-policy" option to make it easy to fix any not-install
recommends
* apt-pkg/depcache.{cc,h}
- MarkInstall() has a new "ForceImportantDeps" option (defaults to false)
to fice the install of recommends even for already installed pkgs
- a new PolicyBroken() function to see how much of the recommends are
broken
Michael Vogt [Wed, 9 Aug 2006 22:08:39 +0000 (00:08 +0200)]
* merged the apt--install-recommends branch
Michael Vogt [Wed, 9 Aug 2006 18:01:46 +0000 (20:01 +0200)]
* apt-pkg/depcache.cc:
- find new important dependencies on upgrade and deal with them
Michael Vogt [Wed, 9 Aug 2006 15:17:04 +0000 (17:17 +0200)]
* apt-pkg/init.cc:
- init "install-recommends", "install-suggests" with default "false"
* debian/changelog:
- updated
Michael Vogt [Wed, 9 Aug 2006 14:54:33 +0000 (16:54 +0200)]
* merged with mainline
Michael Vogt [Wed, 9 Aug 2006 14:54:13 +0000 (16:54 +0200)]
* cmdline/apt-get.cc:
- added FIXME about the missing feature of or-group display in recommends/suggests display
Michael Vogt [Wed, 9 Aug 2006 14:49:58 +0000 (16:49 +0200)]
* cmdline/apt-get.cc:
- fixed for the suggets/recommends display
Michael Vogt [Wed, 9 Aug 2006 13:08:58 +0000 (15:08 +0200)]
* cmdline/apt-get.cc:
- added "{no-}install-recommends" option to apt-get
* doc/examples/configure-index:
- recommends/suggests option documented
Michael Vogt [Wed, 9 Aug 2006 12:45:01 +0000 (14:45 +0200)]
* merged with mainline
Michael Vogt [Wed, 9 Aug 2006 12:27:47 +0000 (14:27 +0200)]
* changelog updated
Michael Vogt [Wed, 9 Aug 2006 12:26:53 +0000 (14:26 +0200)]
* debian/control:
- switched to libdb4.4
Michael Vogt [Tue, 1 Aug 2006 13:45:39 +0000 (15:45 +0200)]
* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 22:55:34 +0000 (00:55 +0200)]
* merged the "work-on-non-mapable-files-again" branch
Michael Vogt [Wed, 26 Jul 2006 22:52:51 +0000 (00:52 +0200)]
* changelog updates
Michael Vogt [Wed, 26 Jul 2006 21:29:20 +0000 (23:29 +0200)]
* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 13:57:51 +0000 (15:57 +0200)]
* suport both MMapable files and non-mmapable files
Michael Vogt [Wed, 26 Jul 2006 09:00:06 +0000 (11:00 +0200)]
* merged with auto-mark
Michael Vogt [Wed, 26 Jul 2006 08:58:26 +0000 (10:58 +0200)]
* cmdline/apt-get.cc:
- add a scope with a ActionGroup in DoInstall() to speed up the install
of long package lists (e.g. pbuilder)
Michael Vogt [Tue, 25 Jul 2006 14:11:03 +0000 (16:11 +0200)]
* apt-pkg/deb/debmetaindex.cc:
- don't queue translations for deb-src entries
Michael Vogt [Tue, 25 Jul 2006 11:48:17 +0000 (13:48 +0200)]
* apt-pkg/acquire-item.cc:
- check "/bin/bzip2" instead of "/usr/bin/bzip2"
Michael Vogt [Tue, 25 Jul 2006 11:32:01 +0000 (13:32 +0200)]
* typo fix
Michael Vogt [Tue, 25 Jul 2006 10:59:12 +0000 (12:59 +0200)]
* apt-inst/contrib/extracttar.cc:
- assign the return string value from Find() before calling c_str() on
it, otherwise the string goes out of scope and is deleted
Michael Vogt [Tue, 25 Jul 2006 09:55:17 +0000 (11:55 +0200)]
* methods/gpgv.cc:
- deal with gpgs NODATA message
Michael Vogt [Tue, 25 Jul 2006 09:48:48 +0000 (11:48 +0200)]
* undo the debian/examples add
Michael Vogt [Tue, 25 Jul 2006 09:46:44 +0000 (11:46 +0200)]
* added missing examples file
Michael Vogt [Tue, 25 Jul 2006 09:37:20 +0000 (11:37 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- ignore lines that can't be split properly from dpkg (DpkgPM::Go)
* doc/examples/configure-index:
- documentation updates
Michael Vogt [Tue, 25 Jul 2006 08:08:10 +0000 (10:08 +0200)]
* doc/apt-get.8.xml:
- point to the right dir for the user guide in the man-page
Michael Vogt [Tue, 25 Jul 2006 07:51:48 +0000 (09:51 +0200)]
* merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main
Michael Vogt [Mon, 24 Jul 2006 21:37:09 +0000 (23:37 +0200)]
test/hash.cc:
- added sha256 test
Michael Vogt [Mon, 24 Jul 2006 21:06:16 +0000 (23:06 +0200)]
* ftparchive/cachedb.cc:
- applied patch from ajt (#379576)