ntk/apt.git
13 years agouse mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return true in...
Michael Vogt [Mon, 15 Nov 2010 11:26:39 +0000 (12:26 +0100)]
use mkdtemp() instead of tempnam, free mkdtemp() data afterwards, return true in DoChangelog handler

13 years agoinitial apt-get changelog implementation, not quite ready yet (need to get rid of...
Michael Vogt [Mon, 15 Nov 2010 11:12:56 +0000 (12:12 +0100)]
initial apt-get changelog implementation, not quite ready yet (need to get rid of tmpnam

13 years ago* apt-pkg/deb/dpkgpm.cc:
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)

13 years agoapt-pkg/contrib/fileutl.cc: fix FileFd::Size() for files that are empty or for non...
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

13 years agomerged from debian-sid branch
Michael Vogt [Wed, 13 Oct 2010 13:36:54 +0000 (15:36 +0200)]
merged from debian-sid branch

13 years ago* apt-pkg/deb/debindexfile.cc:
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%.

13 years agotest/integration/framework: set proper dir::state::status
Michael Vogt [Wed, 13 Oct 2010 13:30:47 +0000 (15:30 +0200)]
test/integration/framework: set proper dir::state::status

13 years agotests/integration/test-*: remove a bunch of "local" that are used outside funtions...
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)

13 years agofix changelog typo
Martin Pitt [Wed, 13 Oct 2010 12:34:23 +0000 (14:34 +0200)]
fix changelog typo

13 years agomerge from trunk
Martin Pitt [Wed, 13 Oct 2010 12:22:29 +0000 (14:22 +0200)]
merge from trunk

13 years agodoc/po/fr.po: refreshed after running make
Michael Vogt [Wed, 13 Oct 2010 12:21:35 +0000 (14:21 +0200)]
doc/po/fr.po: refreshed after running make

13 years ago* apt-pkg/deb/debsystem.cc:
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

13 years agoapt-pkg/deb/debsystem.cc: remove duplicated rootdir (FindFile will prepend the rootdi...
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)

13 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

13 years ago* debian/apt.cron.daily:
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

13 years ago* apt-pkg/contrib/fileutl.cc:
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%.

13 years ago* apt-pkg/deb/debindexfile.cc:
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.

13 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

13 years ago* Another typo fixed in French ("Anfin"). Thanks to bubulle
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

13 years agoTypo fixed in French (extra "Z"). Thanks to Florentin Duneau.
bubulle@debian.org [Tue, 5 Oct 2010 03:36:46 +0000 (05:36 +0200)]
Typo fixed in French (extra "Z"). Thanks to Florentin Duneau.

13 years agoreleasing version 0.8.6 0.8.6
Michael Vogt [Mon, 4 Oct 2010 10:02:59 +0000 (12:02 +0200)]
releasing version 0.8.6

13 years agomerged from donkult
Michael Vogt [Mon, 4 Oct 2010 09:51:47 +0000 (11:51 +0200)]
merged from donkult

13 years ago[ Programs translations ]
Maacub [Mon, 4 Oct 2010 09:03:24 +0000 (11:03 +0200)]
[ Programs translations ]
* Asturian update by Maacub (Closes: #599057)

13 years ago* apt-pkg/depcache.cc:
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)

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Fri, 1 Oct 2010 13:55:10 +0000 (15:55 +0200)]
merged from lp:~donkult/apt/sid

13 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

13 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

13 years ago* doc/po/de.po:
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

13 years ago* apt-pkg/packagemanager.cc:
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

13 years agoVietnamese programs translation update by Clytie Siddall (Closes: #598489)
Clytie Siddall [Wed, 29 Sep 2010 18:31:29 +0000 (20:31 +0200)]
Vietnamese programs translation update by Clytie Siddall (Closes: #598489)

13 years ago* apt-pkg/depcache.cc:
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)

13 years agofix the testcases which were broken by the new space between number and unit
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

13 years ago* apt-pkg/contrib/strutl.cc:
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)

13 years ago* cmdline/apt-cache.cc:
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)

13 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

13 years agoreleasing version 0.8.5 0.8.5
Michael Vogt [Fri, 17 Sep 2010 20:22:50 +0000 (22:22 +0200)]
releasing version 0.8.5

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Fri, 17 Sep 2010 13:06:38 +0000 (15:06 +0200)]
merged from lp:~donkult/apt/sid

13 years agoGerman manpage translation (Chris Leick). Closes: #597163
David Kalnischkies [Fri, 17 Sep 2010 08:32:37 +0000 (10:32 +0200)]
German manpage translation (Chris Leick). Closes: #597163

13 years ago* doc/po/fr.po:
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

13 years ago* buildlib/debiandoc.mak, buildlib/po4a_manpage.mak:
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

13 years ago* debian/control:
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)

13 years agomerged lp:~donkult/apt/sid
Michael Vogt [Wed, 15 Sep 2010 17:56:50 +0000 (19:56 +0200)]
merged  lp:~donkult/apt/sid

13 years agomerged lp:~mvo/apt/conflicts-on-virtuals to better deal with
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)

13 years ago* debian/apt.cron.daily:
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)

13 years agomerge with debian-sid to get final 0.8.4
David Kalnischkies [Tue, 14 Sep 2010 17:05:30 +0000 (19:05 +0200)]
merge with debian-sid to get final 0.8.4

13 years ago* apt-pkg/policy.cc:
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

13 years agoreleasing version 0.8.4 0.8.4
Michael Vogt [Fri, 10 Sep 2010 19:29:42 +0000 (21:29 +0200)]
releasing version 0.8.4

13 years agomerged from lp:~mvo/apt/mvo
Michael Vogt [Fri, 10 Sep 2010 18:44:15 +0000 (20:44 +0200)]
merged from lp:~mvo/apt/mvo

13 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

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

13 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

13 years agoFix missing space after dot in a message from apt-pkg
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.

13 years agoGerman (Holger Wansing). Closes: #596141
bubulle@debian.org [Thu, 9 Sep 2010 18:46:41 +0000 (20:46 +0200)]
German (Holger Wansing). Closes: #596141

13 years agoadd a simple testcase for the previously fixed bug 595691 to check
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

13 years ago* ftparchive/writer.cc:
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)

13 years ago* apt-pkg/acquire-item.cc:
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)

13 years ago* ftparchive/writer.cc:
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

13 years ago* ftparchive/writer.cc:
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

13 years agoreleasing version 0.8.3 0.8.3
Michael Vogt [Tue, 7 Sep 2010 13:56:51 +0000 (15:56 +0200)]
releasing version 0.8.3

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Tue, 7 Sep 2010 13:15:23 +0000 (15:15 +0200)]
merged from lp:~donkult/apt/sid

13 years ago* ftparchive/apt-ftparchive.cc:
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)

13 years agoJapanese (KURASAWA Nozomu). Closes: #595862
bubulle@debian.org [Tue, 7 Sep 2010 08:56:07 +0000 (10:56 +0200)]
Japanese (KURASAWA Nozomu). Closes: #595862

13 years ago* apt-pkg/indexcopy.cc:
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

13 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

13 years agoreleasing version 0.8.2 0.8.2
Michael Vogt [Tue, 7 Sep 2010 07:23:11 +0000 (09:23 +0200)]
releasing version 0.8.2

13 years agomerged from lp:~donkult/apt/sid
Michael Vogt [Mon, 6 Sep 2010 16:11:49 +0000 (18:11 +0200)]
merged from lp:~donkult/apt/sid

13 years agorename the newly public CheckDirectory method to CreateAPTDirectoryIfNeeded
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.

13 years ago* methods/{gzip,bzip2}.cc:
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)

13 years agoSpanish (Omar Campagne). Closes: #595557
bubulle@debian.org [Sun, 5 Sep 2010 05:54:08 +0000 (07:54 +0200)]
Spanish (Omar Campagne). Closes: #595557

13 years ago* cmdline/apt-key:
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

13 years ago* apt-pkg/indexcopy.cc:
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)

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

13 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

13 years agoupdate the version number to the upcoming 0.8.2 and
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

13 years agomerge with official v0.8.1
David Kalnischkies [Fri, 3 Sep 2010 17:34:36 +0000 (19:34 +0200)]
merge with official v0.8.1

13 years agoreleasing version 0.8.1 0.8.1
Michael Vogt [Fri, 3 Sep 2010 17:04:22 +0000 (19:04 +0200)]
releasing version 0.8.1

13 years agoadd regression test for ubuntu bug 614993
Michael Vogt [Fri, 3 Sep 2010 15:51:03 +0000 (17:51 +0200)]
add regression test for ubuntu bug 614993

13 years agoremove duplicated test, move test for conflicts higher up, better debug output
Michael Vogt [Fri, 3 Sep 2010 15:03:52 +0000 (17:03 +0200)]
remove duplicated test, move test for conflicts higher up, better debug output

13 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

13 years ago* Norwegian Bokmål (Hans Nordhaug). Closes: #595182
bubulle@debian.org [Thu, 2 Sep 2010 18:14:12 +0000 (20:14 +0200)]
* Norwegian Bokmål (Hans Nordhaug). Closes: #595182
* Danish (Joe Hansen). Closes: #595176
* Catalan (Agustí Grau). Closes: #595234

13 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

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

13 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

13 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

13 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

13 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

13 years agoFrench translation fixed
bubulle@debian.org [Tue, 31 Aug 2010 20:19:39 +0000 (22:19 +0200)]
French translation fixed

13 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

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

13 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

13 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

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

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

13 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

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

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

13 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

13 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

13 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

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