]> git.saurik.com Git - apt.git/log
apt.git
18 years agoVietnamese translation update
bubulle@debian.org [Thu, 21 Sep 2006 18:37:50 +0000 (20:37 +0200)] 
Vietnamese translation update

18 years ago* merged from the apt--install-recommends branch
Michael Vogt [Thu, 21 Sep 2006 08:56:57 +0000 (10:56 +0200)] 
* merged from the apt--install-recommends branch

18 years ago* share/debian-archive.gpg:
Michael Vogt [Thu, 21 Sep 2006 08:49:46 +0000 (10:49 +0200)] 
* share/debian-archive.gpg:
  - use the versin from debian-sid

18 years ago* merged with apt--mvo
Michael Vogt [Thu, 21 Sep 2006 08:25:52 +0000 (10:25 +0200)] 
* merged with apt--mvo

18 years ago* translation merges (thanks to Christian!)
Michael Vogt [Thu, 21 Sep 2006 08:22:08 +0000 (10:22 +0200)] 
* translation merges (thanks to Christian!)

18 years agoFake change to fix permissions
bubulle@debian.org [Thu, 21 Sep 2006 06:56:48 +0000 (08:56 +0200)] 
Fake change to fix permissions

18 years ago* apt-pkg/depcache.cc:
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

18 years agoRomanian translation update. Closes: #388402
bubulle@debian.org [Wed, 20 Sep 2006 16:03:33 +0000 (18:03 +0200)] 
Romanian translation update. Closes: #388402

18 years ago* cmdline/apt-get.cc:
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)

18 years ago* cmdline/apt-get.cc:
Michael Vogt [Tue, 19 Sep 2006 14:06:06 +0000 (16:06 +0200)] 
* cmdline/apt-get.cc:
  - call regexp_free()

18 years ago* Makefile:
Michael Vogt [Tue, 19 Sep 2006 13:46:14 +0000 (15:46 +0200)] 
* Makefile:
  - re-comment the building of the manual stuff

18 years ago* cmdline/apt-get.cc:
Michael Vogt [Tue, 19 Sep 2006 13:41:52 +0000 (15:41 +0200)] 
* cmdline/apt-get.cc:
  - install with FixBroken=true

18 years ago* tasksupport (apt-get installtask lala) added
Michael Vogt [Tue, 19 Sep 2006 12:02:53 +0000 (14:02 +0200)] 
* tasksupport (apt-get installtask lala) added

18 years agoDzongkha translation update. Closes: #388184
bubulle@debian.org [Tue, 19 Sep 2006 05:02:16 +0000 (07:02 +0200)] 
Dzongkha translation update. Closes: #388184

18 years agoResync with Michael Vogt
bubulle@debian.org [Sun, 17 Sep 2006 10:14:45 +0000 (12:14 +0200)] 
Resync with Michael Vogt

18 years agoItalian translation typos fixed. Closes: #387812
bubulle@debian.org [Sun, 17 Sep 2006 07:30:17 +0000 (09:30 +0200)] 
Italian translation typos fixed. Closes: #387812

18 years agoAdd Kurdish translation. Closes: #387766
bubulle@debian.org [Sun, 17 Sep 2006 07:25:39 +0000 (09:25 +0200)] 
Add Kurdish translation. Closes: #387766

18 years ago* merged from mvo
Michael Vogt [Sat, 16 Sep 2006 10:44:01 +0000 (12:44 +0200)] 
* merged from mvo

18 years ago* reverted otavios patch again because it breaks the following behaviour:
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.

18 years ago* cmdline/apt-get.cc:
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

18 years ago* apt-pkg/tagfile.cc, tagfile.h:
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

18 years ago* apt-pkg/tagfile.cc:
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

18 years ago* cmdline/apt-get.cc:
Michael Vogt [Wed, 13 Sep 2006 09:53:26 +0000 (11:53 +0200)] 
* cmdline/apt-get.cc:
  - typo

18 years ago* cmdline/apt-get.cc:
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

18 years ago* cmdline/apt-get.cc:
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

18 years ago* merged with mainline
Michael Vogt [Tue, 12 Sep 2006 11:52:22 +0000 (13:52 +0200)] 
* merged with mainline

18 years ago* share/debian-archive.gpg:
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

18 years ago* merged from Christian Perrier (http://www.perrier.eu.org/debian/packages/d-i/level4...
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)

18 years ago* doc/examples/sources.list:
Michael Vogt [Tue, 12 Sep 2006 09:23:42 +0000 (11:23 +0200)] 
* doc/examples/sources.list:
  - removed no-longer used non-us line

18 years ago* methods/gzip.cc:
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

18 years agoAdd Closes statements to some translation changes
bubulle@debian.org [Sun, 10 Sep 2006 18:04:43 +0000 (20:04 +0200)] 
Add Closes statements to some translation changes

18 years agoVarious changes I have no idea about
bubulle@debian.org [Sun, 10 Sep 2006 18:01:57 +0000 (20:01 +0200)] 
Various changes I have no idea about

18 years agoUpdated Slovak translation. Closes: #386851
bubulle@debian.org [Sun, 10 Sep 2006 18:01:32 +0000 (20:01 +0200)] 
Updated Slovak translation. Closes: #386851

18 years agoRe-enable Hebrew translation
bubulle@debian.org [Fri, 8 Sep 2006 21:39:22 +0000 (23:39 +0200)] 
Re-enable Hebrew translation

18 years agoJapanese translation update. Closes: #386537
bubulle@debian.org [Fri, 8 Sep 2006 21:36:23 +0000 (23:36 +0200)] 
Japanese translation update. Closes: #386537

18 years ago* apt-pkg/algorithms.cc:
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

18 years agoUpdate Galician translation. Closes: #386397
bubulle@debian.org [Thu, 7 Sep 2006 15:24:39 +0000 (17:24 +0200)] 
Update Galician translation. Closes: #386397

18 years ago* apt-pkg/depcache.cc:
Michael Vogt [Thu, 7 Sep 2006 09:48:07 +0000 (11:48 +0200)] 
* apt-pkg/depcache.cc:
  - added "APT::Install-Recommends-Section" option

18 years ago* cmdline/apt-get.cc:
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

18 years ago* merged with the apt--mvo branch
Michael Vogt [Wed, 6 Sep 2006 16:04:17 +0000 (18:04 +0200)] 
* merged with the apt--mvo branch

18 years agoUpdated French translation
bubulle@debian.org [Sat, 2 Sep 2006 08:02:58 +0000 (10:02 +0200)] 
Updated French translation

18 years agoRegenerate POs and POT
bubulle@debian.org [Sat, 2 Sep 2006 08:01:14 +0000 (10:01 +0200)] 
Regenerate POs and POT

18 years agoRegenerate the PO and POT from the 0.6.45 sources
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

18 years agoBrazilian Portuguese translation update. Closes: #383966
bubulle@debian.org [Mon, 21 Aug 2006 17:34:18 +0000 (12:34 -0500)] 
Brazilian Portuguese translation update. Closes: #383966

18 years agoMerge with Michael and resolve conflicts
bubulle@debian.org [Mon, 21 Aug 2006 15:55:15 +0000 (10:55 -0500)] 
Merge with Michael and resolve conflicts

18 years agoSwedish translation update. Closes: #383641
bubulle@debian.org [Sun, 20 Aug 2006 23:01:41 +0000 (18:01 -0500)] 
Swedish translation update. Closes: #383641

18 years ago* methods/http.cc:
Michael Vogt [Wed, 16 Aug 2006 10:16:46 +0000 (12:16 +0200)] 
* methods/http.cc:
  - check for incorrect proxy settings more carefully

18 years ago* changelog updated
Michael Vogt [Tue, 15 Aug 2006 19:45:12 +0000 (21:45 +0200)] 
* changelog updated

18 years ago* merged debian-sid
Michael Vogt [Tue, 15 Aug 2006 14:15:58 +0000 (16:15 +0200)] 
* merged debian-sid
* updated changelog

18 years ago* merged the install-recommends branch
Michael Vogt [Tue, 15 Aug 2006 13:18:51 +0000 (15:18 +0200)] 
* merged the install-recommends branch

18 years agoFinnish translation update. Closes: #382702
bubulle@debian.org [Tue, 15 Aug 2006 01:25:14 +0000 (20:25 -0500)] 
Finnish translation update. Closes: #382702

18 years ago* apt-pkg/depcache.cc:
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

18 years ago* cmdline/apt-get.cc:
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

18 years ago* apt-pkg/depcache.cc:
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

18 years ago* apt-pkg/init.cc:
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

18 years ago* merged with mainline
Michael Vogt [Wed, 9 Aug 2006 14:54:33 +0000 (16:54 +0200)] 
* merged with mainline

18 years ago* cmdline/apt-get.cc:
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

18 years ago* cmdline/apt-get.cc:
Michael Vogt [Wed, 9 Aug 2006 14:49:58 +0000 (16:49 +0200)] 
* cmdline/apt-get.cc:
  - fixed for the suggets/recommends display

18 years ago* cmdline/apt-get.cc:
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

18 years ago* merged with mainline
Michael Vogt [Wed, 9 Aug 2006 12:45:01 +0000 (14:45 +0200)] 
* merged with mainline

18 years ago* changelog updated
Michael Vogt [Wed, 9 Aug 2006 12:27:47 +0000 (14:27 +0200)] 
* changelog updated

18 years ago* debian/control:
Michael Vogt [Wed, 9 Aug 2006 12:26:53 +0000 (14:26 +0200)] 
* debian/control:
  - switched to libdb4.4

18 years ago* merged the "work-on-non-mapable-files-again" branch
Michael Vogt [Wed, 26 Jul 2006 22:55:34 +0000 (00:55 +0200)] 
* merged the "work-on-non-mapable-files-again" branch

18 years ago* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 22:53:09 +0000 (00:53 +0200)] 
* merged with mainline

18 years ago* changelog updates
Michael Vogt [Wed, 26 Jul 2006 22:52:51 +0000 (00:52 +0200)] 
* changelog updates

18 years ago* finalized changelog
Michael Vogt [Wed, 26 Jul 2006 22:37:19 +0000 (00:37 +0200)] 
* finalized changelog

18 years ago* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 22:36:59 +0000 (00:36 +0200)] 
* merged with mainline

18 years ago* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 21:29:20 +0000 (23:29 +0200)] 
* merged with mainline

18 years ago* support non-mmapable files again
Michael Vogt [Wed, 26 Jul 2006 14:15:35 +0000 (16:15 +0200)] 
* support non-mmapable files again

18 years ago* merged with mainline
Michael Vogt [Wed, 26 Jul 2006 14:13:02 +0000 (16:13 +0200)] 
* merged with mainline

18 years ago* suport both MMapable files and non-mmapable files
Michael Vogt [Wed, 26 Jul 2006 13:57:51 +0000 (15:57 +0200)] 
* suport both MMapable files and non-mmapable files

18 years ago* cmdline/apt-get.cc:
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)

18 years ago* merged with the latest ddtp branch fixes
Michael Vogt [Tue, 25 Jul 2006 14:21:35 +0000 (16:21 +0200)] 
* merged with the latest ddtp branch fixes

18 years ago* apt-pkg/deb/debmetaindex.cc:
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

18 years ago* merged with the current auto-mark branch
Michael Vogt [Tue, 25 Jul 2006 14:06:42 +0000 (16:06 +0200)] 
* merged with the current auto-mark branch

18 years ago* changelog update
Michael Vogt [Tue, 25 Jul 2006 12:55:27 +0000 (14:55 +0200)] 
* changelog update

18 years ago* apt-pkg/acquire-item.cc:
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"

18 years ago* typo fix
Michael Vogt [Tue, 25 Jul 2006 11:32:01 +0000 (13:32 +0200)] 
* typo fix

18 years ago* merged with mainline
Michael Vogt [Tue, 25 Jul 2006 11:20:17 +0000 (13:20 +0200)] 
* merged with mainline

18 years ago* apt-inst/contrib/extracttar.cc:
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

18 years ago* methods/gpgv.cc:
Michael Vogt [Tue, 25 Jul 2006 09:55:17 +0000 (11:55 +0200)] 
* methods/gpgv.cc:
  - deal with gpgs NODATA message

18 years ago* undo the debian/examples add
Michael Vogt [Tue, 25 Jul 2006 09:48:48 +0000 (11:48 +0200)] 
* undo the debian/examples add

18 years ago* added missing examples file
Michael Vogt [Tue, 25 Jul 2006 09:46:44 +0000 (11:46 +0200)] 
* added missing examples file

18 years ago* apt-pkg/deb/dpkgpm.cc:
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

18 years ago* doc/apt-get.8.xml:
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

18 years ago* merged from http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main
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

18 years ago* merged with mainline
Michael Vogt [Tue, 25 Jul 2006 07:37:35 +0000 (09:37 +0200)] 
* merged with mainline

18 years agotest/hash.cc:
Michael Vogt [Mon, 24 Jul 2006 21:37:09 +0000 (23:37 +0200)] 
test/hash.cc:
- added sha256 test

18 years ago* ftparchive/cachedb.cc:
Michael Vogt [Mon, 24 Jul 2006 21:06:16 +0000 (23:06 +0200)] 
* ftparchive/cachedb.cc:
  - applied patch from ajt (#379576)

18 years ago* merged ajs apt-ftparchive branch
Michael Vogt [Mon, 24 Jul 2006 20:51:14 +0000 (22:51 +0200)] 
* merged ajs apt-ftparchive branch

18 years ago* apt-pkg/contrib/sha256.cc:
Michael Vogt [Mon, 24 Jul 2006 20:49:39 +0000 (22:49 +0200)] 
* apt-pkg/contrib/sha256.cc:
  - fix the sha256 code (thanks to Jakob Bohm, closes: #378183)

18 years ago* apt-pkg/depcache.cc:
Michael Vogt [Fri, 21 Jul 2006 09:00:34 +0000 (11:00 +0200)] 
* apt-pkg/depcache.cc:
  - close the outfile properly (thanks to kamion)
* cmdline/apt-get.cc:
  - unbreak dselect-upgrade by adding a ActionGroup around it

18 years agoKorean translation update/ Closes: #378901
bubulle@debian.org [Wed, 19 Jul 2006 16:21:35 +0000 (18:21 +0200)] 
Korean translation update/ Closes: #378901

18 years ago* apt-pkg/depcache.cc:
Michael Vogt [Tue, 4 Jul 2006 07:22:49 +0000 (09:22 +0200)] 
* apt-pkg/depcache.cc:
  - create a empty state file if none exists

18 years ago* changelog merged with debian
Michael Vogt [Mon, 3 Jul 2006 16:29:57 +0000 (18:29 +0200)] 
* changelog merged with debian

18 years agoHungarian translation update
bubulle@debian.org [Sun, 2 Jul 2006 09:33:03 +0000 (11:33 +0200)] 
Hungarian translation update

18 years agoAdded Khmer translation. Closes: #375068
bubulle@debian.org [Sat, 1 Jul 2006 11:20:40 +0000 (13:20 +0200)] 
Added Khmer translation. Closes: #375068

18 years agoAdded Nepali translation. Closes: #373729
bubulle@debian.org [Sat, 1 Jul 2006 11:18:03 +0000 (13:18 +0200)] 
Added Nepali translation. Closes: #373729

18 years agoUpdated Vietnamese translation. Closes: #368038
bubulle@debian.org [Sat, 1 Jul 2006 11:14:37 +0000 (13:14 +0200)] 
Updated Vietnamese translation. Closes: #368038

18 years agoRemove an extra %s in the zh_TW translation. Closes: #370551
bubulle@debian.org [Sat, 1 Jul 2006 11:10:00 +0000 (13:10 +0200)] 
Remove an extra %s in the zh_TW translation. Closes: #370551