ntk/apt.git
15 years ago* apt-pkg/indexrecords.cc:
Michael Vogt [Mon, 8 Dec 2008 17:58:04 +0000 (09:58 -0800)]
* apt-pkg/indexrecords.cc:
  - fix some i18n issues
* apt-pkg/contrib/strutl.h:
  - add new strprintf() function to make i18n strings easier

15 years ago - fix "apt-get source pkg=ver" if binary name != source name
Michael Vogt [Mon, 8 Dec 2008 17:33:43 +0000 (09:33 -0800)]
  - fix "apt-get source pkg=ver" if binary name != source name
    (LP: #202219)
* doc/makefile:
  - add examples/apt-https-method-example.conf

15 years agofix another typo
Michael Vogt [Wed, 12 Nov 2008 20:17:34 +0000 (21:17 +0100)]
fix another typo

15 years agomerge from debian-sid
Michael Vogt [Wed, 12 Nov 2008 19:40:09 +0000 (20:40 +0100)]
merge from debian-sid

15 years agofix SIGHUP handling (closes: #463030)
Michael Vogt [Wed, 12 Nov 2008 15:23:19 +0000 (16:23 +0100)]
fix SIGHUP handling (closes: #463030)

15 years ago* apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Tue, 28 Oct 2008 19:57:31 +0000 (20:57 +0100)]
* apt-pkg/deb/dpkgpm.cc:
  - fix potential hang when in a backgroud process group

15 years agoapt-pkg/cdrom.cc: add missing i18n string
Michael Vogt [Tue, 28 Oct 2008 19:39:58 +0000 (20:39 +0100)]
apt-pkg/cdrom.cc: add missing i18n string

15 years agoapt-pkg/indexcopy.cc: discard errors after Verify()
Michael Vogt [Tue, 28 Oct 2008 19:38:02 +0000 (20:38 +0100)]
apt-pkg/indexcopy.cc: discard errors after Verify()

15 years ago* apt-ftparchive might write corrupt Release files (LP: #46439)
Michael Vogt [Tue, 28 Oct 2008 17:45:36 +0000 (18:45 +0100)]
* apt-ftparchive might write corrupt Release files (LP: #46439)
* Apply --important option to apt-cache depends (LP: #16947)
* apt-pkg/acquire-item.cc:
  - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
    available. (Closes: #409284)
* apt-pkg/algorithm.cc:
  - Strip username and password from source URL in error message.
    (Closes: #425150)
* Fix typos:
  - apt-pkg/depcache.cc
* Fix compilation warnings:
  - apt-pkg/acquire.cc
  - apt-pkg/versionmatch.cc
* Compilation fixes and portability improvement for compiling APT against non-GNU libc
  (thanks to Martin Koeppe, closes: #392063):
  - buildlib/apti18n.h.in:
    + textdomain() and bindtextdomain() must not be visible when --disable-nls
  - buildlib/inttypes.h.in: undefine standard int*_t types
  - Append INTLLIBS to SLIBS:
    + cmdline/makefile
    + ftparchive/makefile
    + methods/makefile
* doc/apt.conf.5.xml:
  - clarify whether configuration items of apt.conf are case-sensitive
    (thanks to Vincent McIntyre, closes: #345901)
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
  (thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
  (thanks to timeless, Nicolas Bonifas and Josh Triplett,
  closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
  (thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
  (thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
  /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)

* doc/apt-cache.8.xml:
  - add missing citerefentry
* Upload to unstable
* apt-pkg/deb/dpkgpm.cc:
  - Store the trigger state descriptions in a way that does not break
    the ABI.  The approach taken makes the search for a string O(n) rather
    than O(lg(n)), but since n == 4, I do not consider this a major
    concern.  If it becomes a concern, we can sort the static array and
    use std::equal_range().  (Closes: #499322)
* apt-pkg/pkgcachegen.cc:
  - do not add multiple identical descriptions for the same
    language (closes: #400768)
* Catalan updated. Closes: #499462
* Fix typo in cron.daily script. Closes: #486179
* Traditional Chinese updated. Closes: #488526
* German corrected and completed. Closes: #490532, #480002, #498018
* French completed
* Bulgarian updated. Closes: #492473
* Slovak updated. Closes: #492475
* Galician updated. Closes: #492794
* Japanese updated. Closes: #492975
* Fix missing space in Greek translation. Closes: #493922
* Greek updated.
* Brazilian Portuguese updated.
* Basque updated. Closes: #496754
* Romanian updated. Closes: #492773, #488361
* Portuguese updated. Closes: #491790
* Simplified Chinese updated. Closes: #489344
* Norwegian Bokmål updated. Closes: #480022
* Czech updated. Closes: #479628, #497277
* Korean updated. Closes: #464515
* Spanish updated. Closes: #457706
* Lithuanian added. Closes: #493328
* Swedish updated. Closes: #497496
* Vietnamese updated. Closes: #497893
* Portuguese updated. Closes: #498411
* Greek updated. Closes: #498687
* Polish updated.
* 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)
* apt-pkg/depcache.cc:
  - when checking for new important deps, skip critical ones
    (closes: #485943)
* improve apt progress reporting, display trigger actions
* add DPkg::NoTriggers option so that applications that call
  apt/aptitude (like the installer) defer trigger processing
  (thanks to Joey Hess)
* doc/makefile:
  - add examples/apt-https-method-example.conf

* Russian updated. Closes: #479777, #499029
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:

15 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Tue, 28 Oct 2008 16:40:31 +0000 (17:40 +0100)]
* apt-pkg/acquire-item.cc:
  - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
    available. (Closes: #409284)
* apt-pkg/algorithm.cc:
  - Strip username and password from source URL in error message.
    (Closes: #425150)

15 years agomerged from the debian-sid branch
Michael Vogt [Tue, 28 Oct 2008 16:14:41 +0000 (17:14 +0100)]
merged from the debian-sid branch

15 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Tue, 28 Oct 2008 15:48:16 +0000 (16:48 +0100)]
* apt-pkg/acquire-item.cc:
  - Added fallback to uncompressed 'Packages' if neither 'bz2' nor 'gz'
    available. (Closes: #409284)
* apt-pkg/algorithm.cc:
  - Strip username and password from source URL in error message.
    (Closes: #425150)

15 years agoForgot to remove regex.h include in previous commit. Now done
Eugene V. Lyubimkin [Sun, 26 Oct 2008 11:41:09 +0000 (13:41 +0200)]
Forgot to remove regex.h include in previous commit. Now done

15 years agoSwitched from regexp to using existing URI class to strip user/password.
Eugene V. Lyubimkin [Sun, 26 Oct 2008 11:39:10 +0000 (13:39 +0200)]
Switched from regexp to using existing URI class to strip user/password.

15 years agoCorrected determining if regexp matched.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 19:49:22 +0000 (22:49 +0300)]
Corrected determining if regexp matched.

15 years agoFixed error output when fallback'ed to uncompressed Packages/Sources.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 19:15:20 +0000 (22:15 +0300)]
Fixed error output when fallback'ed to uncompressed Packages/Sources.

15 years agoStrip user/password from URL in error message.
Eugene V. Lyubimkin [Sat, 25 Oct 2008 14:03:16 +0000 (17:03 +0300)]
Strip user/password from URL in error message.

15 years agomerged from Luca Bruno
Michael Vogt [Sat, 25 Oct 2008 08:29:21 +0000 (10:29 +0200)]
merged from Luca Bruno

15 years agomerged from debian-sid
Michael Vogt [Sat, 25 Oct 2008 08:27:13 +0000 (10:27 +0200)]
merged from debian-sid

15 years agoAdded fallback to uncompressed files while acquiring index files (Sources and Packages)
Eugene V. Lyubimkin [Fri, 24 Oct 2008 22:33:40 +0000 (01:33 +0300)]
Added fallback to uncompressed files while acquiring index files (Sources and Packages)

15 years agoFix typo in apt-pkg/depcache.cc
Luca Bruno [Sat, 11 Oct 2008 08:48:59 +0000 (10:48 +0200)]
Fix typo in apt-pkg/depcache.cc

15 years agoClarify whether configuration items of apt.conf are case-sensitive
Luca Bruno [Sat, 11 Oct 2008 08:31:18 +0000 (10:31 +0200)]
Clarify whether configuration items of apt.conf are case-sensitive

15 years ago* Compilation fixes and portability improvement for compiling APT against non-GNU...
Luca Bruno [Sat, 11 Oct 2008 08:00:50 +0000 (10:00 +0200)]
* Compilation fixes and portability improvement for compiling APT against non-GNU libc

15 years agoFix another compilation warning in apt-pkg/versionmatch.cc
Luca Bruno [Sat, 11 Oct 2008 07:42:17 +0000 (09:42 +0200)]
Fix another compilation warning in apt-pkg/versionmatch.cc

15 years agoFix compilation warning in apt-pkg/acquire.cc. New experimental release
Luca Bruno [Sat, 11 Oct 2008 07:22:43 +0000 (09:22 +0200)]
Fix compilation warning in apt-pkg/acquire.cc. New experimental release

15 years agoMerge with debian-sid
Luca Bruno [Sat, 11 Oct 2008 07:00:02 +0000 (09:00 +0200)]
Merge with debian-sid

15 years agoupdate changelog
Michael Vogt [Fri, 10 Oct 2008 21:45:39 +0000 (23:45 +0200)]
update changelog

15 years agodoc/apt-cache.8.xml: add missing <citerefentry>
Michael Vogt [Fri, 10 Oct 2008 21:28:21 +0000 (23:28 +0200)]
doc/apt-cache.8.xml: add missing <citerefentry>

15 years ago* doc/apt-cache.8.xml:
Michael Vogt [Fri, 10 Oct 2008 21:03:50 +0000 (23:03 +0200)]
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
  (thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
  (thanks to timeless, Nicolas Bonifas and Josh Triplett,
  closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
  (thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
  (thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
  /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:

15 years ago* doc/apt-cache.8.xml:
Michael Vogt [Tue, 7 Oct 2008 18:41:41 +0000 (20:41 +0200)]
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)
* doc/offline.sgml: clarify remote and target hosts
  (thanks to Nikolaus Schulz, closes: #175940)
* Fix several typos in docs, translations and debian/changelog
  (thanks to timeless, Nicolas Bonifas and Josh Triplett,
  closes: #368665, #298821, #411532, #431636, #461458)
* Document apt-key finger and adv commands
  (thanks to Stefan Schmidt, closes: #350575)
* Better documentation for apt-get --option
  (thanks to Tomas Pospisek, closes: #386579)
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: #471276)
* Better documentation on using both APT::Default-Release and
  /etc/apt/preferences (thanks to Ingo Saitz, closes: #145575)
* fix FTBFS by changing build-depends to
* ABI library name change because it's built against
* Package that contains all the new features
* Branch that contains all the new features:

15 years agomerged from debian-sid
Michael Vogt [Tue, 7 Oct 2008 18:38:46 +0000 (20:38 +0200)]
merged from debian-sid

15 years agoUpload to unstable
Michael Vogt [Tue, 7 Oct 2008 18:36:08 +0000 (20:36 +0200)]
Upload to unstable

15 years agomerged from the debain-sid branch
Michael Vogt [Tue, 7 Oct 2008 18:24:10 +0000 (20:24 +0200)]
merged from the debain-sid branch

15 years agoTypo in changelog
Luca Bruno [Sun, 5 Oct 2008 07:12:51 +0000 (09:12 +0200)]
Typo in changelog

15 years ago* doc/apt-cache.8.xml:
Luca Bruno [Sun, 5 Oct 2008 07:11:57 +0000 (09:11 +0200)]
* doc/apt-cache.8.xml:
  - search command uses POSIX regex, and searches for virtual packages too
    (closes: #277536)

15 years ago* doc/offline.sgml: clarify remote and target hosts
Luca Bruno [Sat, 4 Oct 2008 10:48:19 +0000 (12:48 +0200)]
* doc/offline.sgml: clarify remote and target hosts

15 years ago* Better documentation for apt-get --option
Luca Bruno [Sat, 4 Oct 2008 10:43:14 +0000 (12:43 +0200)]
* Better documentation for apt-get --option

15 years ago* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)
Luca Bruno [Sat, 4 Oct 2008 10:10:54 +0000 (12:10 +0200)]
* Retitle the apt-mark.8 manpage (thanks to Justin Pryzby, closes: 471276)

15 years agoApplied patch from #461458 for apt.8 typo
Luca Bruno [Fri, 3 Oct 2008 20:08:48 +0000 (22:08 +0200)]
Applied patch from #461458 for apt.8 typo

15 years agoApplied patch from #431636 for typos
Luca Bruno [Fri, 3 Oct 2008 20:01:37 +0000 (22:01 +0200)]
Applied patch from #431636 for typos

15 years agoApplied patch from #411532 for typos
Luca Bruno [Fri, 3 Oct 2008 19:57:41 +0000 (21:57 +0200)]
Applied patch from #411532 for typos

15 years agoApplying #298821 patch for further arbitary typos
Luca Bruno [Fri, 3 Oct 2008 18:57:25 +0000 (20:57 +0200)]
Applying #298821 patch for further arbitary typos

15 years agoWrap changelog lines
Luca Bruno [Fri, 3 Oct 2008 18:41:34 +0000 (20:41 +0200)]
Wrap changelog lines

15 years ago* Better documentation on using both APT::Default-Release and /etc/apt/preferences...
Luca Bruno [Fri, 3 Oct 2008 18:41:16 +0000 (20:41 +0200)]
* Better documentation on using both APT::Default-Release and /etc/apt/preferences (closes: #145575)

15 years agoFixed typo in changelog
Luca Bruno [Fri, 3 Oct 2008 18:25:56 +0000 (20:25 +0200)]
Fixed typo in changelog

15 years ago* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)
Luca Bruno [Fri, 3 Oct 2008 18:25:06 +0000 (20:25 +0200)]
* Document apt-key finger and adv commands (thanks to Stefan Schmidt, closes: #350575)

15 years agoFix some typos in docs and translations (thanks to timeless, closes: 368665)
Luca Bruno [Fri, 3 Oct 2008 18:15:06 +0000 (20:15 +0200)]
Fix some typos in docs and translations (thanks to timeless, closes: 368665)

15 years agoExperimental branch
Luca Bruno [Fri, 3 Oct 2008 18:04:57 +0000 (20:04 +0200)]
Experimental branch

15 years agofix typo *sigh*
Michael Vogt [Wed, 1 Oct 2008 16:49:37 +0000 (18:49 +0200)]
fix typo *sigh*

15 years ago* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Wed, 1 Oct 2008 16:35:23 +0000 (18:35 +0200)]
* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
  - move the state file writting into the Go() implementation
    of dpkgpm (closes: #498799)
* apt-pkg/algorithms.cc:
  - fix simulation performance drop (thanks to Ferenc Wagner
    for reporting the issue)

15 years ago* apt-pkg/algorithms.cc:
Michael Vogt [Wed, 1 Oct 2008 16:06:40 +0000 (18:06 +0200)]
* apt-pkg/algorithms.cc:
  - fix simulation performance drop (thanks to Ferenc Wagner
    for reporting the issue)

15 years ago* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
Michael Vogt [Wed, 1 Oct 2008 15:55:05 +0000 (17:55 +0200)]
* apt-pkg/packagemanager.cc, apt-pkg/deb/dpkgpm.cc:
  - move the state file writting into the Go() implementation
    of dpkgpm (closes: #498799)

15 years agoRestore the apt ABI.
Daniel Burrows [Fri, 26 Sep 2008 01:24:09 +0000 (18:24 -0700)]
Restore the apt ABI.
The problem was that the size of pkgDpkgPM and its member offsets
changed because a map giving the names of the trigger states was
inserted into the middle of the structure.  I fixed it by using a
statically allocated array instead.  This changes the procedure for
looking up a string to a linear search, which should be fine (or
even faster than before) since there are only 4 state strings.  If
it becomes a problem, sorting the array by key will allow us to use
std::equal_range(), but I would advise against this unless it's
really necessary, since sooner or later someone will forget to maintain
the sort order.

15 years ago* apt-pkg/pkgcachegen.cc:
Michael Vogt [Tue, 23 Sep 2008 14:45:34 +0000 (16:45 +0200)]
* apt-pkg/pkgcachegen.cc:
  - do not add multiple identical descriptions for the same
    language (closes: #400768)

15 years agoupdate the changelog
Michael Vogt [Tue, 23 Sep 2008 05:34:53 +0000 (07:34 +0200)]
update the changelog

15 years ago* apt-pkg/pkgcachegen.cc:
egon [Tue, 23 Sep 2008 05:31:23 +0000 (07:31 +0200)]
* apt-pkg/pkgcachegen.cc:
  - do not add multiple identical descriptions for the same
    language (closes: #400768)

15 years ago* apt-pkg/cacheiterators.h:
Michael Vogt [Mon, 22 Sep 2008 12:56:35 +0000 (14:56 +0200)]
* apt-pkg/cacheiterators.h:
  - add missing checks for Owner == 0 in end()

15 years agoCatalan translation update
bubulle@debian.org [Fri, 19 Sep 2008 15:33:01 +0000 (17:33 +0200)]
Catalan translation update

15 years agoupload as 0.7.15~exp1
egon [Tue, 16 Sep 2008 21:34:52 +0000 (23:34 +0200)]
upload as 0.7.15~exp1

15 years agopo/es.po: fix msgmerge error
egon [Tue, 16 Sep 2008 21:34:23 +0000 (23:34 +0200)]
po/es.po: fix msgmerge error

15 years ago* debian/changelog:
egon [Tue, 16 Sep 2008 19:27:35 +0000 (21:27 +0200)]
* debian/changelog:
  - upload to experimental to give the releases managers something
    to check out
* doc/makesfile:
  - merged from the apt--mvo branch

15 years agoUpdated Polish translation
bubulle@debian.org [Tue, 16 Sep 2008 06:52:34 +0000 (08:52 +0200)]
Updated Polish translation

15 years agoRussian translation update
bubulle@debian.org [Tue, 16 Sep 2008 06:46:21 +0000 (08:46 +0200)]
Russian translation update

15 years agoGreek translation update
bubulle@debian.org [Fri, 12 Sep 2008 17:53:08 +0000 (19:53 +0200)]
Greek translation update

15 years ago* doc/makefile:
Michael Vogt [Fri, 12 Sep 2008 09:42:34 +0000 (11:42 +0200)]
* doc/makefile:
  - add examples/apt-https-method-example.conf

15 years ago* cmdline/apt-cache.cc:
Michael Vogt [Tue, 9 Sep 2008 19:26:40 +0000 (21:26 +0200)]
* cmdline/apt-cache.cc:
  - remove the gettext from a string that consists entirely
    of variables (LP: #56792)

15 years agoGerman translation compelted and corrected
bubulle@debian.org [Sat, 6 Sep 2008 15:24:55 +0000 (17:24 +0200)]
German translation compelted and corrected

15 years agoVietnamese translation udpate
bubulle@debian.org [Fri, 5 Sep 2008 17:38:41 +0000 (19:38 +0200)]
Vietnamese translation udpate

15 years agoSwedish translation update
bubulle@debian.org [Wed, 3 Sep 2008 06:43:33 +0000 (08:43 +0200)]
Swedish translation update

15 years agoUpdated translations
bubulle@debian.org [Mon, 1 Sep 2008 12:01:25 +0000 (14:01 +0200)]
Updated translations

15 years agoKorean translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:13:21 +0000 (20:13 +0200)]
Korean translation updated

15 years agoBug closure
bubulle@debian.org [Fri, 29 Aug 2008 18:11:29 +0000 (20:11 +0200)]
Bug closure

15 years agoBug closure
bubulle@debian.org [Fri, 29 Aug 2008 18:09:37 +0000 (20:09 +0200)]
Bug closure

15 years agoNorwegian Bokmål translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:06:50 +0000 (20:06 +0200)]
Norwegian Bokmål translation updated

15 years agoSimplified Chinese translation updated
bubulle@debian.org [Fri, 29 Aug 2008 18:04:37 +0000 (20:04 +0200)]
Simplified Chinese translation updated

15 years agoPortuguese translation added
bubulle@debian.org [Fri, 29 Aug 2008 18:02:03 +0000 (20:02 +0200)]
Portuguese translation added

15 years agoLithuanian translation added
bubulle@debian.org [Fri, 29 Aug 2008 18:00:14 +0000 (20:00 +0200)]
Lithuanian translation added

15 years agoRomanian translation update
bubulle@debian.org [Fri, 29 Aug 2008 17:58:09 +0000 (19:58 +0200)]
Romanian translation update

15 years agoBasque translation updated
bubulle@debian.org [Wed, 27 Aug 2008 18:06:40 +0000 (20:06 +0200)]
Basque translation updated

15 years agoBrazilian Portuguese translation update
bubulle@debian.org [Tue, 26 Aug 2008 06:15:31 +0000 (08:15 +0200)]
Brazilian Portuguese translation update

15 years agoMore complete Greek translation
bubulle@debian.org [Sat, 9 Aug 2008 15:33:36 +0000 (12:33 -0300)]
More complete Greek translation

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 agoFix missing space in Greek translation. Closes: #493922
bubulle@debian.org [Wed, 6 Aug 2008 20:39:18 +0000 (22:39 +0200)]
Fix missing space in Greek translation. Closes: #493922

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 agoPending translations
bubulle@debian.org [Sat, 2 Aug 2008 05:55:17 +0000 (07:55 +0200)]
Pending translations

15 years agoPending translations
bubulle@debian.org [Fri, 1 Aug 2008 05:32:21 +0000 (07:32 +0200)]
Pending translations

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 agoSlovak translation updated
bubulle@debian.org [Wed, 30 Jul 2008 07:59:22 +0000 (09:59 +0200)]
Slovak translation updated

15 years agoBulgarian translation update
bubulle@debian.org [Wed, 30 Jul 2008 07:54:09 +0000 (09:54 +0200)]
Bulgarian translation update

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 agoFrench translation completed
bubulle@debian.org [Sat, 26 Jul 2008 05:38:23 +0000 (07:38 +0200)]
French translation completed

15 years ago* add DPkg::NoTriggers option so that applications that call
Michael Vogt [Fri, 25 Jul 2008 18:33:10 +0000 (20:33 +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 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* improve apt progress reporting, display trigger actions
Michael Vogt [Fri, 25 Jul 2008 18:21:53 +0000 (20:21 +0200)]
* improve apt progress reporting, display trigger actions

15 years ago* apt-pkg/depcache.cc:
Michael Vogt [Fri, 25 Jul 2008 18:03:51 +0000 (20:03 +0200)]
* apt-pkg/depcache.cc:
  - when checking for new important deps, skip critical ones
    (closes: #485943)

15 years ago* merge patch that enforces stricter https server certificate
Michael Vogt [Fri, 25 Jul 2008 17:57:08 +0000 (19:57 +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)

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)