ntk/apt.git
16 years ago* Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
Otavio Salvador [Thu, 25 Oct 2007 11:25:02 +0000 (09:25 -0200)]
* Applied patch from Daniel Leidert <daniel.leidert@wgdd.de> to fix
  APT::Acquire::Translation "none" support, closes: #437523.

16 years ago* apt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Wed, 24 Oct 2007 13:08:08 +0000 (15:08 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
  - give up timeslice on EIO error in read from master terminal
* apt-pkg/deb/dpkgpm.{cc,h}:
  - rewrite dpkgpm.cc to use pselect() instead of select()
    to block signals during select() (LP: #134858)

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Sat, 20 Oct 2007 05:52:26 +0000 (07:52 +0200)]
apt-pkg/deb/dpkgpm.cc:
- use pselect() instead of select()
- on EIO error on pty master read, usleep(0.5s) to give up timeslice
  so that the child can properly exit

16 years agomerged with apt--mvo
Michael Vogt [Sat, 20 Oct 2007 05:47:16 +0000 (07:47 +0200)]
merged with apt--mvo

16 years ago* update changelog to reflect reality
Michael Vogt [Mon, 15 Oct 2007 19:35:04 +0000 (21:35 +0200)]
* update changelog to reflect reality

16 years ago* merge from apt--mvo (fix resource leak, run apt.cron.daily only if
Michael Vogt [Mon, 15 Oct 2007 19:28:47 +0000 (21:28 +0200)]
* merge from apt--mvo (fix resource leak, run apt.cron.daily only if
  apt-get check is successfull)

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 15 Oct 2007 19:23:04 +0000 (21:23 +0200)]
apt-pkg/deb/dpkgpm.cc:
- fix resource leak

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 15 Oct 2007 19:08:06 +0000 (21:08 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - fix resource leak (LP: #148806)

16 years ago* apt-pkg/depcache.cc:
Michael Vogt [Mon, 15 Oct 2007 15:42:41 +0000 (17:42 +0200)]
* apt-pkg/depcache.cc:
  - set "APT::Install-Recommends" to true by default (OMG!)

16 years agoUpdate Changelog for the Swedish translation update
bubulle@debian.org [Sun, 14 Oct 2007 15:42:06 +0000 (17:42 +0200)]
Update Changelog for the Swedish translation update

16 years agoGalician translation update
bubulle@debian.org [Sun, 14 Oct 2007 15:40:52 +0000 (17:40 +0200)]
Galician translation update

16 years agodebian/changelog:
Michael Vogt [Fri, 12 Oct 2007 16:08:57 +0000 (18:08 +0200)]
debian/changelog:
- fix incorrect changelog

16 years ago* debian/apt.cron.daily:
Michael Vogt [Fri, 12 Oct 2007 16:03:18 +0000 (18:03 +0200)]
* debian/apt.cron.daily:
  - only run the cron job if apt-get check succeeds (LP: #131719)

16 years ago* debian/apt.cron.daily:
Michael Vogt [Fri, 12 Oct 2007 16:02:21 +0000 (18:02 +0200)]
* debian/apt.cron.daily:
  - only run the cron job if apt-get check succeeds (LP: #131719)

16 years ago* finalze changelog
Michael Vogt [Thu, 11 Oct 2007 11:55:16 +0000 (13:55 +0200)]
* finalze changelog

16 years ago - Swedish updated.
Otavio Salvador [Tue, 9 Oct 2007 12:42:05 +0000 (09:42 -0300)]
  - Swedish updated.

16 years agoUpdated Swedish translation.
Peter Karlsson [Tue, 9 Oct 2007 12:26:47 +0000 (13:26 +0100)]
Updated Swedish translation.

16 years agoMerge upstream.
Peter Karlsson [Mon, 8 Oct 2007 10:44:54 +0000 (11:44 +0100)]
Merge upstream.

16 years ago* cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
Otavio Salvador [Sat, 6 Oct 2007 21:54:11 +0000 (18:54 -0300)]
* cmdline/apt-get.cc: really applies Julien Danjou <acid@debian.org>
  patch to add 'purge' command line argument (closes: #133421).

16 years agoFix indentation
Otavio Salvador [Sat, 6 Oct 2007 21:38:51 +0000 (18:38 -0300)]
Fix indentation

16 years ago* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
Otavio Salvador [Sat, 6 Oct 2007 21:24:27 +0000 (18:24 -0300)]
* cmdline/apt-get.cc: adds 'autoremove' as a valid comment to usage
  statement of apt-get (closes: #445468).

16 years ago - only send LastModified if we actually have a file
Michael Vogt [Fri, 5 Oct 2007 06:27:21 +0000 (08:27 +0200)]
  - only send LastModified if we actually have a file
  - delete zero size I-M-S hits

16 years ago* methods/https.cc:
Michael Vogt [Fri, 5 Oct 2007 05:50:24 +0000 (07:50 +0200)]
* methods/https.cc:
  - fix off-by-one error I-M-S handling
  - cleanup after I-M-S hit
  - only send LastModified if we actually have a file
  - delete zero size I-M-S hits

16 years agomethods/https.cc:
Michael Vogt [Fri, 5 Oct 2007 05:48:13 +0000 (07:48 +0200)]
methods/https.cc:
- delete zero size I-M-S hits
- fix of-by-one error in I-M-S code

16 years ago* apt-pkg/acquire-item.cc
Michael Vogt [Fri, 5 Oct 2007 04:58:52 +0000 (06:58 +0200)]
* apt-pkg/acquire-item.cc
  - fix disappearing local Packages.gz file (LP: #131166)

16 years agoapt-pkg/acquire-item.cc:
Michael Vogt [Fri, 5 Oct 2007 04:30:53 +0000 (06:30 +0200)]
apt-pkg/acquire-item.cc:
- do not unlink() on normal i-m-s hit, this fixes the problem
  that local repository files got a i-m-s hit too and got removed
test/pre-upload-check.py
- add test for local Packages.gz file removal
- add test for leftover files in partial/

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Thu, 4 Oct 2007 17:35:59 +0000 (19:35 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - fix crash in WriteApportReport (LP: #144537)

16 years agomerged from the dpkg-log branch
Michael Vogt [Wed, 3 Oct 2007 07:55:04 +0000 (09:55 +0200)]
merged from the dpkg-log branch

16 years agoapt-pkg/acquire-item.cc:
Michael Vogt [Wed, 3 Oct 2007 00:27:08 +0000 (02:27 +0200)]
apt-pkg/acquire-item.cc:
- cherry pick from --mvo

16 years ago* Reset curl options and timestamp between downloaded files. Thanks to
Michael Vogt [Wed, 3 Oct 2007 00:21:52 +0000 (02:21 +0200)]
* Reset curl options and timestamp between downloaded files. Thanks to
  Ryan Murray <rmurray@debian.org> for the patch

16 years ago* apt-pkg/deb/debmetaindex.cc: comparison with string literal results
Michael Vogt [Wed, 3 Oct 2007 00:19:54 +0000 (02:19 +0200)]
* apt-pkg/deb/debmetaindex.cc: comparison with string literal results
    in unspecified behaviour;

16 years ago - French updated
Michael Vogt [Wed, 3 Oct 2007 00:06:37 +0000 (02:06 +0200)]
  - French updated
  - Basque updated. Closes: #436425
  - Fix the zh_CN translator's name in debian/changelog for 0.7.2
    Closes: #423272
  - Vietnamese updated. Closes: #440611
  - Danish updated. Closes: #441102
  - Thai added. Closes: #442833
* Add hash support to copy method. Thanks Anders Kaseorg by the patch
  (closes: #436055)
* Reset curl options and timestamp between downloaded files. Thanks to
  Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
  C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)
* Fix compilation warnings:
  - apt-pkg/indexfile.cc: conversion from string constant to 'char*';
  - apt-pkg/acquire-item.cc: likewise;
  - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
    has type 'size_t';
  - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
    string constant to 'char*';
  - methods/gpgv.cc: conversion from string constant to 'char*';
  - methods/ftp.cc: likewise;
  - cmdline/apt-extracttemplates.cc: likewise;
  - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
    in unspecified behaviour;
* Applied patch from Aurelien Jarno <aurel32@debian.org> to fix wrong
  directory downloading on non-linux architectures (closes: #435597)
  * zh_CN.po: Updated by Kov Chai  Closes: #416822

16 years ago - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
Otavio Salvador [Tue, 2 Oct 2007 12:46:44 +0000 (09:46 -0300)]
  - apt-pkg/deb/debmetaindex.cc: comparison with string literal results
    in unspecified behaviour;

16 years ago - cmdline/apt-extracttemplates.cc: likewise;
Otavio Salvador [Tue, 2 Oct 2007 12:39:05 +0000 (09:39 -0300)]
  - cmdline/apt-extracttemplates.cc: likewise;

16 years ago - methods/ftp.cc: likewise;
Otavio Salvador [Tue, 2 Oct 2007 12:36:42 +0000 (09:36 -0300)]
  - methods/ftp.cc: likewise;

16 years ago - methods/gpgv.cc: conversion from string constant to 'char*';
Otavio Salvador [Tue, 2 Oct 2007 12:35:23 +0000 (09:35 -0300)]
  - methods/gpgv.cc: conversion from string constant to 'char*';

16 years ago - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
Otavio Salvador [Tue, 2 Oct 2007 12:33:32 +0000 (09:33 -0300)]
  - apt-pkg/deb/dpkgpm.cc: initialization order and conversion from
    string constant to 'char*';

16 years ago - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
Otavio Salvador [Tue, 2 Oct 2007 12:25:37 +0000 (09:25 -0300)]
  - apt-pkg/cdrom.cc: '%lu' expects 'long unsigned int', but argument
    has type 'size_t';

16 years ago - apt-pkg/acquire-item.cc: likewise;
Otavio Salvador [Tue, 2 Oct 2007 12:21:58 +0000 (09:21 -0300)]
  - apt-pkg/acquire-item.cc: likewise;

16 years ago* Fix compilation warnings:
Otavio Salvador [Tue, 2 Oct 2007 12:19:20 +0000 (09:19 -0300)]
* Fix compilation warnings:
  - apt-pkg/indexfile.cc: conversion from string constant to 'char*';

16 years ago - fix parse error when dpkg sends unexpected data
Michael Vogt [Tue, 2 Oct 2007 11:52:22 +0000 (13:52 +0200)]
  - fix parse error when dpkg sends unexpected data
* fix missing SetExecClose() call when the status-fd is used
* debian/apt.cron.daily:
  - move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes: #133421
  (thanks to Julien Danjou for the patch)
* cmdline/apt-get.cc:
  - do not change the auto-installed information if a package
    is reinstalled
* apt-pkg/acquire-item.cc:
  - fix crash in diff acquire code
* cmdline/apt-mark:
  - Fix chmoding after have renamed the extended-states file (LP: #140019)
    (thanks to Laurent Bigonville)
* apt-pkg/contrib/mmap.cc:
  - don't fail if msync() returns > 0

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Thu, 27 Sep 2007 18:38:14 +0000 (20:38 +0200)]
* apt-pkg/acquire-item.cc:
  - fix typo

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Thu, 27 Sep 2007 17:23:55 +0000 (19:23 +0200)]
* apt-pkg/acquire-item.cc:
  - fix crash in diff acquire code
* apt-pkg/contrib/mmap.cc:
  - don't fail if msync() returns > 0

16 years ago* Have 'cron.daily/apt' send D-Bus doesn't exist error messages
Paul Sladen [Thu, 27 Sep 2007 03:05:03 +0000 (06:05 +0300)]
* Have 'cron.daily/apt' send D-Bus doesn't exist error messages
  to the bit bucket.  Thanks to 'dasdda'.  (LP: #115397)

16 years ago* cmdline/apt-mark:
Michael Vogt [Tue, 25 Sep 2007 09:25:42 +0000 (11:25 +0200)]
* cmdline/apt-mark:
  - Fix chmoding after have renamed the extended-states file (LP: #140019)
    (thanks to Laurent Bigonville, LP: #140019)
* cmdline/apt-mark:
  - Fix chmoding after have renamed the extended-states file (LP: #140019)
    (thanks to Laurent Bigonville)

16 years ago* cmdline/apt-mark:
Michael Vogt [Tue, 25 Sep 2007 09:17:18 +0000 (11:17 +0200)]
* cmdline/apt-mark:
  - Fix chmoding after have renamed the extended-states file (LP: #140019)
    (thanks to Laurent Bigonville)

16 years agoreleasing version 0.7.6ubuntu11
Colin Watson [Sat, 22 Sep 2007 20:43:17 +0000 (21:43 +0100)]
releasing version 0.7.6ubuntu11

16 years ago* apt-pkg/contrib/mmap.cc:
Colin Watson [Sat, 22 Sep 2007 20:38:43 +0000 (21:38 +0100)]
* apt-pkg/contrib/mmap.cc:
  - don't fail if msync() returns > 0 (LP: #144001)

16 years agoThai translation added
bubulle@debian.org [Wed, 19 Sep 2007 19:54:03 +0000 (21:54 +0200)]
Thai translation added

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Tue, 18 Sep 2007 16:47:16 +0000 (17:47 +0100)]
apt-pkg/deb/dpkgpm.cc:
- make it compileable

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Tue, 18 Sep 2007 16:46:03 +0000 (17:46 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - fix parse error when dpkg sends unexpected data

16 years ago - fix parse error when dpkg sends unexpected data
Michael Vogt [Tue, 18 Sep 2007 16:24:15 +0000 (17:24 +0100)]
  - fix parse error when dpkg sends unexpected data

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Fri, 14 Sep 2007 14:50:07 +0000 (16:50 +0200)]
* cmdline/apt-get.cc:
  - do not change the auto-installed information if a package
    is reinstalled (LP: #139448)

* cmdline/apt-get.cc:
  - do not change the auto-installed information if a package
    is reinstalled

16 years ago* merged from apt--mvo
Michael Vogt [Fri, 14 Sep 2007 14:32:17 +0000 (16:32 +0200)]
* merged from apt--mvo

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Fri, 14 Sep 2007 14:11:56 +0000 (16:11 +0200)]
* cmdline/apt-get.cc:
  - do not change the auto-installed information if a package
    is reinstalled

16 years ago* apt-pkg/packagemanager.{cc,h}:
Michael Vogt [Fri, 14 Sep 2007 13:28:14 +0000 (15:28 +0200)]
* apt-pkg/packagemanager.{cc,h}:
  - move DoInstallPostFork() out of the header into the .cc file

16 years ago* debian/apt.cron.daily:
Michael Vogt [Fri, 14 Sep 2007 12:32:02 +0000 (14:32 +0200)]
* debian/apt.cron.daily:
  - move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes LP: #125733
  (thanks to Julien Danjou for the patch)
* fix missing SetExecClose() call when the status-fd is used
* debian/apt.cron.daily:
  - move unattended-upgrade before apt-get autoclean
* fix "purge" commandline argument, closes: #133421
  (thanks to Julien Danjou for the patch)

16 years agorevert rev 1327.1.89.1.87.2.28 (bzr merge . -r 1327.1.89.1.87.2.28..1327.1.89.1...
Michael Vogt [Fri, 14 Sep 2007 12:26:09 +0000 (14:26 +0200)]
revert rev 1327.1.89.1.87.2.28  (bzr merge .  -r 1327.1.89.1.87.2.28..1327.1.89.1.87.2.27)

16 years ago* fix "purge" commandline argument, closes: #133421
Michael Vogt [Fri, 14 Sep 2007 12:04:23 +0000 (14:04 +0200)]
* fix "purge" commandline argument, closes: #133421
  (thanks to Julien Danjou for the patch)

16 years ago* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
Otavio Salvador [Wed, 12 Sep 2007 20:05:19 +0000 (17:05 -0300)]
* Add support to apt-key to export keys to stdout. Thanks to "Dwayne
  C. Litzenberger" <dlitz@dlitz.net> for the patch (closes: #441942)

16 years ago* debian/apt.cron.daily:
Michael Vogt [Tue, 11 Sep 2007 19:46:51 +0000 (21:46 +0200)]
* debian/apt.cron.daily:
  - move unattended-upgrade before apt-get autoclean

16 years ago* fix missing SetExecClose() call when the status-fd is used
Michael Vogt [Tue, 11 Sep 2007 18:55:44 +0000 (20:55 +0200)]
* fix missing SetExecClose() call when the status-fd is used
  (LP: #136767)

16 years ago* fix missing SetExecClose() call when the status-fd is used
Michael Vogt [Tue, 11 Sep 2007 18:50:31 +0000 (20:50 +0200)]
* fix missing SetExecClose() call when the status-fd is used

16 years ago* apt-pkg/acquire.cc:
Michael Vogt [Tue, 11 Sep 2007 18:28:47 +0000 (20:28 +0200)]
* apt-pkg/acquire.cc:
  - increase MaxPipeDepth for the internal worker<->method
    communication to 1000 for the debtorrent backend
* make apt build with g++ 4.3
* apt-pkg/acquire.cc:
  - increase MaxPipeDepth for the internal worker<->method
    communication to 1000 for the debtorrent backend
* make apt build with g++ 4.3
* dpkg-triggers: Deal properly with new package states.

16 years ago* apt-pkg/contrib/hashes.h:
Michael Vogt [Mon, 10 Sep 2007 14:52:56 +0000 (16:52 +0200)]
* apt-pkg/contrib/hashes.h:
  - fix anohter missing cstring include

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 10 Sep 2007 14:28:04 +0000 (16:28 +0200)]
apt-pkg/deb/dpkgpm.cc:
- ignore EINTR on select()

16 years ago* merged from the mvo branch
Michael Vogt [Mon, 10 Sep 2007 14:22:53 +0000 (16:22 +0200)]
* merged from the mvo branch

16 years ago* make apt build with g++ 4.3
Michael Vogt [Mon, 10 Sep 2007 14:03:07 +0000 (16:03 +0200)]
* make apt build with g++ 4.3

16 years ago* make apt build with g++ 4.3
Michael Vogt [Mon, 10 Sep 2007 14:02:28 +0000 (16:02 +0200)]
* make apt build with g++ 4.3

16 years ago* dpkg-triggers: Deal properly with new package states.
Michael Vogt [Mon, 10 Sep 2007 13:59:55 +0000 (15:59 +0200)]
* dpkg-triggers: Deal properly with new package states.

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 10 Sep 2007 13:09:28 +0000 (15:09 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - fix progress reporting precent calculation (LP: #137798)

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 10 Sep 2007 12:56:53 +0000 (14:56 +0200)]
apt-pkg/deb/dpkgpm.cc:
- comment out dpkg trigger messages, those seem to be not generated by
  dpkg over the status fd

16 years agoConvert to UTF-8
bubulle@debian.org [Sat, 8 Sep 2007 17:03:07 +0000 (19:03 +0200)]
Convert to UTF-8

16 years agoDanish translation update
bubulle@debian.org [Fri, 7 Sep 2007 17:49:43 +0000 (19:49 +0200)]
Danish translation update

16 years ago* dpkg-triggers: Deal properly with new package states.
Michael Vogt [Thu, 6 Sep 2007 13:38:32 +0000 (15:38 +0200)]
* dpkg-triggers: Deal properly with new package states.

16 years agodebian/rules:
Michael Vogt [Wed, 5 Sep 2007 16:43:34 +0000 (18:43 +0200)]
debian/rules:
- do not clean debian/copyright, soyuz checks for it now

16 years ago* add missing 'debian/copyright'
Michael Vogt [Wed, 5 Sep 2007 13:51:43 +0000 (15:51 +0200)]
* add missing 'debian/copyright'
  why did that got lost from the bzr tree?!?!?

16 years ago* apt-pkg/deb/dpkgpm.{cc,h}:
Michael Vogt [Wed, 5 Sep 2007 13:10:55 +0000 (15:10 +0200)]
* apt-pkg/deb/dpkgpm.{cc,h}:
  - fix bug in dpkg log writing when a signal is caught during
    select() (LP: #134858)
  - write end marker in the log as well

16 years agoapt-pkg/deb/dpkgpm.cc:
Michael Vogt [Wed, 5 Sep 2007 13:09:56 +0000 (15:09 +0200)]
apt-pkg/deb/dpkgpm.cc:
- remove leading "\n"

16 years ago* write start/end log tags
Michael Vogt [Wed, 5 Sep 2007 12:57:35 +0000 (14:57 +0200)]
* write start/end log tags

16 years ago* reupload to fix FTBFS
Michael Vogt [Wed, 5 Sep 2007 12:16:45 +0000 (14:16 +0200)]
* reupload to fix FTBFS

16 years agoVietnamese translation update
bubulle@debian.org [Mon, 3 Sep 2007 21:20:50 +0000 (23:20 +0200)]
Vietnamese translation update

16 years ago* test/fake-status:
Michael Vogt [Tue, 28 Aug 2007 08:54:59 +0000 (10:54 +0200)]
* test/fake-status:
  - make the fake package architecture all to make the testsuit
    work on all arches

16 years ago* merged from apt--mvo
Michael Vogt [Tue, 28 Aug 2007 08:49:02 +0000 (10:49 +0200)]
* merged from apt--mvo

16 years ago* test/pre-upload-check.py:
Michael Vogt [Tue, 28 Aug 2007 08:19:57 +0000 (10:19 +0200)]
* test/pre-upload-check.py:
  - add pointer to test-data-repo

16 years ago* apt-pkg/acquire.cc:
Michael Vogt [Tue, 28 Aug 2007 08:17:07 +0000 (10:17 +0200)]
* apt-pkg/acquire.cc:
  - increase MaxPipeDepth for the internal worker<->method
    communication to 1000 for the debtorrent backend

16 years ago* apt-pkg/acquire.cc:
Michael Vogt [Tue, 28 Aug 2007 08:14:43 +0000 (10:14 +0200)]
* apt-pkg/acquire.cc:
  - increase MaxPipeDepth for the internal worker<->method
    communication to 1000 for the debtorrent backend

16 years ago* apt-pkg/pkgcachegen.cc:
Michael Vogt [Tue, 28 Aug 2007 08:11:13 +0000 (10:11 +0200)]
* apt-pkg/pkgcachegen.cc:
  - increase default mmap size
* tests/local-repo:
  - added local repository testcase

16 years ago* merged from dpkg-log branch
Michael Vogt [Tue, 28 Aug 2007 08:02:45 +0000 (10:02 +0200)]
* merged from dpkg-log branch

16 years ago* merged from dpkg-log branch
Michael Vogt [Tue, 28 Aug 2007 07:55:08 +0000 (09:55 +0200)]
* merged from dpkg-log branch

16 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Mon, 27 Aug 2007 12:28:27 +0000 (14:28 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - on error in select() continue

16 years agodpkg-triggers: deal properly with new package states; 0.7.6ubuntu6
Ian Jackson [Thu, 16 Aug 2007 00:10:35 +0000 (01:10 +0100)]
dpkg-triggers: deal properly with new package states; 0.7.6ubuntu6

16 years ago* merged from sha256 branch
Michael Vogt [Sat, 11 Aug 2007 07:20:46 +0000 (09:20 +0200)]
* merged from sha256 branch

16 years ago* merged dpkg-log branch
Michael Vogt [Sat, 11 Aug 2007 07:19:21 +0000 (09:19 +0200)]
* merged dpkg-log branch

16 years agoFix changelog entry for 0.7.2 with the correct translator's name. Closes: #423272
bubulle@debian.org [Sat, 11 Aug 2007 06:02:35 +0000 (08:02 +0200)]
Fix changelog entry for 0.7.2 with the correct translator's name. Closes: #423272

16 years ago* Reset curl options and timestamp between downloaded files. Thanks to
Otavio Salvador [Fri, 10 Aug 2007 21:05:05 +0000 (18:05 -0300)]
* Reset curl options and timestamp between downloaded files. Thanks to
  Ryan Murray <rmurray@debian.org> for the patch (closes: #437150)

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Thu, 9 Aug 2007 10:34:46 +0000 (12:34 +0200)]
* apt-pkg/acquire-item.cc:
  - fix file removal on local repo i-m-s hit (LP: #131166)
* tests/local-repo:
  - added regression test for this bug
* apt-pkg/pkgcachegen.cc:
  - increase default mmap size
* tests/local-repo:
  - added local repository testcase

16 years ago* apt-pkg/pkgcachegen.cc:
Michael Vogt [Thu, 9 Aug 2007 10:31:46 +0000 (12:31 +0200)]
* apt-pkg/pkgcachegen.cc:
  - increase default mmap size
* tests/local-repo:
  - added local repository testcase

16 years agoBasque translation update
bubulle@debian.org [Thu, 9 Aug 2007 05:58:05 +0000 (07:58 +0200)]
Basque translation update

16 years ago* methods/copy.cc:
Michael Vogt [Wed, 8 Aug 2007 17:31:03 +0000 (19:31 +0200)]
* methods/copy.cc:
  - take hashes here too
* apt-pkg/acquire-worker.cc:
  - only pass on computed hash if we recived one from the method