]> git.saurik.com Git - apt.git/log
apt.git
14 years ago* revert commit:
Michael Vogt [Wed, 13 Oct 2010 12:08:52 +0000 (14:08 +0200)] 
* revert commit:
  * apt-pkg/deb/debsystem.cc:
    - set dir::state::status based at least on dir
  This causes problems with alternative rootdirs

14 years agomerge fix for testrun on amd64
Michael Vogt [Wed, 13 Oct 2010 10:23:25 +0000 (12:23 +0200)] 
merge fix for testrun on amd64

14 years agodebian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well
Michael Vogt [Fri, 1 Oct 2010 13:02:14 +0000 (15:02 +0200)] 
debian/apt.cron.daily: export LANGUAGE LC_MESSAGES LC_ALL as well

14 years ago* debian/apt.cron.daily:
Michael Vogt [Fri, 1 Oct 2010 12:36:31 +0000 (14:36 +0200)] 
* debian/apt.cron.daily:
  - source /etc/default/locale (if available) so that the
    apt-get update cron job fetches the right translated package
    descriptions

14 years agodoc/examples/configure-index:
Michael Vogt [Tue, 21 Sep 2010 11:23:21 +0000 (13:23 +0200)] 
doc/examples/configure-index:
- add info on debug::acquire::cdrom

14 years agoapt-pkg/contrib/cdromutl.cc: do not take Buf.f_bfree into account on writable media
Michael Vogt [Fri, 10 Sep 2010 11:56:40 +0000 (13:56 +0200)] 
apt-pkg/contrib/cdromutl.cc: do not take Buf.f_bfree into account on writable media

14 years agoapt-pkg/contrib/cdromutl.cc: style fixes (thanks to David for his code-review)
Michael Vogt [Fri, 10 Sep 2010 11:43:32 +0000 (13:43 +0200)] 
apt-pkg/contrib/cdromutl.cc: style fixes (thanks to David for his code-review)

14 years ago* apt-pkg/contrib/cdromutl.cc:
Michael Vogt [Fri, 10 Sep 2010 10:21:06 +0000 (12:21 +0200)] 
* apt-pkg/contrib/cdromutl.cc:
  - if apt-cdrom is used on writable media (like usb-sticks), do
    not use the root directory to identify the medium (as all
    changes there change the ident id). Use the .disk directory
    instead

14 years agodo not replace /dev/null when running in APT::CDROM::NoAct
Michael Vogt [Tue, 7 Sep 2010 07:57:09 +0000 (09:57 +0200)] 
do not replace /dev/null when running in APT::CDROM::NoAct
mode (LP: #612666), thanks to Colin Watson

14 years agoapt-pkg/indexcopy.cc: include trustedFile (if it exists)
Michael Vogt [Fri, 3 Sep 2010 18:49:09 +0000 (20:49 +0200)] 
apt-pkg/indexcopy.cc: include trustedFile (if it exists)

14 years ago* apt-pkg/indexcopy.cc:
Michael Vogt [Fri, 3 Sep 2010 18:22:15 +0000 (20:22 +0200)] 
* apt-pkg/indexcopy.cc:
  - only use trusted.gpg.d directory if it exists

14 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Fri, 3 Sep 2010 12:04:50 +0000 (14:04 +0200)] 
merged from lp:~donkult/apt/sid

14 years agodo the right thing(TM) even if the (unfinished) testcase is named
David Kalnischkies [Thu, 2 Sep 2010 13:24:44 +0000 (15:24 +0200)] 
do the right thing(TM) even if the (unfinished) testcase is named
skip-* instead of test-* to avoid calling him with run-tests

14 years agocheck for length of Data to avoid the validness of
David Kalnischkies [Thu, 2 Sep 2010 13:19:51 +0000 (15:19 +0200)] 
check for length of Data to avoid the validness of
Pin: origin "
(no error displayed). We already know in this method that
Data is at least one char long, so we avoid the length counting
as long as the string doesn't start with "

14 years agoshow only the basename of the running test
David Kalnischkies [Thu, 2 Sep 2010 11:03:38 +0000 (13:03 +0200)] 
show only the basename of the running test

14 years agoset the quiet value for apt-cache so the tests will actually see
David Kalnischkies [Thu, 2 Sep 2010 10:52:04 +0000 (12:52 +0200)] 
set the quiet value for apt-cache so the tests will actually see
the notices as they will not be shown otherwise

14 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Thu, 2 Sep 2010 10:47:48 +0000 (12:47 +0200)] 
* apt-pkg/deb/dpkgpm.cc:
  - create Dir::Log if needed to support /var/log as tmpfs or similar,
    inspired by Thomas Bechtold, thanks! (Closes: #523919, LP: #220239)

Easily done by moving a private method from pkgAcquire into the public
area of fileutl.cc to be able to use it also in here

14 years agoadd wrapper around dpkg to be able to use it easily in the tests
David Kalnischkies [Thu, 2 Sep 2010 10:22:33 +0000 (12:22 +0200)] 
add wrapper around dpkg to be able to use it easily in the tests

14 years agoapt-pkg/algorithms.cc: show debug output only if debug option is given
Michael Vogt [Tue, 31 Aug 2010 11:32:50 +0000 (13:32 +0200)] 
apt-pkg/algorithms.cc: show debug output only if debug option is given

14 years agoapt-pkg/algorithms.cc: if a package was added to the kill list via a DpkgBreaks,...
Michael Vogt [Tue, 31 Aug 2010 11:27:59 +0000 (13:27 +0200)] 
apt-pkg/algorithms.cc: if a package was added to the kill list via a DpkgBreaks, make sure to break in the loop (just like for a conflict)

14 years agoapt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide Start.AllTar...
Michael Vogt [Tue, 31 Aug 2010 10:27:39 +0000 (12:27 +0200)] 
apt-pkg/algorithms.cc: in the case of conflicts/breaks against a Provide Start.AllTarget() returns all non-canidates as well, we want to filter them out

14 years agodoc/po/fr.po: fix xml errors in the fr translation
Michael Vogt [Mon, 30 Aug 2010 11:55:24 +0000 (13:55 +0200)] 
doc/po/fr.po: fix xml errors in the fr translation

14 years agomerged lp:~donkult/apt/sid
Michael Vogt [Mon, 30 Aug 2010 09:57:14 +0000 (11:57 +0200)] 
merged lp:~donkult/apt/sid

14 years ago* apt-pkg/versionmatch.cc:
David Kalnischkies [Mon, 30 Aug 2010 09:39:43 +0000 (11:39 +0200)] 
* apt-pkg/versionmatch.cc:
  - let the pin origin actually work as advertised in the manpage
    which means "" are optional and pinning a local archive does
    work - even if it is a non-flat archive (Closes: #594435)

14 years agoKorean (Changwoo Ryu). Closes: #594809
bubulle@debian.org [Sun, 29 Aug 2010 18:41:41 +0000 (20:41 +0200)] 
Korean (Changwoo Ryu). Closes: #594809

14 years ago* apt-pkg/contrib/configuration.cc:
David Kalnischkies [Sat, 28 Aug 2010 20:26:32 +0000 (22:26 +0200)] 
* apt-pkg/contrib/configuration.cc:
  - fix autoremove by using correct config-option name and
    don't make faulty assumptions in error handling (Closes: #594689)

14 years agoremove useless GetInitialize method
David Kalnischkies [Sat, 28 Aug 2010 15:54:29 +0000 (17:54 +0200)] 
remove useless GetInitialize method

14 years agoremove death code by removing unused GetInitialize
David Kalnischkies [Sat, 28 Aug 2010 15:52:55 +0000 (17:52 +0200)] 
remove death code by removing unused GetInitialize

14 years ago* apt-pkg/contrib/fileutl.cc:
David Kalnischkies [Sat, 28 Aug 2010 15:34:06 +0000 (17:34 +0200)] 
* apt-pkg/contrib/fileutl.cc:
  - apply SilentlyIgnore also on files without an extension

14 years agoPortuguese (Miguel Figueiredo). Closes: #594668
bubulle@debian.org [Sat, 28 Aug 2010 12:21:46 +0000 (14:21 +0200)] 
Portuguese (Miguel Figueiredo). Closes: #594668

14 years agoCorrected Bulgarian translation
bubulle@debian.org [Sat, 28 Aug 2010 06:35:37 +0000 (08:35 +0200)] 
Corrected Bulgarian translation

14 years agoUpdated Italian translation
bubulle@debian.org [Fri, 27 Aug 2010 20:24:53 +0000 (22:24 +0200)] 
Updated Italian translation

14 years agoBulgarian (Damyan Ivanov). Closes: #594627
bubulle@debian.org [Fri, 27 Aug 2010 20:24:03 +0000 (22:24 +0200)] 
Bulgarian (Damyan Ivanov). Closes: #594627

14 years ago* Simplified Chinese (Aron Xu). Closes: #594458
bubulle@debian.org [Fri, 27 Aug 2010 20:22:30 +0000 (22:22 +0200)] 
* Simplified Chinese (Aron Xu). Closes: #594458
* Portuguese (Américo Monteiro)

14 years ago* apt-pkg/depcache.cc:
David Kalnischkies [Fri, 27 Aug 2010 10:05:55 +0000 (12:05 +0200)] 
* apt-pkg/depcache.cc:
  - now that apt-get purge works on 'rc' packages let the MarkDelete
    pass this purge forward to the non-pseudo package for pseudos

14 years ago* cmdline/apt-get.cc:
David Kalnischkies [Thu, 26 Aug 2010 20:41:40 +0000 (22:41 +0200)] 
* cmdline/apt-get.cc:
  - remove direct calls of ReadMainList and use the wrapper instead
    to protect us from useless re-reads and two-times notice display

14 years agoshow in madison command again also source packages (LP: #614589)
Michael Vogt [Wed, 25 Aug 2010 18:14:42 +0000 (20:14 +0200)] 
show in madison command again also source packages (LP: #614589)

14 years agoshow in madison command again also source packages (LP: #614589)
David Kalnischkies [Wed, 25 Aug 2010 15:48:52 +0000 (17:48 +0200)] 
show in madison command again also source packages (LP: #614589)

14 years agoAsturian (maacub). Closes: #594303
bubulle@debian.org [Wed, 25 Aug 2010 07:32:20 +0000 (09:32 +0200)] 
Asturian (maacub). Closes: #594303

14 years agoItalian (Milo Casagrande). Closes: #594238
bubulle@debian.org [Wed, 25 Aug 2010 06:52:03 +0000 (08:52 +0200)] 
Italian (Milo Casagrande). Closes: #594238

14 years agoJapanese (Kenshi Muto, Osamu Aoki). Closes: #594265
bubulle@debian.org [Wed, 25 Aug 2010 06:45:37 +0000 (08:45 +0200)] 
Japanese (Kenshi Muto, Osamu Aoki). Closes: #594265

14 years agoSwedish (Daniel Nylander). Closes: #594241
bubulle@debian.org [Wed, 25 Aug 2010 06:42:22 +0000 (08:42 +0200)] 
Swedish (Daniel Nylander). Closes: #594241

14 years agoSlovak (Ivan Masár). Closes: #594255
bubulle@debian.org [Wed, 25 Aug 2010 06:41:11 +0000 (08:41 +0200)] 
Slovak (Ivan Masár). Closes: #594255

14 years agoMove typo fix to 0.8.1 entry
bubulle@debian.org [Wed, 25 Aug 2010 06:39:06 +0000 (08:39 +0200)] 
Move typo fix to 0.8.1 entry

14 years agoFix from Florentin Duneau review
bubulle@debian.org [Wed, 25 Aug 2010 06:38:34 +0000 (08:38 +0200)] 
Fix from Florentin Duneau review

14 years agoOpen new changelog entry. Move Thai and Russian translations there
bubulle@debian.org [Wed, 25 Aug 2010 06:36:40 +0000 (08:36 +0200)] 
Open new changelog entry. Move Thai and Russian translations there

14 years agopo/LINGUAS: remove en_GB
Michael Vogt [Tue, 24 Aug 2010 19:58:04 +0000 (21:58 +0200)] 
po/LINGUAS: remove en_GB

14 years agoconfigure.in: drop en_GB from configure.in now that it got deleted from po/
Michael Vogt [Tue, 24 Aug 2010 19:51:42 +0000 (21:51 +0200)] 
configure.in: drop en_GB from configure.in now that it got deleted from po/

14 years agoDrop en_GB translation as per request of Neil Williams
bubulle@debian.org [Tue, 24 Aug 2010 19:31:21 +0000 (21:31 +0200)] 
Drop en_GB translation as per request of Neil Williams

14 years agoRussian (Yuri Kozlov). Closes: #594232
bubulle@debian.org [Tue, 24 Aug 2010 17:54:46 +0000 (19:54 +0200)] 
Russian (Yuri Kozlov). Closes: #594232

14 years agoFix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
bubulle@debian.org [Tue, 24 Aug 2010 17:51:50 +0000 (19:51 +0200)] 
Fix spelling error in cmdline/apt-get.cc. Thanks to Osamu Aoki
Closes: #594211
14 years agoThai translation completed
bubulle@debian.org [Tue, 24 Aug 2010 17:28:05 +0000 (19:28 +0200)] 
Thai translation completed

14 years agoFrench translation completed
bubulle@debian.org [Tue, 24 Aug 2010 17:27:00 +0000 (19:27 +0200)] 
French translation completed

14 years agomerged from debian-experimental-ma 0.8.0
Michael Vogt [Tue, 24 Aug 2010 14:34:12 +0000 (16:34 +0200)] 
merged from debian-experimental-ma

14 years agoUpdate PO(T) files
bubulle@debian.org [Mon, 23 Aug 2010 22:48:40 +0000 (18:48 -0400)] 
Update PO(T) files

14 years agoFrench manpages translation update
bubulle@debian.org [Mon, 23 Aug 2010 22:46:04 +0000 (18:46 -0400)] 
French manpages translation update

14 years agoUpdate PO(T) files
bubulle@debian.org [Mon, 23 Aug 2010 22:42:48 +0000 (18:42 -0400)] 
Update PO(T) files

14 years agoreleasing version 0.8.0~pre2
Michael Vogt [Mon, 23 Aug 2010 18:08:29 +0000 (20:08 +0200)] 
releasing version 0.8.0~pre2

14 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Mon, 23 Aug 2010 16:56:03 +0000 (18:56 +0200)] 
merged from lp:~donkult/apt/sid

14 years agoChange the translation of mmap
bubulle@debian.org [Sun, 22 Aug 2010 13:59:56 +0000 (09:59 -0400)] 
Change the translation of mmap

14 years agoFrench translation update
bubulle@debian.org [Sun, 22 Aug 2010 13:12:53 +0000 (09:12 -0400)] 
French translation update

14 years ago* apt-pkg/acquire-item.cc:
David Kalnischkies [Sat, 21 Aug 2010 20:19:56 +0000 (22:19 +0200)] 
* apt-pkg/acquire-item.cc:
  - don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work
    in combination with the AddFd methods of our hashclasses

Add also 2 testcases: one to test pdiffs in general and
one to test the handling of compressed indexes.

14 years ago* methods/http.cc:
David Kalnischkies [Fri, 20 Aug 2010 22:52:59 +0000 (00:52 +0200)] 
* methods/http.cc:
  - some http servers violate HTTP1.1 by not issuing a Reason-Phrase
    (or at least a space after the code) especially for 200, but lets
    be nice and ignore it as we don't need the reason in general

14 years ago* apt-pkg/deb/dpkgpm.cc:
David Kalnischkies [Fri, 20 Aug 2010 17:09:16 +0000 (19:09 +0200)] 
* apt-pkg/deb/dpkgpm.cc:
  - use the InstVer instead of the CurrentVer for the autobit transfer

Add also a small testcase to check the handling automatical

14 years agosign the created Release files with our own dummy key "Joe Sixpack"
David Kalnischkies [Wed, 18 Aug 2010 22:32:56 +0000 (00:32 +0200)] 
sign the created Release files with our own dummy key "Joe Sixpack"

14 years ago* apt-pkg/deb/debsystem.cc:
David Kalnischkies [Wed, 18 Aug 2010 22:31:55 +0000 (00:31 +0200)] 
* apt-pkg/deb/debsystem.cc:
  - set dir::state::status based at least on dir

14 years ago* ftparchive/writer.cc:
David Kalnischkies [Wed, 18 Aug 2010 22:10:25 +0000 (00:10 +0200)] 
* ftparchive/writer.cc:
  - init valid-until correctly to prevent garbage entering Release file

14 years ago* apt-pkg/init.cc:
David Kalnischkies [Wed, 18 Aug 2010 22:04:05 +0000 (00:04 +0200)] 
* apt-pkg/init.cc:
  - set the default values for dir::etc::trusted options correctly

14 years agosetup the environment correctly for dpkg, too
David Kalnischkies [Wed, 18 Aug 2010 19:03:50 +0000 (21:03 +0200)] 
setup the environment correctly for dpkg, too

14 years agoextend the magic which creates the test archive by using FileLists to
David Kalnischkies [Wed, 18 Aug 2010 16:21:34 +0000 (18:21 +0200)] 
extend the magic which creates the test archive by using FileLists to
ship the build packages in the correct distribution and section

14 years agoadd proper MSGLEVEL handling by overriding methods dynamic
David Kalnischkies [Wed, 18 Aug 2010 11:20:16 +0000 (13:20 +0200)] 
add proper MSGLEVEL handling by overriding methods dynamic

14 years agoimplement the first round of automated dummy package building and
David Kalnischkies [Wed, 18 Aug 2010 10:56:57 +0000 (12:56 +0200)] 
implement the first round of automated dummy package building and
archive building

14 years ago* debian/apt.cron.daily:
David Kalnischkies [Wed, 18 Aug 2010 09:23:49 +0000 (11:23 +0200)] 
* debian/apt.cron.daily:
  - create backups for our extended_states file (Closes: #593430)

14 years agomerge with debian-experimental-ma to get the final 0.8.0~pre1
David Kalnischkies [Tue, 17 Aug 2010 23:35:26 +0000 (01:35 +0200)] 
merge with debian-experimental-ma to get the final 0.8.0~pre1

14 years ago* methods/bzip2.cc:
David Kalnischkies [Mon, 16 Aug 2010 10:12:51 +0000 (12:12 +0200)] 
* methods/bzip2.cc:
  - fix error checking for read in case of failing bzip2/lzma/whatever

Spotted by -Wextra:
bzip2.cc: In member function ‘virtual bool Bzip2Method::Fetch(pkgAcqMethod::FetchItem*)’:
bzip2.cc:108:19: warning: comparison of unsigned expression < 0 is always false
bzip2.cc:111:19: warning: comparison of unsigned expression < 0 is always false

14 years ago* apt-pkg/contrib/strutl.cc:
David Kalnischkies [Mon, 16 Aug 2010 09:38:20 +0000 (11:38 +0200)] 
* apt-pkg/contrib/strutl.cc:
  - fix error checking for vsnprintf in its safe variant

Spotted by -Wextra:
contrib/strutl.cc: In function 'char* safe_snprintf(char*, char*, const char*, ...)':
contrib/strutl.cc:1172:14: warning: comparison of unsigned expression < 0 is always false

14 years agoadd finally my very small testcase for the conkeror problem resulting
David Kalnischkies [Sun, 15 Aug 2010 17:12:35 +0000 (19:12 +0200)] 
add finally my very small testcase for the conkeror problem resulting
in the FixByInstall code we currently "experiment" with

14 years agodo not unconditional print the new debugoutput for "FixByInstall"
David Kalnischkies [Fri, 13 Aug 2010 23:21:50 +0000 (01:21 +0200)] 
do not unconditional print the new debugoutput for "FixByInstall"

14 years agofix testcase framework to test correctly for virtual packages
David Kalnischkies [Fri, 13 Aug 2010 23:18:11 +0000 (01:18 +0200)] 
fix testcase framework to test correctly for virtual packages

14 years agoadd a small script to automate the task of creating Packages and status
David Kalnischkies [Fri, 13 Aug 2010 22:25:57 +0000 (00:25 +0200)] 
add a small script to automate the task of creating Packages and status
files for tests with "real" problems

14 years agoreleasing version 0.8.0~pre1
Michael Vogt [Fri, 13 Aug 2010 15:35:25 +0000 (17:35 +0200)] 
releasing version 0.8.0~pre1

14 years ago* apt-pkg/pkgcache.cc:
Michael Vogt [Fri, 13 Aug 2010 14:48:32 +0000 (16:48 +0200)] 
* apt-pkg/pkgcache.cc:
  - fix LongDesc handling in LANG=C environment

14 years ago* apt-pkg/pkgcache.cc:
David Kalnischkies [Fri, 13 Aug 2010 14:42:38 +0000 (16:42 +0200)] 
* apt-pkg/pkgcache.cc:
  - fix LongDesc handling in LANG=C environment

14 years ago - let the problem resolver install packages to fix or-groups
Michael Vogt [Fri, 13 Aug 2010 14:09:25 +0000 (16:09 +0200)] 
  - let the problem resolver install packages to fix or-groups
    as a needed remove nuked another or-member (helps for #591882)
  - purge packages in 'rc' state, thanks Rogier! (Closes: #150831)

14 years ago* apt-pkg/algorithms.cc:
David Kalnischkies [Fri, 13 Aug 2010 12:41:55 +0000 (14:41 +0200)] 
* apt-pkg/algorithms.cc:
  - let the problem resolver install packages to fix or-groups
    as a needed remove nuked another or-member (helps for #591882)

The resolver sometimes need to break or-groups because he need to
remove the previous satisfier as a result of a breaks/conflicts.
In such broken or-groups he now tries to install a non-installed
non-deleted member of the or-group to statisfy it again.
This move is dangerous as it introduces the possibility of a
bunch of "new" broken breaks/conflicts on the new statisfier or
its dependencies and we don't know about them beforehand.
We also don't have the infrastructure to undo the decision later,
so we just do it and pray!

For now a test option is provided to disable this behavior on the
fly to test if the situation is worse: pkgProblemResolver::FixByInstall

14 years agopurge packages in 'rc' state, thanks Rogier! (Closes: #150831)
David Kalnischkies [Thu, 12 Aug 2010 14:45:41 +0000 (16:45 +0200)] 
purge packages in 'rc' state, thanks Rogier! (Closes: #150831)

14 years ago* Swedish translation update. Closes: #592366
Michael Vogt [Thu, 12 Aug 2010 11:51:31 +0000 (13:51 +0200)] 
* Swedish translation update. Closes: #592366
* merge of the debian-expermental-ma branch
* refresh po/pot files in doc/ and po/
* apt-pkg/algorithms.cc:
  - change the debug outputs to display also arch of the
    package and version dependencies information
* cmdline/apt-get.cc:
  - let APT::Get::Arch-Only in build-dep default to false again
    (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!
* Swedish translation update. Closes: #592366

14 years ago* cmdline/apt-get.cc:
David Kalnischkies [Wed, 11 Aug 2010 17:39:44 +0000 (19:39 +0200)] 
* cmdline/apt-get.cc:
  - let APT::Get::Arch-Only in build-dep default to false again
    (Closes: #592628) Thanks Mohamed Amine IL Idrissi for report!

14 years agomerge with debian-experimental-ma
David Kalnischkies [Tue, 10 Aug 2010 14:04:17 +0000 (16:04 +0200)] 
merge with debian-experimental-ma

* Swedish translation update. Closes: #592366
* apt-pkg/pkgcache.cc:
  - re-evaluate the architectures cache when the cache is (re)opened
* apt-pkg/cdrom.cc:
  - fix off-by-one error in DropBinaryArch
* apt-pkg/contrib/fileutl.cc:
  - Add WriteAtomic mode.
  - Revert WriteEmpty to old behavior (LP: #613211)
* apt-pkg, methods:
  - Convert users of WriteEmpty to WriteAtomic.
* apt-pkg/depcache.cc:
  - Only try upgrade for Breaks if there is a newer version, otherwise
    handle it as Conflicts (by removing it) (helps for #591882).
* debian/control:
  - Add dependency on gnupg to apt, apt-key uses it.

14 years ago* apt-pkg/algorithms.cc:
David Kalnischkies [Tue, 10 Aug 2010 13:58:09 +0000 (15:58 +0200)] 
* apt-pkg/algorithms.cc:
  - change the debug outputs to display also arch of the
    package and version dependencies information

14 years agoapt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.
Julian Andres Klode [Tue, 10 Aug 2010 12:59:56 +0000 (14:59 +0200)] 
apt-pkg, methods: Convert users of WriteEmpty to WriteAtomic.

14 years agoapt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)
Julian Andres Klode [Tue, 10 Aug 2010 12:55:36 +0000 (14:55 +0200)] 
apt-pkg/contrib/fileutl.cc: Revert WriteEmpty to old behavior (LP: #613211)

14 years agoapt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.
Julian Andres Klode [Tue, 10 Aug 2010 12:53:12 +0000 (14:53 +0200)] 
apt-pkg/contrib/fileutl.cc: Add WriteAtomic mode.

14 years ago* Swedish translation update. Closes: #592366
bubulle@debian.org [Tue, 10 Aug 2010 00:28:00 +0000 (20:28 -0400)] 
* Swedish translation update. Closes: #592366
* Swedish translation update. Closes: #592366

14 years ago* debian/control:
Julian Andres Klode [Sat, 7 Aug 2010 14:16:12 +0000 (16:16 +0200)] 
* debian/control:
  - Add dependency on gnupg to apt, apt-key uses it.

14 years agoFix changelog.
Julian Andres Klode [Fri, 6 Aug 2010 22:34:49 +0000 (00:34 +0200)] 
Fix changelog.

14 years ago* apt-pkg/depcache.cc:
Julian Andres Klode [Fri, 6 Aug 2010 21:33:55 +0000 (23:33 +0200)] 
* apt-pkg/depcache.cc:
  - Only try upgrade for Breaks if there is a newer version, otherwise
    handle it as Conflicts (by removing it) (helps for #591881).

14 years ago* apt-pkg/cdrom.cc:
Michael Vogt [Mon, 2 Aug 2010 19:02:01 +0000 (21:02 +0200)] 
* apt-pkg/cdrom.cc:
  - fix off-by-one error in DropBinaryArch

14 years agoset to UNRELEASED
Michael Vogt [Fri, 30 Jul 2010 16:24:51 +0000 (18:24 +0200)] 
set to UNRELEASED

14 years ago* apt-pkg/pkgcache.cc:
Michael Vogt [Fri, 30 Jul 2010 15:40:01 +0000 (17:40 +0200)] 
* apt-pkg/pkgcache.cc:
  - re-evaluate the architectures cache when the cache is (re)opened