]>
git.saurik.com Git - apt.git/log
Michael Vogt [Wed, 10 Nov 2010 18:39:12 +0000 (19:39 +0100)]
merged from donkult
David Kalnischkies [Wed, 10 Nov 2010 12:26:37 +0000 (13:26 +0100)]
* apt-pkg/depcache.cc:
- don't install previously not installed providers in a try
to statisfy a "Breaks: provides" dependency by upgrade
David Kalnischkies [Wed, 10 Nov 2010 11:24:48 +0000 (12:24 +0100)]
* apt-pkg/algorithms.cc:
- if the package was explicitly marked as ToRemove don't
consider it as a candidate for FixByInstall
David Kalnischkies [Tue, 9 Nov 2010 13:18:19 +0000 (14:18 +0100)]
evaluate Acquire::Languages= before LANG= (Closes: #602573)
David Kalnischkies [Sat, 6 Nov 2010 14:02:27 +0000 (15:02 +0100)]
* apt-pkg/orderlist.cc:
- try fixing before removing even if the fix is hidden in
a provides, hidden in the #590438 testcase
David Kalnischkies [Sat, 6 Nov 2010 11:50:49 +0000 (12:50 +0100)]
* apt-pkg/aptconfiguration.cc:
- respect the none-force even in LANG=C (Closes: #602573)
bubulle@debian.org [Sat, 30 Oct 2010 20:42:39 +0000 (22:42 +0200)]
Drop useless untranslatable sections from apt.8
bubulle@debian.org [Sat, 30 Oct 2010 07:52:21 +0000 (09:52 +0200)]
Fix "typos" in French manpages translations. Thanks to
Cyril Brulebois for bashing me.
Michael Vogt [Thu, 28 Oct 2010 19:50:47 +0000 (21:50 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
Michael Vogt [Thu, 28 Oct 2010 19:19:57 +0000 (21:19 +0200)]
merged from donkult
Michael Vogt [Thu, 28 Oct 2010 19:11:52 +0000 (21:11 +0200)]
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
Michael Vogt [Thu, 28 Oct 2010 18:56:32 +0000 (14:56 -0400)]
* apt-pkg/deb/dpkgpm.cc:
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
David Kalnischkies [Tue, 26 Oct 2010 21:24:41 +0000 (23:24 +0200)]
* apt-pkg/pkgcache.cc:
- fallback always to a suitable description (Closes: #601016)
David Kalnischkies [Fri, 22 Oct 2010 17:10:49 +0000 (19:10 +0200)]
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)
David Kalnischkies [Thu, 21 Oct 2010 14:54:28 +0000 (16:54 +0200)]
* 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)
Michael Vogt [Fri, 15 Oct 2010 16:28:03 +0000 (18:28 +0200)]
releasing version 0.8.7
Michael Vogt [Fri, 15 Oct 2010 16:15:00 +0000 (18:15 +0200)]
* doc/examples/apt-https-method-example.conf:
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
Michael Vogt [Fri, 15 Oct 2010 15:59:12 +0000 (17:59 +0200)]
merged from lp:~pitti/apt/compressed-indexes
Martin Pitt [Fri, 15 Oct 2010 15:54:36 +0000 (17:54 +0200)]
add test case for having no indexes, and fix regression in that case
Olly Betts [Fri, 15 Oct 2010 07:18:45 +0000 (09:18 +0200)]
* doc/examples/apt-https-method-example.conf:
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
Michael Vogt [Thu, 14 Oct 2010 12:38:56 +0000 (14:38 +0200)]
merged from http://code.launchpad.net/~donkult/apt/sid
David Kalnischkies [Wed, 13 Oct 2010 22:08:23 +0000 (00:08 +0200)]
* doc/apt-verbatim.ent:
- change the codenames to reflect the situation after squeeze release
David Kalnischkies [Wed, 13 Oct 2010 22:06:02 +0000 (00:06 +0200)]
* 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)
David Kalnischkies [Wed, 13 Oct 2010 20:27:56 +0000 (22:27 +0200)]
merge with debian-sid
Michael Vogt [Wed, 13 Oct 2010 14:12:00 +0000 (16:12 +0200)]
merged FileFd::Size() fix from lp:~mvo/apt/mvo
Michael Vogt [Wed, 13 Oct 2010 14:03:56 +0000 (16:03 +0200)]
apt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or for non-gzip files
Michael Vogt [Wed, 13 Oct 2010 13:36:54 +0000 (15:36 +0200)]
merged from debian-sid branch
Michael Vogt [Wed, 13 Oct 2010 13:33:16 +0000 (15:33 +0200)]
* apt-pkg/deb/debindexfile.cc:
- Use FileFd::Size() instead of stat()ing the sources/binary/translations
indexes directly, so that we have transparent handling of gzipped
indexes.
* apt-pkg/contrib/fileutl.cc:
- Fix FileFd::Size() for gzipped files to give the size of the
uncompressed data. This fixes cache building progress going way
over 100%.
Michael Vogt [Wed, 13 Oct 2010 13:30:47 +0000 (15:30 +0200)]
test/integration/framework: set proper dir::state::status
Michael Vogt [Wed, 13 Oct 2010 13:22:48 +0000 (15:22 +0200)]
tests/integration/test-*: remove a bunch of "local" that are used outside funtions (bash complains)
Martin Pitt [Wed, 13 Oct 2010 12:34:23 +0000 (14:34 +0200)]
fix changelog typo
Martin Pitt [Wed, 13 Oct 2010 12:22:29 +0000 (14:22 +0200)]
merge from trunk
Michael Vogt [Wed, 13 Oct 2010 12:21:35 +0000 (14:21 +0200)]
doc/po/fr.po: refreshed after running make
Michael Vogt [Wed, 13 Oct 2010 12:18:18 +0000 (14:18 +0200)]
* apt-pkg/deb/debsystem.cc:
- fix issues with dir::state::status and dir::state::extended_states
when alternative rootdirs are used
Michael Vogt [Wed, 13 Oct 2010 12:11:57 +0000 (14:11 +0200)]
apt-pkg/deb/debsystem.cc: remove duplicated rootdir (FindFile will prepend the rootdir later anyway)
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
Michael Vogt [Wed, 13 Oct 2010 11:38:13 +0000 (13:38 +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
* fix test failure on amd64
Martin Pitt [Wed, 13 Oct 2010 11:00:49 +0000 (13:00 +0200)]
* apt-pkg/contrib/fileutl.cc:
- Fix FileFd::Size() for gzipped files to give the size of the
uncompressed data. This fixes cache progress building progress going way
over 100%.
Martin Pitt [Wed, 13 Oct 2010 10:45:47 +0000 (12:45 +0200)]
* apt-pkg/deb/debindexfile.cc:
- Use FileFd::Size() instead of stat()ing the sources/binary/translations
indexes directly, so that we have transparent handling of gzipped
indexes.
Michael Vogt [Wed, 13 Oct 2010 10:23:25 +0000 (12:23 +0200)]
merge fix for testrun on amd64
Sebastian Andrzej Siewior [Thu, 7 Oct 2010 12:50:25 +0000 (14:50 +0200)]
* apt-pkg/deb/deblistparser.cc:
- support ArmHardFloat port in CompleteArch, thanks to Sebastian
Andrzej Siewior for the patch!
bubulle@debian.org [Wed, 6 Oct 2010 20:35:27 +0000 (22:35 +0200)]
* Another typo fixed in French ("Anfin"). Thanks to bubulle
* Wrong translation for "showauto" fixed. Thanks to Raphaël Hertzog
Closes: #599265
bubulle@debian.org [Tue, 5 Oct 2010 03:36:46 +0000 (05:36 +0200)]
Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.
Michael Vogt [Mon, 4 Oct 2010 10:02:59 +0000 (12:02 +0200)]
releasing version 0.8.6
Michael Vogt [Mon, 4 Oct 2010 09:51:47 +0000 (11:51 +0200)]
merged from donkult
Maacub [Mon, 4 Oct 2010 09:03:24 +0000 (11:03 +0200)]
[ Programs translations ]
* Asturian update by Maacub (Closes: #599057)
David Kalnischkies [Sat, 2 Oct 2010 07:19:31 +0000 (09:19 +0200)]
* apt-pkg/depcache.cc:
- do not remove packages which the user requested for installation
explicitly while satisfying other install requests (Closes: #598669)
Michael Vogt [Fri, 1 Oct 2010 13:55:10 +0000 (15:55 +0200)]
merged from lp:~donkult/apt/sid
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
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
Chris Leick [Thu, 30 Sep 2010 10:28:35 +0000 (12:28 +0200)]
* doc/po/de.po:
- remove the duplicated "angefertigt" in translation-holder string
David Kalnischkies [Wed, 29 Sep 2010 18:56:30 +0000 (20:56 +0200)]
* apt-pkg/packagemanager.cc:
- Add a space between period and 'Please' and unfuzzy all translations
Clytie Siddall [Wed, 29 Sep 2010 18:31:29 +0000 (20:31 +0200)]
Vietnamese programs translation update by Clytie Siddall (Closes: #598489)
David Kalnischkies [Wed, 29 Sep 2010 17:55:04 +0000 (19:55 +0200)]
* apt-pkg/depcache.cc:
- do not check endpointer packages instead of only those which prevented
NeverAutoRemove settings from having an effect (Closes: #598452)
David Kalnischkies [Wed, 29 Sep 2010 16:34:48 +0000 (18:34 +0200)]
fix the testcases which were broken by the new space between number and unit
David Kalnischkies [Tue, 28 Sep 2010 15:27:44 +0000 (17:27 +0200)]
* apt-pkg/contrib/strutl.cc:
- add a space between number and unit as required by SI (Closes: #598352)
David Kalnischkies [Fri, 24 Sep 2010 12:18:52 +0000 (14:18 +0200)]
* cmdline/apt-cache.cc:
- use the TranslatedDescription for searching and not the first
available one as it is maybe not an expected language (Closes: #597925)
Michael Vogt [Tue, 21 Sep 2010 11:23:21 +0000 (13:23 +0200)]
doc/examples/configure-index:
- add info on debug::acquire::cdrom
Michael Vogt [Fri, 17 Sep 2010 20:22:50 +0000 (22:22 +0200)]
releasing version 0.8.5
Michael Vogt [Fri, 17 Sep 2010 13:06:38 +0000 (15:06 +0200)]
merged from lp:~donkult/apt/sid
David Kalnischkies [Fri, 17 Sep 2010 08:32:37 +0000 (10:32 +0200)]
German manpage translation (Chris Leick). Closes: #597163
David Kalnischkies [Fri, 17 Sep 2010 08:07:24 +0000 (10:07 +0200)]
* doc/po/fr.po:
- correct two syntax issues to ensure we can build fine
David Kalnischkies [Fri, 17 Sep 2010 08:02:38 +0000 (10:02 +0200)]
* buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
- ensure that the build fails if documentation building fails
David Kalnischkies [Fri, 17 Sep 2010 07:55:12 +0000 (09:55 +0200)]
* debian/control:
- build-depend on docbook-xml to ensure that the xml DTDs are always
available on the buildds (Closes: #597145)
Michael Vogt [Wed, 15 Sep 2010 17:56:50 +0000 (19:56 +0200)]
merged lp:~donkult/apt/sid
Michael Vogt [Wed, 15 Sep 2010 17:54:27 +0000 (19:54 +0200)]
merged lp:~mvo/apt/conflicts-on-virtuals to better deal with
conflicts/breaks against virtual packages (LP: #614993)
David Kalnischkies [Wed, 15 Sep 2010 11:24:51 +0000 (13:24 +0200)]
* debian/apt.cron.daily:
- handle absolut directory paths correctly by loading directories
directly instead of building the paths on our own (Closes: #596421)
David Kalnischkies [Tue, 14 Sep 2010 17:05:30 +0000 (19:05 +0200)]
merge with debian-sid to get final 0.8.4
David Kalnischkies [Tue, 14 Sep 2010 16:57:46 +0000 (18:57 +0200)]
* apt-pkg/policy.cc:
- support 100-pinning in Release file with ButAutomaticUpgrades
as requested by the backports crew (Closes: #596097)
* apt-pkg/deb/deblistparser.cc:
- overrule NotAutomatic in case of ButAutomaticUpgrades
Michael Vogt [Fri, 10 Sep 2010 19:29:42 +0000 (21:29 +0200)]
releasing version 0.8.4
Michael Vogt [Fri, 10 Sep 2010 18:44:15 +0000 (20:44 +0200)]
merged from lp:~mvo/apt/mvo
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
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)
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
bubulle@debian.org [Thu, 9 Sep 2010 20:23:31 +0000 (22:23 +0200)]
Fix missing space after dot in a message from apt-pkg
Translations unfuzzied. Thanks to Holger Wansing.
bubulle@debian.org [Thu, 9 Sep 2010 18:46:41 +0000 (20:46 +0200)]
German (Holger Wansing). Closes: #596141
David Kalnischkies [Thu, 9 Sep 2010 17:54:22 +0000 (19:54 +0200)]
add a simple testcase for the previously fixed bug 595691 to check
in future that APT plays considerable well with empty archives
Michael Vogt [Thu, 9 Sep 2010 17:04:26 +0000 (19:04 +0200)]
* ftparchive/writer.cc:
- null the valid string instead of the date if Valid-Until is not set
* apt-pkg/acquire-item.cc:
- use also unsigned Release files again (Closes: #596189)
David Kalnischkies [Thu, 9 Sep 2010 16:23:08 +0000 (18:23 +0200)]
* apt-pkg/acquire-item.cc:
- use also unsigned Release files again (Closes: #596189)
Michael Vogt [Thu, 9 Sep 2010 13:36:42 +0000 (15:36 +0200)]
* ftparchive/writer.cc:
- write out {Files,Checksum-Sha1,Checksum-Sha256} only if
available LP: #633967. Thanks to Colin Watson
David Kalnischkies [Thu, 9 Sep 2010 09:26:18 +0000 (11:26 +0200)]
* ftparchive/writer.cc:
- null the valid string instead of the date if Valid-Until is not set
Michael Vogt [Tue, 7 Sep 2010 13:56:51 +0000 (15:56 +0200)]
releasing version 0.8.3
Michael Vogt [Tue, 7 Sep 2010 13:15:23 +0000 (15:15 +0200)]
merged from lp:~donkult/apt/sid
David Kalnischkies [Tue, 7 Sep 2010 13:08:19 +0000 (15:08 +0200)]
* ftparchive/apt-ftparchive.cc:
- ensure that BinDirectory as well as Tree settings get
the correct default FileMode setting (Closes: #595922)
bubulle@debian.org [Tue, 7 Sep 2010 08:56:07 +0000 (10:56 +0200)]
Japanese (KURASAWA Nozomu). Closes: #595862
Michael Vogt [Tue, 7 Sep 2010 08:02:59 +0000 (10:02 +0200)]
* apt-pkg/indexcopy.cc:
- only use trusted.gpg.d directory if it exists
- do not replace /dev/null when running in APT::CDROM::NoAct
mode (LP: #612666), thanks to Colin Watson
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
Michael Vogt [Tue, 7 Sep 2010 07:23:11 +0000 (09:23 +0200)]
releasing version 0.8.2
Michael Vogt [Mon, 6 Sep 2010 16:11:49 +0000 (18:11 +0200)]
merged from lp:~donkult/apt/sid
David Kalnischkies [Mon, 6 Sep 2010 12:10:26 +0000 (14:10 +0200)]
rename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded
to give a better indication what this method will do if called.
David Kalnischkies [Mon, 6 Sep 2010 10:17:15 +0000 (12:17 +0200)]
* methods/{gzip,bzip2}.cc:
- empty files can never be valid archives (Closes: #595691)
bubulle@debian.org [Sun, 5 Sep 2010 05:54:08 +0000 (07:54 +0200)]
Spanish (Omar Campagne). Closes: #595557
David Kalnischkies [Sat, 4 Sep 2010 13:28:47 +0000 (15:28 +0200)]
* cmdline/apt-key:
- support also Dir::Etc::Trusted so that apt-key works in the same
way as the library part which works with the trusted files
David Kalnischkies [Sat, 4 Sep 2010 08:46:36 +0000 (10:46 +0200)]
* apt-pkg/indexcopy.cc:
- support really still the APT::GPGV::TrustedKeyring setting,
as it breaks d-i badly otherwise (Closes: #595428)
Michael Vogt [Fri, 3 Sep 2010 18:49:09 +0000 (20:49 +0200)]
apt-pkg/indexcopy.cc: include trustedFile (if it exists)
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
David Kalnischkies [Fri, 3 Sep 2010 17:35:51 +0000 (19:35 +0200)]
update the version number to the upcoming 0.8.2 and
bump the release version of the library also
David Kalnischkies [Fri, 3 Sep 2010 17:34:36 +0000 (19:34 +0200)]
merge with official v0.8.1
Michael Vogt [Fri, 3 Sep 2010 17:04:22 +0000 (19:04 +0200)]
releasing version 0.8.1
Michael Vogt [Fri, 3 Sep 2010 15:51:03 +0000 (17:51 +0200)]
add regression test for ubuntu bug 614993