]>
git.saurik.com Git - apt.git/log
Michael Vogt [Sun, 1 Oct 2006 23:01:05 +0000 (01:01 +0200)]
* merged from apt--mvo
Michael Vogt [Sun, 1 Oct 2006 22:58:53 +0000 (00:58 +0200)]
* apt-pkg/tagfile.cc,h:
- make the internal buffer grow dynamically if required
Michael Vogt [Sun, 1 Oct 2006 22:40:00 +0000 (00:40 +0200)]
* merged with unstable, prepared upload
Michael Vogt [Sat, 30 Sep 2006 20:50:41 +0000 (22:50 +0200)]
* apt-pkg/tagfile.h:
- increase the buffer in tagfile.cc for now, this really needs to
become a dynamic buffer
Michael Vogt [Sat, 30 Sep 2006 14:30:42 +0000 (16:30 +0200)]
* methods/gzip.cc:
- fix invalid reanem
Michael Vogt [Sat, 30 Sep 2006 14:18:09 +0000 (16:18 +0200)]
* merged from mainline
Michael Vogt [Sat, 30 Sep 2006 12:36:06 +0000 (14:36 +0200)]
* merged from Christian Perrier (http://www.perrier.eu.org/debian/packages
/d-i/level4/apt-main)
Michael Vogt [Sat, 30 Sep 2006 12:28:00 +0000 (14:28 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- translate the dpkg progress strings when they are used, not in the
struct (thanks to Steinar Gunderson)
* debian/changelog:
- updated
Michael Vogt [Sat, 30 Sep 2006 12:16:55 +0000 (14:16 +0200)]
* debian/rules:
- Daniel Schepler to make apt bin-NMU able
Michael Vogt [Sat, 30 Sep 2006 12:14:04 +0000 (14:14 +0200)]
* methods/gzip.cc:
- just stop on empty files, don't call the extractor
* debian/changelog:
- merged the last debian upload
- added entry for extractor
bubulle@debian.org [Fri, 29 Sep 2006 17:20:11 +0000 (19:20 +0200)]
Finnish translation update. Closes: #390149
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 [Thu, 28 Sep 2006 09:22:44 +0000 (11:22 +0200)]
* doc/examples/configure-index:
- document the buildDeps debug option
bubulle@debian.org [Wed, 27 Sep 2006 16:24:50 +0000 (18:24 +0200)]
Basque translation update. Closes: #389725
bubulle@debian.org [Thu, 21 Sep 2006 18:40:49 +0000 (20:40 +0200)]
Sync with Michael
bubulle@debian.org [Thu, 21 Sep 2006 18:37:50 +0000 (20:37 +0200)]
Vietnamese translation update
Michael Vogt [Thu, 21 Sep 2006 08:56:57 +0000 (10:56 +0200)]
* merged from the apt--install-recommends branch
Michael Vogt [Thu, 21 Sep 2006 08:49:46 +0000 (10:49 +0200)]
* share/debian-archive.gpg:
- use the versin from debian-sid
Michael Vogt [Thu, 21 Sep 2006 08:25:52 +0000 (10:25 +0200)]
* merged with apt--mvo
Michael Vogt [Thu, 21 Sep 2006 08:22:08 +0000 (10:22 +0200)]
* translation merges (thanks to Christian!)
bubulle@debian.org [Thu, 21 Sep 2006 06:56:48 +0000 (08:56 +0200)]
Fake change to fix permissions
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
bubulle@debian.org [Wed, 20 Sep 2006 16:03:33 +0000 (18:03 +0200)]
Romanian translation update. Closes: #388402
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:06:06 +0000 (16:06 +0200)]
* cmdline/apt-get.cc:
- call regexp_free()
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
bubulle@debian.org [Tue, 19 Sep 2006 05:02:16 +0000 (07:02 +0200)]
Dzongkha translation update. Closes: #388184
bubulle@debian.org [Sun, 17 Sep 2006 10:14:45 +0000 (12:14 +0200)]
Resync with Michael Vogt
bubulle@debian.org [Sun, 17 Sep 2006 07:30:17 +0000 (09:30 +0200)]
Italian translation typos fixed. Closes: #387812
bubulle@debian.org [Sun, 17 Sep 2006 07:25:39 +0000 (09:25 +0200)]
Add Kurdish translation. Closes: #387766
Michael Vogt [Sat, 16 Sep 2006 10:44:01 +0000 (12:44 +0200)]
* merged from mvo
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 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: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 11:52:22 +0000 (13:52 +0200)]
* merged with mainline
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 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
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:48:07 +0000 (11:48 +0200)]
* apt-pkg/depcache.cc:
- added "APT::Install-Recommends-Section" option
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 19:45:12 +0000 (21:45 +0200)]
* changelog updated
Michael Vogt [Tue, 15 Aug 2006 14:15:58 +0000 (16:15 +0200)]
* merged debian-sid
* updated changelog
Michael Vogt [Tue, 15 Aug 2006 13:18:51 +0000 (15:18 +0200)]
* merged the install-recommends branch
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:53:09 +0000 (00:53 +0200)]
* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 22:52:51 +0000 (00:52 +0200)]
* changelog updates
Michael Vogt [Wed, 26 Jul 2006 22:37:19 +0000 (00:37 +0200)]
* finalized changelog
Michael Vogt [Wed, 26 Jul 2006 22:36:59 +0000 (00:36 +0200)]
* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 21:29:20 +0000 (23:29 +0200)]
* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 14:15:35 +0000 (16:15 +0200)]
* support non-mmapable files again
Michael Vogt [Wed, 26 Jul 2006 14:13:02 +0000 (16:13 +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