Michael Vogt
be9b62f764
add more dpointer placeholders
12 years ago
Michael Vogt
e92e897a6f
apt-pkg/acquire.h: add placeholder dpointer
12 years ago
Michael Vogt
43fb90dcd5
apt-pkg/tagfile.h: add dpointer placeholder, make destructor virtual; apt-pkg/deb/debsystem.h: make destructor virtual
12 years ago
Michael Vogt
4b2746d5ff
apt-pkg/tagfile.{cc,h}: add comment, remove "inline" from pkgTagFile::Offset()
12 years ago
Michael Vogt
1abbce9eaf
apt-pkg/tagfile.{cc,h}: add dpointer to pkgTagFile
12 years ago
Michael Vogt
697a1d8ab6
apt-pkg/deb/dpkgpm.{cc,h}: convert to use dpointers
12 years ago
Michael Vogt
b8f90d97fa
apt-pkg/deb/debsystem.{cc,h}: add dpointer
12 years ago
Michael Vogt
17c09907ff
po/es.po: Updated, plus fixes encoding issues and fixes two fuzzy
strings, thanks to Javier Fernandez-Sanguino (closes : #610692 )
12 years ago
Michael Vogt
f92800f801
releasing version 0.8.10.2
12 years ago
Michael Vogt
a953a42711
releasing version 0.8.10.1
12 years ago
bubulle@debian.org
8e82a3e9b1
Fix encoding for Slovenian translation. PO file switched
to UTF-8. Closes : #609957
12 years ago
bubulle@debian.org
92e52a4e9a
* Spanish update by Javier Fernández-Sanguino Peña. Closes : #607145
* Correct a typo and an error in French manpages translation.
Closes: # 607170
12 years ago
Julian Andres Klode
f23fc0e090
cmdline/apt-cache.cc: Create an error for apt-cache depends
if packages could not found (LP: #647045 )
12 years ago
Michael Vogt
4279ef3b0a
merged from lp:~donkult/apt/sid
12 years ago
David Kalnischkies
6affe4a851
fix changelog as the czech translation was by accident added to 0.8.9
12 years ago
David Kalnischkies
c427b1e218
* apt-pkg/algorithms.cc:
- mark all installed packages first without auto installation in
a dist-upgrade to prefer upgrading packages instead of installing
new packages in versioned or-groups (Closes : #605394 )
12 years ago
bubulle@debian.org
0957a13baf
* German update by Holger Wansing. Closes : #603619
* Czech by Miroslav Kure. Closes : #605107
12 years ago
Michael Vogt
f120d18c37
merged from lp:~pitti/apt/compressed-indexes
12 years ago
Michael Vogt
ba428c1dbd
releasing version 0.8.9
12 years ago
Michael Vogt
5c246b9920
* cmdline/acqprogress.cc:
- don't ask the user for media change if quiet >= 2, stdout is not
a tty and assume-yes, force-yes or trivial-only option is set to
avoid cpu eating endless loops in unattended runs like apt.cron
(Closes : #602354 , LP: #665580 )
12 years ago
bubulle@debian.org
c79cb79f5c
! German update by Holger Wansing. Closes : #603619
12 years ago
Martin Pitt
d88a49c830
* test/integration/test-compressed-indexes, test/test-indexes.sh:
- Explicitly disable compressed indexes at the start. This ensures that we
will actually test uncompressed indexes regardless of the internal
default value of Acquire::GzipIndexes.
12 years ago
bubulle@debian.org
3cf1e4b50a
Slovenian update by Andrej Žnidaršič and Rosetta Slovenian team
12 years ago
David Kalnischkies
996c6447ae
* cmdline/acqprogress.cc:
- don't ask the user for media change if quiet >= 2, stdout is not
a tty and assume-yes, force-yes or trivial-only option is set to
avoid cpu eating endless loops in unattended runs like apt.cron
(Closes : #602354 , LP: #665580 )
12 years ago
Michael Vogt
88b62c5b3d
merged from donkult
12 years ago
David Kalnischkies
edbda33bde
* apt-pkg/depcache.cc:
- don't install previously not installed providers in a try
to statisfy a "Breaks: provides" dependency by upgrade
12 years ago
David Kalnischkies
a3f1a6ccd2
* apt-pkg/algorithms.cc:
- if the package was explicitly marked as ToRemove don't
consider it as a candidate for FixByInstall
12 years ago
David Kalnischkies
eb3947c651
evaluate Acquire::Languages= before LANG= ( Closes : #602573 )
12 years ago
David Kalnischkies
543b0abfa5
* apt-pkg/orderlist.cc:
- try fixing before removing even if the fix is hidden in
a provides, hidden in the #590438 testcase
12 years ago
David Kalnischkies
037454791f
* apt-pkg/aptconfiguration.cc:
- respect the none-force even in LANG=C (Closes : #602573 )
12 years ago
bubulle@debian.org
c1c49795f4
Drop useless untranslatable sections from apt.8
12 years ago
bubulle@debian.org
ad3e5dc54d
Fix "typos" in French manpages translations. Thanks to
Cyril Brulebois for bashing me.
12 years ago
Michael Vogt
71626337ad
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD
(closes : #601649 )
12 years ago
Michael Vogt
f71b3b984f
merged from donkult
12 years ago
Michael Vogt
c1fa50e150
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD
(closes : #601649 )
12 years ago
Michael Vogt
fd8bb61d29
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD
(closes : #601649 )
12 years ago
David Kalnischkies
4b625b95a0
* apt-pkg/pkgcache.cc:
- fallback always to a suitable description (Closes : #601016 )
12 years ago
David Kalnischkies
1c493315c5
dpkg doesn't like underscores in versions anymore (=it fails) so our
behaviour can be undefined… (or at least can't be tested against dpkg)
12 years ago
David Kalnischkies
4260fd3972
* apt-pkg/contrib/fileutl.cc:
- Add a FileFd::FileSize() method to get the size of the underlying
file and not the size of the content in the file as FileFd::Size()
does - the sizes can differ since the direct gzip integration
* methods/{gzip,bzip2}.cc:
- use FileSize() to determine if the file is invalid (Closes : #600852 )
12 years ago
Michael Vogt
95fe33dc13
releasing version 0.8.7
12 years ago
Michael Vogt
eb5b694a73
* doc/examples/apt-https-method-example.conf:
- apply various typo fixes by Olly Betts, thanks! (Closes : #600249 )
12 years ago
Michael Vogt
0750e90da1
merged from lp:~pitti/apt/compressed-indexes
12 years ago
Martin Pitt
915f052064
add test case for having no indexes, and fix regression in that case
12 years ago
Olly Betts
8b35a3aca2
* doc/examples/apt-https-method-example.conf:
- apply various typo fixes by Olly Betts, thanks! (Closes : #600249 )
12 years ago
Michael Vogt
5a66868c03
merged from http://code.launchpad.net/~donkult/apt/sid
12 years ago
David Kalnischkies
a5c486e061
* doc/apt-verbatim.ent:
- change the codenames to reflect the situation after squeeze release
12 years ago
David Kalnischkies
0c1a7101fd
* doc/apt.ent:
- move some strings into apt-verbatim.ent to avoid showing them in
apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
12 years ago
David Kalnischkies
2faaf8bea8
merge with debian-sid
12 years ago
Michael Vogt
be61b563c2
merged FileFd::Size() fix from lp:~mvo/apt/mvo
12 years ago
Michael Vogt
44dc669e08
apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or for non-gzip files
12 years ago