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

17 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

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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

17 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

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

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

17 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

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

17 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

17 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)

17 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"

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

17 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

17 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

17 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

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

17 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

17 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

17 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 perrier.eu.org/debian/packages/d-i/level4/apt-main

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

17 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)

17 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

17 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)

17 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

17 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

17 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

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

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

17 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

17 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

17 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

17 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

17 years agoActivate Dzongkha translation
bubulle@debian.org [Sat, 1 Jul 2006 10:59:11 +0000 (12:59 +0200)]
Activate Dzongkha translation

17 years agoAdded Dzongkha translation
bubulle@debian.org [Sat, 1 Jul 2006 10:58:17 +0000 (12:58 +0200)]
Added Dzongkha translation

17 years agoRemove foo
bubulle@debian.org [Sat, 1 Jul 2006 10:56:09 +0000 (12:56 +0200)]
Remove foo

17 years agoAdd foo again
bubulle@debian.org [Sat, 1 Jul 2006 06:49:36 +0000 (08:49 +0200)]
Add foo again

17 years agoRemove foo
bubulle@debian.org [Sat, 1 Jul 2006 06:41:34 +0000 (08:41 +0200)]
Remove foo

17 years agoAdd foo
bubulle@debian.org [Sat, 1 Jul 2006 06:25:26 +0000 (08:25 +0200)]
Add foo

17 years ago* apt-pkg/init.h:
Michael Vogt [Mon, 26 Jun 2006 07:28:51 +0000 (09:28 +0200)]
* apt-pkg/init.h:
  - increased lib-version to 3.13

17 years ago* cmdline/apt-mark:
Michael Vogt [Mon, 26 Jun 2006 07:17:05 +0000 (09:17 +0200)]
* cmdline/apt-mark:
  - very simple tool to manipulate the extended_states for autoinstall
* apt-pkg/depcache.cc:
  - keep exisiting data in "extended_states" to make other tools happy

17 years ago* apt-pkg/depcache.cc:
Michael Vogt [Mon, 26 Jun 2006 04:33:22 +0000 (06:33 +0200)]
* apt-pkg/depcache.cc:
  - renamed "pkgstates" file to "extended_states"

17 years ago* merged with mainline
Michael Vogt [Mon, 26 Jun 2006 04:30:09 +0000 (06:30 +0200)]
* merged with mainline

17 years agoRomanian translation updated. Closes: #375330
bubulle@debian.org [Sun, 25 Jun 2006 17:46:52 +0000 (19:46 +0200)]
Romanian translation updated. Closes: #375330

18 years agoMerge with Michael
bubulle@debian.org [Wed, 21 Jun 2006 05:15:48 +0000 (07:15 +0200)]
Merge with Michael
Basque translation update

18 years ago* merged with bubulle
Michael Vogt [Fri, 9 Jun 2006 15:41:52 +0000 (17:41 +0200)]
* merged with bubulle

18 years ago* changelog updates
Michael Vogt [Fri, 9 Jun 2006 13:52:30 +0000 (15:52 +0200)]
* changelog updates

18 years ago* merge the patch from Steinar
Michael Vogt [Fri, 9 Jun 2006 13:47:50 +0000 (15:47 +0200)]
* merge the patch from Steinar

18 years agoBasque translation update
bubulle@debian.org [Wed, 7 Jun 2006 04:04:33 +0000 (06:04 +0200)]
Basque translation update

18 years agoSlovak translation update
bubulle@debian.org [Mon, 29 May 2006 14:32:27 +0000 (16:32 +0200)]
Slovak translation update

18 years agoBasque translation update
bubulle@debian.org [Sun, 28 May 2006 14:03:34 +0000 (16:03 +0200)]
Basque translation update

18 years ago* added Debug::pkgDepCache::AutoInstall debug option
Michael Vogt [Sat, 27 May 2006 12:13:31 +0000 (14:13 +0200)]
* added Debug::pkgDepCache::AutoInstall debug option

18 years agoDummy change to Galician translation to correct permissions
bubulle@debian.org [Sat, 20 May 2006 02:58:05 +0000 (21:58 -0500)]
Dummy change to Galician translation to correct permissions

18 years ago* doc/sources.list.5.xml:
Michael Vogt [Thu, 18 May 2006 22:19:09 +0000 (00:19 +0200)]
* doc/sources.list.5.xml:
  - fix typo

18 years agoFrench translation update
bubulle@debian.org [Thu, 18 May 2006 14:33:40 +0000 (09:33 -0500)]
French translation update

18 years agoSwedish translation update
bubulle@debian.org [Thu, 18 May 2006 14:23:07 +0000 (09:23 -0500)]
Swedish translation update

18 years agoMerge with Michael
bubulle@debian.org [Thu, 18 May 2006 14:20:09 +0000 (09:20 -0500)]
Merge with Michael

18 years ago* merged cs.po translation
Michael Vogt [Tue, 16 May 2006 19:38:23 +0000 (21:38 +0200)]
* merged cs.po translation

18 years ago* apt-pkg/contrib/sha256.cc:
Michael Vogt [Tue, 16 May 2006 19:16:15 +0000 (21:16 +0200)]
* apt-pkg/contrib/sha256.cc:
  The patch below fixes the problem by open-coding the ntohl() call and
  combining it with a byte-by-byte load of the 32-bit word.

18 years agoUpdate all PO and the POT
bubulle@debian.org [Tue, 16 May 2006 13:17:20 +0000 (08:17 -0500)]
Update all PO and the POT

18 years ago* merged with http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main
Michael Vogt [Thu, 11 May 2006 20:39:28 +0000 (22:39 +0200)]
* merged with perrier.eu.org/debian/packages/d-i/level4/apt-main

18 years agoGalician translation update. Closes: #366849
bubulle@debian.org [Thu, 11 May 2006 18:58:04 +0000 (20:58 +0200)]
Galician translation update. Closes: #366849

18 years agoHungarian translation update. Closes: #365448
bubulle@debian.org [Thu, 11 May 2006 18:52:31 +0000 (20:52 +0200)]
Hungarian translation update. Closes: #365448

18 years ago* added bg to LINGUAS
Michael Vogt [Thu, 11 May 2006 11:42:45 +0000 (13:42 +0200)]
* added bg to LINGUAS

18 years agodebian/changelog: synced with the debian version
Michael Vogt [Thu, 11 May 2006 10:06:44 +0000 (12:06 +0200)]
debian/changelog: synced with the debian version

18 years agoAdd Bulgarian which shoulkd *really* fix #360262
bubulle@debian.org [Thu, 11 May 2006 09:17:02 +0000 (11:17 +0200)]
Add Bulgarian which shoulkd *really* fix #360262

18 years agoAdd all languages but Hebrew (on purpose) to configure.in
bubulle@debian.org [Wed, 10 May 2006 18:28:57 +0000 (20:28 +0200)]
Add all languages but Hebrew (on purpose) to configure.in
Closes: #360262

18 years agoSync with Michael
bubulle@debian.org [Wed, 10 May 2006 18:27:12 +0000 (20:27 +0200)]
Sync with Michael

18 years ago* unfinalize
Michael Vogt [Mon, 8 May 2006 20:28:27 +0000 (22:28 +0200)]
* unfinalize

18 years ago* apt-pkg/deb/debversion.cc:
Michael Vogt [Mon, 8 May 2006 20:27:07 +0000 (22:27 +0200)]
* apt-pkg/deb/debversion.cc:
  - applied patch from Lionel Elie Mamane to fix epoch handling
    (debian: #363358)

18 years ago* methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on the...
Michael Vogt [Mon, 8 May 2006 16:31:47 +0000 (18:31 +0200)]
* methods/ftp.cc: remove a tried-to-downloaded file if the file is missing on the sever

18 years ago* merged from the laptop branch (smallish fixes)
Michael Vogt [Tue, 2 May 2006 08:52:24 +0000 (10:52 +0200)]
* merged from the laptop branch (smallish fixes)

18 years ago* debian/postinst:
Michael Vogt [Mon, 1 May 2006 14:38:49 +0000 (16:38 +0200)]
* debian/postinst:
  - check for exmaple sources.list before coping it (Bug#361130)

18 years ago* methods/gpgv.cc: typo
Michael Vogt [Mon, 1 May 2006 14:17:08 +0000 (16:17 +0200)]
* methods/gpgv.cc: typo

18 years ago* string i18n handling fixes (debian bug #349298)
Michael Vogt [Sun, 30 Apr 2006 08:58:28 +0000 (10:58 +0200)]
* string i18n handling fixes (debian bug #349298)

18 years ago* buildlib/defaults.mak:
Michael Vogt [Wed, 26 Apr 2006 13:58:19 +0000 (15:58 +0200)]
* buildlib/defaults.mak:
  - commented the auto-cpu number detections (make -j) out, causes too much
    trouble on my SMP system

18 years ago* debian/libapt-pkg-doc.doc-base.cache: remove odd charackter
Michael Vogt [Wed, 26 Apr 2006 11:21:10 +0000 (13:21 +0200)]
* debian/libapt-pkg-doc.doc-base.cache: remove odd charackter

18 years ago* merged documentation patch (debian #307756)
Michael Vogt [Wed, 26 Apr 2006 11:18:00 +0000 (13:18 +0200)]
* merged documentation patch (debian #307756)

18 years ago* build-depend on debhelper >= 5.0
Michael Vogt [Wed, 26 Apr 2006 11:12:02 +0000 (13:12 +0200)]
* build-depend on debhelper >= 5.0

18 years ago* bump standards version
Michael Vogt [Wed, 26 Apr 2006 11:03:41 +0000 (13:03 +0200)]
* bump standards version

18 years ago* set debhelper to compat level 5
Michael Vogt [Wed, 26 Apr 2006 11:02:57 +0000 (13:02 +0200)]
* set debhelper to compat level 5

18 years ago* apt-pkg/tagfile.{cc,h}:
Michael Vogt [Wed, 26 Apr 2006 10:47:41 +0000 (12:47 +0200)]
* apt-pkg/tagfile.{cc,h}:
  - use mmap for the tagfile code (closes: #350025)

18 years ago* give a useful error message for the database change
Michael Vogt [Wed, 26 Apr 2006 10:40:51 +0000 (12:40 +0200)]
* give a useful error message for the database change

18 years ago* apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz)
Michael Vogt [Tue, 25 Apr 2006 07:48:52 +0000 (09:48 +0200)]
* apt-pkg/deb/dpkgpm.cc: wording fixes (thanks to mdz)
* debian/changelog: updated
* debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal
* po/apt-all.pot: updated

18 years agoFake rename to fix dir permissions
bubulle@debian.org [Tue, 18 Apr 2006 21:13:34 +0000 (23:13 +0200)]
Fake rename to fix dir permissions

18 years agoFake rename to fix dir permissions
bubulle@debian.org [Tue, 18 Apr 2006 21:13:09 +0000 (23:13 +0200)]
Fake rename to fix dir permissions

18 years ago* wording (thanks to mdz)
Michael Vogt [Tue, 18 Apr 2006 11:17:44 +0000 (13:17 +0200)]
* wording (thanks to mdz)

18 years ago* merged with bubulle (http://www.perrier.eu.org/debian/packages/d-i/level4/apt-main)
Michael Vogt [Sun, 2 Apr 2006 12:22:39 +0000 (14:22 +0200)]
* merged with bubulle (perrier.eu.org/debian/packages/d-i/level4/apt-main)

18 years agoAdded Bulgarian translation. Closes: #360262
bubulle@debian.org [Sat, 1 Apr 2006 06:13:49 +0000 (08:13 +0200)]
Added Bulgarian translation. Closes: #360262

18 years ago* fix another bug in arch-build
Michael Vogt [Tue, 28 Mar 2006 18:46:03 +0000 (20:46 +0200)]
* fix another bug in arch-build

18 years ago* fix the arch-build target
Michael Vogt [Tue, 28 Mar 2006 18:20:45 +0000 (20:20 +0200)]
* fix the arch-build target

18 years ago* "downloading" -> "retrieving" (thanks to kamion)
Michael Vogt [Tue, 28 Mar 2006 17:10:20 +0000 (19:10 +0200)]
* "downloading" -> "retrieving" (thanks to kamion)

18 years ago* only show ETA if that makes sense
Michael Vogt [Tue, 28 Mar 2006 17:05:42 +0000 (19:05 +0200)]
* only show ETA if that makes sense

18 years ago* merged from Christians tree (thanks!)
Michael Vogt [Mon, 20 Mar 2006 08:33:37 +0000 (09:33 +0100)]
* merged from Christians tree (thanks!)