ntk/apt.git
15 years ago* apt-pkg/indexcopy.cc:
Michael Vogt [Fri, 8 Aug 2008 22:34:24 +0000 (00:34 +0200)]
* apt-pkg/indexcopy.cc:
  - support having CDs with no Packages file (just a Packages.gz)
    by not forcing a verification on non-existing files
   (LP: #255545)

15 years ago* apt-pkg/indexcopy.cc:
Michael Vogt [Fri, 8 Aug 2008 22:21:41 +0000 (00:21 +0200)]
* apt-pkg/indexcopy.cc:
  - support having CDs with no Packages file (just a Packages.gz)
    by not forcing a verification on non-existing files
   (LP: #255545)

15 years ago* debian/apt.conf.autoremove:
Michael Vogt [Thu, 7 Aug 2008 14:29:20 +0000 (16:29 +0200)]
* debian/apt.conf.autoremove:
  - remove "linux-image" (and friends) from the auto-remove
    blacklist. we have the kernel fallback infrastructure now
    in intrepid (thanks to BenC)

15 years ago* fix various -Wall warnings
Michael Vogt [Wed, 6 Aug 2008 12:01:29 +0000 (14:01 +0200)]
* fix various -Wall warnings
* make "apt-get build-dep" installed packages marked automatic
  by default. This can be changed by setting the value of
  APT::Get::Build-Dep-Automatic to false (thanks to Aaron
  Haviland, closes: #44874, LP: #248268)

15 years ago* merge patch that enforces stricter https server certificate
Michael Vogt [Wed, 6 Aug 2008 12:00:02 +0000 (14:00 +0200)]
* merge patch that enforces stricter https server certificate
  checking (thanks to Arnaud Ebalard, closes: #485960)
* allow per-mirror specific https settings
  (thanks to Arnaud Ebalard, closes: #485965)
* add doc/examples/apt-https-method-example.cof
  (thanks to Arnaud Ebalard, closes: #485964)
* add DPkg::NoTriggers option so that applications that call
  apt/aptitude (like the installer) defer trigger processing
  (thanks to Joey Hess)
* document --install-recommends and --no-install-recommends
  (thanks to Dereck Wonnacott, LP: #126180)
* apt-ftparchive might write corrupt Release files (LP: #46439)
* Apply --important option to apt-cache depends (LP: #16947)

15 years agomake "apt-get build-dep" installed packages marked automatic
Michael Vogt [Wed, 6 Aug 2008 11:58:44 +0000 (13:58 +0200)]
make "apt-get build-dep" installed packages marked automatic
by default. This can be changed by setting the value of
APT::Get::Build-Dep-Automatic to false (thanks to Aaron
Haviland, closes: #44874, LP: #248268)

15 years agofix various -Wall warnings
Michael Vogt [Tue, 5 Aug 2008 08:52:09 +0000 (10:52 +0200)]
fix various -Wall warnings

15 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Tue, 5 Aug 2008 08:09:42 +0000 (10:09 +0200)]
* apt-pkg/deb/dpkgpm.cc:
  - fix uninitialized variable that caused no apport reports
    to be written sometimes (thanks to Matt Zimmerman)

15 years ago* Apply --important option to apt-cache depends (LP: #16947)
Michael Vogt [Thu, 31 Jul 2008 12:57:38 +0000 (14:57 +0200)]
* Apply --important option to apt-cache depends (LP: #16947)

15 years ago* apt-ftparchive might write corrupt Release files (LP: #46439)
Michael Vogt [Thu, 31 Jul 2008 12:51:18 +0000 (14:51 +0200)]
* apt-ftparchive might write corrupt Release files (LP: #46439)

15 years ago (thanks to Joey Hess)
Michael Vogt [Thu, 31 Jul 2008 12:34:50 +0000 (14:34 +0200)]
  (thanks to Joey Hess)
* document --install-recommends and --no-install-recommends
  (thanks to Dereck Wonnacott, LP: #126180)

15 years ago* cmdline/apt-cache.cc:
Michael Vogt [Tue, 29 Jul 2008 14:56:03 +0000 (16:56 +0200)]
* cmdline/apt-cache.cc:
  - do not show Breaks in unmet

15 years ago* add DPkg::NoTriggers option so that applications that call
Michael Vogt [Fri, 25 Jul 2008 18:29:31 +0000 (20:29 +0200)]
* add DPkg::NoTriggers option so that applications that call
  apt/aptitude (like the installer) defer trigger processing
  (thanks to Joey Hess)

15 years ago* add doc/examples/apt-https-method-example.cof
Michael Vogt [Fri, 25 Jul 2008 17:45:46 +0000 (19:45 +0200)]
* add doc/examples/apt-https-method-example.cof
  (thanks to Arnaud Ebalard, closes: #485964)

15 years ago* merge patch that enforces stricter https server certificate
Michael Vogt [Fri, 25 Jul 2008 17:37:19 +0000 (19:37 +0200)]
* merge patch that enforces stricter https server certificate
  checking (thanks to Arnaud Ebalard, closes: #485960)
* allow per-mirror specific https settings
  (thanks to Arnaud Ebalard, closes: #485965)

15 years agoapt-pkg/deb/dpkgpm.cc: improve the trigger text
Michael Vogt [Thu, 17 Jul 2008 08:52:57 +0000 (09:52 +0100)]
apt-pkg/deb/dpkgpm.cc: improve the trigger text

15 years ago* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
Michael Vogt [Tue, 3 Jun 2008 15:42:15 +0000 (17:42 +0200)]
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
  Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803
* apt-pkg/deb/dpkgpm.cc:
  - improve apt progress reporting, display trigger actions
* apt-pkg/depcache.cc:
  - when checking for new important deps, skip critical ones
    (LP: #236360)

* Vietnamese updated. Closes: #479748
* Russian updated. Closes: #479777
* Galician updated. Closes: #479792
* Portuguese updated. Closes: #479847
* Swedish updated. Closes: #479871
* Dutch updated. Closes: #480125
* Kurdish added. Closes: #480150
* Brazilian Portuguese updated. Closes: #480561
* Hungarian updated. Closes: #480662
* Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
  Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476
* Avoid using dbus if dbus-daemon isn't running. Closes: #438803

* debian/apt.cron.daily:
  - apply patch based on the ideas of Francesco Poli for better
    behavior when the cache can not be locked (closes: #459344)

15 years agochangelog updated
Michael Vogt [Tue, 3 Jun 2008 15:08:45 +0000 (17:08 +0200)]
changelog updated

15 years agoapt-pkg/depcache.cc: when checking for new important deps, skip critical ones
Michael Vogt [Tue, 3 Jun 2008 15:07:21 +0000 (17:07 +0200)]
apt-pkg/depcache.cc: when checking for new important deps, skip critical ones
      (LP: #236360)

15 years agomerged from the debian-sid branch
Michael Vogt [Tue, 3 Jun 2008 15:01:06 +0000 (17:01 +0200)]
merged from the debian-sid branch

15 years agofinalized as 0.7.14
Michael Vogt [Wed, 28 May 2008 13:19:37 +0000 (15:19 +0200)]
finalized as 0.7.14

15 years ago* debian/apt.cron.daily:
Michael Vogt [Wed, 28 May 2008 13:16:35 +0000 (15:16 +0200)]
* debian/apt.cron.daily:
  - apply patch based on the ideas of Francesco Poli for better
    behavior when the cache can not be locked (closes: #459344)

15 years agodebian/apt.cron.daily: test for both existance of dbus-send and if dbus-daemon is...
Michael Vogt [Wed, 28 May 2008 12:06:13 +0000 (14:06 +0200)]
debian/apt.cron.daily: test for both existance of dbus-send and if dbus-daemon is actually running

15 years agomerged from the debian-sid branch
Michael Vogt [Wed, 28 May 2008 12:05:04 +0000 (14:05 +0200)]
merged from the debian-sid branch

16 years agoAvoid using dbus if dbus-daemon isn't running. Closes: #438803
Otavio Salvador [Sat, 24 May 2008 14:56:36 +0000 (11:56 -0300)]
Avoid using dbus if dbus-daemon isn't running. Closes: #438803

16 years agoApply patch to avoid truncating of arbitrary files. Thanks to Bryan
Otavio Salvador [Fri, 23 May 2008 13:07:44 +0000 (10:07 -0300)]
Apply patch to avoid truncating of arbitrary files. Thanks to Bryan
Donlan <bdonlan@fushizen.net> for the patch. Closes: #482476

16 years ago* debian/control:
Michael Vogt [Fri, 23 May 2008 07:21:34 +0000 (09:21 +0200)]
* debian/control:
  - fix FTBFS by adding missing intltool dependency

16 years ago* improve apt progress reporting, display trigger actions
Michael Vogt [Fri, 23 May 2008 07:19:41 +0000 (09:19 +0200)]
* improve apt progress reporting, display trigger actions

16 years agoHungarian translation update
bubulle@debian.org [Sun, 11 May 2008 17:27:13 +0000 (19:27 +0200)]
Hungarian translation update

16 years agoBrazilian translation update
bubulle@debian.org [Sun, 11 May 2008 05:15:09 +0000 (07:15 +0200)]
Brazilian translation update

16 years agoMore translations
bubulle@debian.org [Thu, 8 May 2008 11:52:58 +0000 (13:52 +0200)]
More translations

16 years agoPending translations
bubulle@debian.org [Wed, 7 May 2008 21:05:15 +0000 (23:05 +0200)]
Pending translations

16 years agoTranslations of the day
bubulle@debian.org [Wed, 7 May 2008 07:11:49 +0000 (09:11 +0200)]
Translations of the day

16 years agoPending translation updates
bubulle@debian.org [Tue, 6 May 2008 17:38:03 +0000 (19:38 +0200)]
Pending translation updates

16 years ago* Updated cron script to support backups by hardlinks and
Michael Vogt [Mon, 5 May 2008 16:18:58 +0000 (18:18 +0200)]
* Updated cron script to support backups by hardlinks and
  verbose levels.  All features turned off by default.
* Added more error handlings.  Closes: #438803, #462734, #454989,
* Refactored condition structure to make download and upgrade performed
  if only previous steps succeeded. Closes: #341970
* Documented all cron script related configuration items in
  configure-index.

16 years ago* added debian/README.source
Michael Vogt [Mon, 5 May 2008 16:18:24 +0000 (18:18 +0200)]
* added debian/README.source

16 years agomerged from apt--mvo
Michael Vogt [Mon, 5 May 2008 10:03:35 +0000 (12:03 +0200)]
merged from apt--mvo

16 years agomerged from debian
Michael Vogt [Mon, 5 May 2008 09:57:17 +0000 (11:57 +0200)]
merged from debian

16 years agopo/bg.po: remove random "A" in the header
Michael Vogt [Mon, 5 May 2008 09:56:22 +0000 (11:56 +0200)]
po/bg.po: remove random "A" in the header

16 years ago* enable installation of recommends by default
Michael Vogt [Mon, 5 May 2008 09:44:45 +0000 (11:44 +0200)]
* enable installation of recommends by default
* debian/apt.conf.ubuntu:
  - remove APT::Install-Recommends-Sections (no longer needed)
* merged from debian/sid, remaining changes:
  - authentication-reliable branch (to be merged into debian soon)
  - mirror:// uri branch (breaks ABI in debian, not merged yet)
  - apport failure reporting
  - show warning on apt-get source with 'Vcs-' header
  - proxy detection from gconf in apt.cron

16 years agoapt-pkg/depcache.cc: install recommends by default
Michael Vogt [Mon, 5 May 2008 09:30:58 +0000 (11:30 +0200)]
apt-pkg/depcache.cc: install recommends by default

16 years agomerged from debian
Michael Vogt [Mon, 5 May 2008 09:21:13 +0000 (11:21 +0200)]
merged from debian

16 years ago* Mark a message from dselect backend as translatable
Michael Vogt [Mon, 5 May 2008 09:03:16 +0000 (11:03 +0200)]
* Mark a message from dselect backend as translatable
  Thanks to Frédéric Bothamy for the patch
  Closes: #322470
* Simplified Chinese updated. Closes: #473360
* Catalan fixes. Closes: #387141
* Typo fix in Greek translation. Closes: #479122
* French updated.
* Thai updated. Closes: #479313
* Italian updated. Closes: #479326
* Polish updated. Closes: #479342
* Bulgarian updated. Closes: #479379
* Finnish updated. Closes: #479403
* Korean updated. Closes: #479426
* Basque updated. Closes: #479452
* Add missing build-depends back from build-depends-indep field.
  Closes: #478231
* Make cron script quiet if cache is locked. Thanks to Ted Percival
  <ted@midg3t.net> for the patch. Closes: #459344
* Add timeout support for https. Thanks to Andrew Martens
  <andrew.martens@strangeloopnetworks.com> for the patch.
* Add support for --no-download on apt-get update. Closes: #478517

  - Vietnamese updated. Closes: #479008

  - Enable more complete debugging information when Debug::pkgAutoRemove
    is set.
* debian/rules:
  - Add missing Build-Depends-Indep on xsltproc, docbook-xsl, and xmlto.

16 years ago* added debian/README.source
Michael Vogt [Mon, 5 May 2008 08:58:39 +0000 (10:58 +0200)]
* added debian/README.source

16 years agoPending translations
bubulle@debian.org [Mon, 5 May 2008 06:08:32 +0000 (08:08 +0200)]
Pending translations

16 years agoPending translations from the BTS
bubulle@debian.org [Sun, 4 May 2008 16:02:57 +0000 (18:02 +0200)]
Pending translations from the BTS

16 years agoreplaced cron.daily with new version and updated document accordingly
Osamu Aoki [Sun, 4 May 2008 15:20:41 +0000 (00:20 +0900)]
replaced cron.daily with new version and updated document accordingly

16 years agoUpdated French translation
bubulle@debian.org [Sun, 4 May 2008 08:17:59 +0000 (10:17 +0200)]
Updated French translation

16 years agoMark a new string as translatable. Update PO(T) files
bubulle@debian.org [Sun, 4 May 2008 07:59:15 +0000 (09:59 +0200)]
Mark a new string as translatable. Update PO(T) files

16 years agoTypo fix in Greek translation
bubulle@debian.org [Sun, 4 May 2008 06:51:39 +0000 (08:51 +0200)]
Typo fix in Greek translation

16 years agoFixes to Catalan translation (Jordi never answered to request for comments)
bubulle@debian.org [Sun, 4 May 2008 06:39:46 +0000 (08:39 +0200)]
Fixes to Catalan translation (Jordi never answered to request for comments)

16 years agoSimplified Chinese translation update
bubulle@debian.org [Sun, 4 May 2008 06:31:55 +0000 (08:31 +0200)]
Simplified Chinese translation update

16 years agoLog Vietnamese translation update
bubulle@debian.org [Sat, 3 May 2008 16:39:13 +0000 (18:39 +0200)]
Log Vietnamese translation update

16 years agoRelease 0.7.13
Otavio Salvador [Fri, 2 May 2008 17:46:57 +0000 (14:46 -0300)]
Release 0.7.13

16 years agoAdd support for --no-download on apt-get update. Closes: #478517
Otavio Salvador [Fri, 2 May 2008 16:56:26 +0000 (13:56 -0300)]
Add support for --no-download on apt-get update. Closes: #478517

16 years agoAdd timeout support for https.
Otavio Salvador [Fri, 2 May 2008 15:26:17 +0000 (12:26 -0300)]
Add timeout support for https.

16 years agoVietnamese updated. Closes: #479008
Otavio Salvador [Fri, 2 May 2008 15:23:00 +0000 (12:23 -0300)]
Vietnamese updated. Closes: #479008

16 years agoMake cron script quiet if cache is locked. Closes: #459344
Otavio Salvador [Fri, 2 May 2008 15:16:41 +0000 (12:16 -0300)]
Make cron script quiet if cache is locked. Closes: #459344

16 years agoAdd missing build-depends. Closes #478231
Otavio Salvador [Fri, 2 May 2008 15:13:15 +0000 (12:13 -0300)]
Add missing build-depends. Closes #478231

16 years agoImprove the debugging of the auto-remove code.
Daniel Burrows [Sun, 27 Apr 2008 17:00:26 +0000 (10:00 -0700)]
Improve the debugging of the auto-remove code.

16 years agoAlso add a missing Build-Depends-Indep on xmlto.
Daniel Burrows [Sat, 26 Apr 2008 19:24:48 +0000 (12:24 -0700)]
Also add a missing Build-Depends-Indep on xmlto.

16 years agoAdd missing entries in Build-Depends-Indep for docbook-xsl and xsltproc.
Daniel Burrows [Sat, 26 Apr 2008 19:09:04 +0000 (12:09 -0700)]
Add missing entries in Build-Depends-Indep for docbook-xsl and xsltproc.

16 years ago* Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
Michael Vogt [Fri, 25 Apr 2008 14:52:07 +0000 (16:52 +0200)]
* Fix syntax/copitalisation in some messages. Thanks to Jens Seidel
  for pointing this and providing the patch.
  Closes: #466845
* Fix Polish offline translation. Thanks to Robert Luberda for the patch
  and apologies for applying it very lately. Closes: #337758
* Fix typo in offline.sgml. Closes: #412900
  - German updated. Closes: #466842
  - Swedish updated.
  - Polish updated. Closes: #469581
  - Slovak updated. Closes: #471341
  - French updated.
  - Bulgarian updated. Closes: #448492
  - Galician updated. Closes: #476839

* apt-pkg/depcache.cc:
  - Patch MarkInstall to follow currently satisfied Recommends even
    if they aren't "new", so that we automatically force upgrades
    when the version of a Recommends has been tightened.  (Closes: #470115)
* apt-pkg/contrib/configuration.cc
  - Lift the 1024-byte limit on lines in configuration files.
    (Closes: #473710, #473874)
* apt-pkg/contrib/strutl.cc:
  - Lift the 64000-byte limit on individual messages parsed by ReadMessages.
    (Closes: #474065)

16 years agocmdline/apt-key: relax the apt-key update code
Michael Vogt [Fri, 25 Apr 2008 14:43:31 +0000 (16:43 +0200)]
cmdline/apt-key: relax the apt-key update code

16 years agouploaded to hardy-proposed
Michael Vogt [Tue, 22 Apr 2008 14:40:03 +0000 (16:40 +0200)]
uploaded to hardy-proposed

16 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Tue, 22 Apr 2008 13:48:52 +0000 (15:48 +0200)]
* apt-pkg/acquire-item.cc:
  - fix signaure removal on transient network failures
    (thanks to Scott James Remnant)

16 years agoapt-pkg/acquire-item.cc: fix breaking on unreachable networks
Michael Vogt [Tue, 22 Apr 2008 13:32:14 +0000 (15:32 +0200)]
apt-pkg/acquire-item.cc: fix breaking on unreachable networks

16 years agoGalician translation update
bubulle@debian.org [Sat, 19 Apr 2008 16:38:50 +0000 (18:38 +0200)]
Galician translation update

16 years agoBulgarian translation updated
bubulle@debian.org [Wed, 16 Apr 2008 08:51:46 +0000 (10:51 +0200)]
Bulgarian translation updated

16 years agoFrench translation completed
bubulle@debian.org [Wed, 16 Apr 2008 07:19:37 +0000 (09:19 +0200)]
French translation completed

16 years agoupdate po files
Otavio Salvador [Tue, 15 Apr 2008 19:54:21 +0000 (16:54 -0300)]
update po files

16 years ago* cmdline/apt-key:
Michael Vogt [Tue, 8 Apr 2008 12:20:06 +0000 (14:20 +0200)]
* cmdline/apt-key:
  - only check against master-keys in net-update to not break
    custom CDs (thanks to Colin Watson)

16 years agocmdline/apt-key: only use verify_against_master_keyring in net-update, not in update...
Michael Vogt [Tue, 8 Apr 2008 12:19:20 +0000 (14:19 +0200)]
cmdline/apt-key: only use verify_against_master_keyring in net-update, not in update. it does not add any security in update (see comment in the source for rational)

16 years agoAdd changelog entries for my recent changes.
Daniel Burrows [Tue, 8 Apr 2008 04:58:19 +0000 (21:58 -0700)]
Add changelog entries for my recent changes.

16 years agoFix ReadMessages to handle messages that are longer than 64000 bytes.
Daniel Burrows [Wed, 2 Apr 2008 16:06:49 +0000 (09:06 -0700)]
Fix ReadMessages to handle messages that are longer than 64000 bytes.
There's a bug in this code that needs to be fixed, but it existed prior
to this change.

16 years agoImprove the names used for the non-whitespace iterators.
Daniel Burrows [Wed, 2 Apr 2008 03:55:09 +0000 (20:55 -0700)]
Improve the names used for the non-whitespace iterators.

16 years agoRemove a debugging message that I left in by accident (if it ever triggers the progra...
Daniel Burrows [Wed, 2 Apr 2008 03:54:16 +0000 (20:54 -0700)]
Remove a debugging message that I left in by accident (if it ever triggers the program is about to crash anyway).

16 years agoImprove some comments in the configuration parser.
Daniel Burrows [Wed, 2 Apr 2008 03:49:58 +0000 (20:49 -0700)]
Improve some comments in the configuration parser.

16 years agoLift the 1024-character limit on configuration file lines.
Daniel Burrows [Wed, 2 Apr 2008 03:30:58 +0000 (20:30 -0700)]
Lift the 1024-character limit on configuration file lines.
To do this, I changed the configuration parser so that instead of reading
the line into a buffer and munging it in-place, it builds a string
containing the current line (via successive getline() calls) and then
walks down that string.  Instead of skipping comments and whitespace by
erasing them from the buffer, the new code just skips over them.

16 years agoWhen a line in a config file is too long, say which config file it is.
Daniel Burrows [Tue, 1 Apr 2008 04:54:01 +0000 (21:54 -0700)]
When a line in a config file is too long, say which config file it is.

16 years agoSlovak translation updated
bubulle@debian.org [Wed, 19 Mar 2008 18:40:05 +0000 (19:40 +0100)]
Slovak translation updated

16 years agoPatch MarkInstall to follow currently satisfied Recommends even if they aren't "new...
Daniel Burrows [Tue, 18 Mar 2008 18:23:11 +0000 (11:23 -0700)]
Patch MarkInstall to follow currently satisfied Recommends even if they aren't "new". (Closes: #470115)
This handles situations where a recommendation's version requirement has
been tightened.  Instead of breaking the Recommends, the recommendee will
be upgraded.

16 years agoFix typo in offline.sgml
bubulle@debian.org [Sat, 15 Mar 2008 18:26:36 +0000 (19:26 +0100)]
Fix typo in offline.sgml

16 years agoFix Polish offline translation
bubulle@debian.org [Sat, 15 Mar 2008 18:02:15 +0000 (19:02 +0100)]
Fix Polish offline translation

16 years ago* merge from the mvo branch
Michael Vogt [Fri, 14 Mar 2008 14:22:48 +0000 (15:22 +0100)]
* merge from the mvo branch

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Thu, 13 Mar 2008 22:42:43 +0000 (23:42 +0100)]
* cmdline/apt-get.cc:
  - do two passes when installing tasks, first ignoring dependencies,
    then resolving them and run the problemResolver at the end
    so that it can correct any missing dependencies. This should
    fix livecd building for kubuntu (thanks to Jonathan Riddell
    for reporting the problem)

16 years agocmdline/apt-get.cc:
Michael Vogt [Thu, 13 Mar 2008 22:19:10 +0000 (23:19 +0100)]
cmdline/apt-get.cc:
- install tasks in two passes, first without dependency auto-install,
  the with it. this ensure that we do not run in a situation were
  a task packages A dependens on B|C and C is part of the task but
  B gets installed too because of the greedy nature of apt

16 years agoupload as 0.7.9ubuntu14
Michael Vogt [Tue, 11 Mar 2008 20:49:41 +0000 (21:49 +0100)]
upload as 0.7.9ubuntu14

16 years ago - run the problemResolver after a task was installed
Michael Vogt [Tue, 11 Mar 2008 16:41:55 +0000 (17:41 +0100)]
  - run the problemResolver after a task was installed
    so that it can correct any missing dependencies

16 years ago - run the problemResolver after a task was installed
Michael Vogt [Tue, 11 Mar 2008 16:40:15 +0000 (17:40 +0100)]
  - run the problemResolver after a task was installed
    so that it can correct any missing dependencies

16 years agocorrect changelog
Michael Vogt [Tue, 11 Mar 2008 12:34:17 +0000 (13:34 +0100)]
correct changelog

16 years ago* typo fixes (LP: #107960)
Michael Vogt [Tue, 11 Mar 2008 08:59:32 +0000 (09:59 +0100)]
* typo fixes (LP: #107960)

16 years agotypo fixes
Michael Vogt [Tue, 11 Mar 2008 08:58:13 +0000 (09:58 +0100)]
typo fixes

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Tue, 11 Mar 2008 08:54:45 +0000 (09:54 +0100)]
* cmdline/apt-get.cc:
  - fix incorrect help output for -f (LP: #57487)

16 years ago* cmdline/apt-get.cc:
Michael Vogt [Tue, 11 Mar 2008 08:53:09 +0000 (09:53 +0100)]
* cmdline/apt-get.cc:
  - fix incorrect help output for -f (LP: #57487)

16 years agoPolish translation update
bubulle@debian.org [Thu, 6 Mar 2008 18:09:42 +0000 (19:09 +0100)]
Polish translation update

16 years ago* doc/example/sources.list:
Michael Vogt [Tue, 4 Mar 2008 14:09:22 +0000 (15:09 +0100)]
* doc/example/sources.list:
  - updated for hardy (LP: #195879)

16 years ago* doc/apt_preferences.5.xml:
Michael Vogt [Tue, 4 Mar 2008 13:51:50 +0000 (14:51 +0100)]
* doc/apt_preferences.5.xml:
  - fix typo (LP: #150900)

16 years ago* doc/apt_preferences.5.xml:
Michael Vogt [Tue, 4 Mar 2008 13:48:43 +0000 (14:48 +0100)]
* doc/apt_preferences.5.xml:
  - fix typo

16 years ago* debian/apt.cron.daily:
Michael Vogt [Tue, 4 Mar 2008 13:23:22 +0000 (14:23 +0100)]
* debian/apt.cron.daily:
  - only call gconftool if gcontool is installed (LP: #194281)