ntk/apt.git
15 years agoAdded (x) to some manpage referrings in apt-get manpage.
Eugene V. Lyubimkin [Wed, 5 Nov 2008 21:19:28 +0000 (23:19 +0200)]
Added (x) to some manpage referrings in apt-get manpage.

15 years agoMerged with debian-sid.
Eugene V. Lyubimkin [Wed, 5 Nov 2008 21:10:30 +0000 (23:10 +0200)]
Merged with debian-sid.

15 years ago - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
Michael Vogt [Wed, 5 Nov 2008 12:47:53 +0000 (13:47 +0100)]
  - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by
    Andre Felipe Machado. (Closes: #309893)
  - Added 'dist-upgrade' apt-get synopsis in apt-get manpage.
    (Closes: #323866)

15 years ago* debian/rules:
Michael Vogt [Wed, 5 Nov 2008 12:20:25 +0000 (13:20 +0100)]
* debian/rules:
  - Fixed lintian warnings "debian/rules ignores make errors".
* debian/control:
  - Substituted outdated "Source-Version" fields with "binary:Version".
  - Added 'python-apt' to Suggests, as apt-mark need it for work.
  - Drop Debian revision from 'doc-base' build dependency, this fixes
    appropriate lintian warning.
* debian/libapt-pkg-doc.doc-base.*:
  - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
    lintian warnings.
* debian/{postrm,prerm,preinst}:
  - Added 'set -e', fixes lintian warnings
    'maintainer-script-ignores-error'.
* dselect/makefile:
  - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
* share/lintian-overrides:
  - Added with override of 'apt must depend on python'. Script 'apt-mark'
    needs apt-python for working and checks this on fly. We don't want
    python in most cases.
* cmdline/apt-key:
  - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
    failure when GREP_OPTIONS contains options that modify grep output.
    (Closes: #428752)
* apt-pkg/acquire-item.cc:
  - fix a merge mistake that prevents the fallback to the
    uncompressed 'Packages' to work correctly (closes: #409284)
* 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 various -Wall warnings

15 years ago* Fix typos:
Michael Vogt [Wed, 5 Nov 2008 11:54:44 +0000 (12:54 +0100)]
* 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)

15 years ago* debian/control:
Michael Vogt [Tue, 4 Nov 2008 21:12:20 +0000 (22:12 +0100)]
* debian/control:
  - 'Vcs-Bzr' field is official, used it.
  - Bumped 'Standards-Version' to 3.8.0, no changes needed.
  - Actualized 'Uploaders' field.
* doc/:
  - Substituded 'apt-archive' with 'apt-ftparchive' in docs.
    Patch based on work of Andre Felipe Machado. (Closes: #350865)
  - Mentioned '/<release>' and '=<version>' for 'apt-get install' and
    '=<version>' for 'apt-get source' in apt-get manpage. Patch based on
    work of Andre Felipe Machado. (Closes: #399673)
  - Mentioned more short options in the apt-get manpage. Documented 'xvcg'
    option in the apt-cache manpage. The part of patch by Andre Felipe
    Machado. (Closes: #176106, #355945)
  - Documented that 'apt-get install' command should be used for upgrading
    some of installed packages. Based on patch by Nori Heikkinen and
    Andre Felipe Machado. (Closes: #267087)
  - Mentioned 'apt_preferences(5)' in apt manpage. (Closes: #274295)
  - Documented 'APT::Default-Release' in apt.conf manpage. (Closes: #430399)
  - APT::Install-Recommends is now true by default, mentioned this in
    configure-index example. (Closes: #463268)
  - Added 'APT::Get::AllowUnauthenticated' to configure-index example.
    (Closes: #320225)
  - Documented '--no-install-recommends' option in apt-get manpage.
    (Closes: #462962)
  - Documented 'Acquire::PDiffs' in apt.conf manpage. (Closes: #376029)
  - Added 'copy', 'rsh', 'ssh' to the list of recognized URI schemes in
    sources.list manpage, as they are already described under in the manpage.
  - Removed notice that ssh/rsh access cannot use password authentication
    from sources.list manpage. Thanks to Steffen Joeris. (Closes: #434894)

15 years agoUncommitted lowercasing of short descriptions for Lenny.
Eugene V. Lyubimkin [Tue, 4 Nov 2008 21:03:07 +0000 (23:03 +0200)]
Uncommitted lowercasing of short descriptions for Lenny.

15 years agoUncommitted built-in help for apt-cache for Lenny.
Eugene V. Lyubimkin [Tue, 4 Nov 2008 20:55:15 +0000 (22:55 +0200)]
Uncommitted built-in help for apt-cache for Lenny.

15 years agoCleaned up unnecessary [<...>] from apt-get synopsis. Added '--help'.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 13:10:21 +0000 (15:10 +0200)]
Cleaned up unnecessary [<...>] from apt-get synopsis. Added '--help'.

15 years agoAnother fix for 'apt-get <...> -t' synopsis.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 13:02:58 +0000 (15:02 +0200)]
Another fix for 'apt-get <...> -t' synopsis.

15 years agoAnother fix for synopsis of 'apt-get install'.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 13:00:29 +0000 (15:00 +0200)]
Another fix for synopsis of 'apt-get install'.

15 years agoRemoved notice that ssh/rsh access cannot use password authentication from sources...
Eugene V. Lyubimkin [Sun, 2 Nov 2008 12:10:17 +0000 (14:10 +0200)]
Removed notice that ssh/rsh access cannot use password authentication from sources.list manpage.

15 years agoAdded 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list manpage.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 11:25:19 +0000 (13:25 +0200)]
Added 'rsh', 'ssh' and 'copy' to the list of URI schemes in sources.list manpage.

15 years agoMinor adjustements to debian/changelog.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 11:17:31 +0000 (13:17 +0200)]
Minor adjustements to debian/changelog.

15 years agoDocumented 'Acquire::PDiffs' in apt.conf manpage.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 11:15:42 +0000 (13:15 +0200)]
Documented 'Acquire::PDiffs' in apt.conf manpage.

15 years agoDocumented '--no-install-recommends' in apt-get manpage.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 10:49:16 +0000 (12:49 +0200)]
Documented '--no-install-recommends' in apt-get manpage.

15 years agoTypo fix.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 10:38:08 +0000 (12:38 +0200)]
Typo fix.

15 years agoAdded APT::Get::AllowUnauthenticated to configure-index.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 10:23:18 +0000 (12:23 +0200)]
Added APT::Get::AllowUnauthenticated to configure-index.

15 years agoChanged 'Install-Recommends' to 'true' in configure-index.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 10:16:25 +0000 (12:16 +0200)]
Changed 'Install-Recommends' to 'true' in configure-index.

15 years agoDocumented 'APT::Default-Release' in apt.conf.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 09:50:48 +0000 (11:50 +0200)]
Documented 'APT::Default-Release' in apt.conf.

15 years agoOne more bug closed by documenting 'xvcg' in apt-cache.8.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 09:25:09 +0000 (11:25 +0200)]
One more bug closed by documenting 'xvcg' in apt-cache.8.

15 years agoFixed typo.
Eugene V. Lyubimkin [Sun, 2 Nov 2008 09:23:24 +0000 (11:23 +0200)]
Fixed typo.

15 years agoAdded Daniel Burrows to 'Uploaders'.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 15:27:02 +0000 (17:27 +0200)]
Added Daniel Burrows to 'Uploaders'.

15 years agoCorrected synopsis part for 'apt-get' source.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 14:41:24 +0000 (16:41 +0200)]
Corrected synopsis part for 'apt-get' source.

15 years agoRe-added path for lintian ovirride. Michael, forgot to merge this before?..
Eugene V. Lyubimkin [Sat, 1 Nov 2008 14:35:51 +0000 (16:35 +0200)]
Re-added path for lintian ovirride. Michael, forgot to merge this before?..

15 years agoFixed validation of apt-get.8.xml
Eugene V. Lyubimkin [Sat, 1 Nov 2008 14:15:25 +0000 (16:15 +0200)]
Fixed validation of apt-get.8.xml

15 years agoRemoved unneeded </arg>.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:35:17 +0000 (14:35 +0200)]
Removed unneeded </arg>.

15 years agoFixed placing for 'xvcg' entry, added missing closing tags.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:27:43 +0000 (14:27 +0200)]
Fixed placing for 'xvcg' entry, added missing closing tags.

15 years agoActualized 'Uploaders' field in debian/control.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:17:05 +0000 (14:17 +0200)]
Actualized 'Uploaders' field in debian/control.

15 years agoMentioned 'apt_preferences(5)' in apt manpage.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 12:01:24 +0000 (14:01 +0200)]
Mentioned 'apt_preferences(5)' in apt manpage.

15 years agoAdvanced documentation for 'apt-get install' command, mentioned upgrading possibility.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 11:53:30 +0000 (13:53 +0200)]
Advanced documentation for 'apt-get install' command, mentioned upgrading possibility.

15 years agoMentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt...
Eugene V. Lyubimkin [Sat, 1 Nov 2008 11:42:09 +0000 (13:42 +0200)]
Mentioned more short options in the apt-get's manpage. Documented 'xvcg' in the apt-get manpage.

15 years agoClearly documented '/<release>' and '=<version>' in apt-get.8.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 11:19:15 +0000 (13:19 +0200)]
Clearly documented '/<release>' and '=<version>' in apt-get.8.

15 years agoSubstituted 'apt-archive' with 'apt-ftparchive'.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 10:56:50 +0000 (12:56 +0200)]
Substituted 'apt-archive' with 'apt-ftparchive'.

15 years agoAdvanced apt-cache.cc's built-in help.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 10:23:06 +0000 (12:23 +0200)]
Advanced apt-cache.cc's built-in help.

15 years agoMerged from debian-sid.
Eugene V. Lyubimkin [Sat, 1 Nov 2008 10:21:52 +0000 (12:21 +0200)]
Merged from debian-sid.

15 years agoBumped Standards-Version to 3.8.0.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 23:30:51 +0000 (01:30 +0200)]
Bumped Standards-Version to 3.8.0.

15 years agodebian/control improvements
Eugene V. Lyubimkin [Fri, 31 Oct 2008 23:21:47 +0000 (01:21 +0200)]
debian/control improvements

15 years ago* debian/rules:
Michael Vogt [Fri, 31 Oct 2008 20:03:19 +0000 (21:03 +0100)]
* debian/rules:
  - Fixed lintian warnings "debian/rules ignores make errors".
* debian/control:
  - Substituted outdated "Source-Version" fields with "binary:Version".
  - Added 'python-apt' to Suggests, as apt-mark need it for work.
  - Drop Debian revision from 'doc-base' build dependency, this fixes
    appropriate lintian warning.
* debian/libapt-pkg-doc.doc-base.*:
  - Changed section: from old 'Devel' to 'Debian'. This fixes appropriate
    lintian warnings.
* debian/{postrm,prerm,preinst}:
  - Added 'set -e', fixes lintian warnings
    'maintainer-script-ignores-error'.
* dselect/makefile:
  - Removed unneeded 'LOCAL' entry. This allows cleaning rule to run smoothly.
* share/lintian-overrides:
  - Added with override of 'apt must depend on python'. Script 'apt-mark'
    needs apt-python for working and checks this on fly. We don't want
    python in most cases.
* cmdline/apt-key:
  - Added 'unset GREP_OPTIONS' to the script. This prevents 'apt-key update'
    failure when GREP_OPTIONS contains options that modify grep output.
    (Closes: #428752)

15 years agoAdded 'unset GREP_OPTIONS' to apt-key.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 19:21:18 +0000 (21:21 +0200)]
Added 'unset GREP_OPTIONS' to apt-key.

15 years agoAdded lintian override of 'must depend on python.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 18:56:17 +0000 (20:56 +0200)]
Added lintian override of 'must depend on python.

15 years agoReverted 'bashisms' commit, it was wrong as $(...) is not a bashism.
Eugene V. Lyubimkin [Fri, 31 Oct 2008 18:24:05 +0000 (20:24 +0200)]
Reverted 'bashisms' commit, it was wrong as $(...) is not a bashism.

15 years agoDropped Debian revision '-1' from build dependency on 'doc-base'.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:29:37 +0000 (23:29 +0200)]
Dropped Debian revision '-1' from build dependency on 'doc-base'.

15 years agoRemoved unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:21:22 +0000 (23:21 +0200)]
Removed unneeded 'LOCAL' entry, now clean runs smoothly in dselect/ directory.

15 years agoAdded 'set -e' to maintainer scripts.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 21:17:01 +0000 (23:17 +0200)]
Added 'set -e' to maintainer scripts.

15 years agoAdded 'python-apt' to Suggests of apt (because of apt-mark).
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:34:27 +0000 (22:34 +0200)]
Added 'python-apt' to Suggests of apt (because of apt-mark).

15 years agoFixed 'Devel' -> 'Debian' doc-base sections.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:33:12 +0000 (22:33 +0200)]
Fixed 'Devel' -> 'Debian' doc-base sections.

15 years ago'Source-Version' in debian/control became 'binary:Version'.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:08:12 +0000 (22:08 +0200)]
'Source-Version' in debian/control became 'binary:Version'.

15 years agoFixed 'debian/rules ignores make errors' lintian warnings.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:04:30 +0000 (22:04 +0200)]
Fixed 'debian/rules ignores make errors' lintian warnings.

15 years agoFixed bashisms in apt-key.
Eugene V. Lyubimkin [Wed, 29 Oct 2008 20:01:52 +0000 (22:01 +0200)]
Fixed bashisms in apt-key.

15 years agoadd fixme for the future flJustExtension
Michael Vogt [Wed, 29 Oct 2008 17:58:48 +0000 (18:58 +0100)]
add fixme for the future flJustExtension

15 years agoadd missing bugnumber
Michael Vogt [Wed, 29 Oct 2008 17:55:11 +0000 (18:55 +0100)]
add missing bugnumber

15 years agoupload as 0.7.17~exp3
Michael Vogt [Wed, 29 Oct 2008 09:09:26 +0000 (10:09 +0100)]
upload as 0.7.17~exp3

15 years ago* apt-pkg/acquire-item.cc:
Michael Vogt [Wed, 29 Oct 2008 08:37:45 +0000 (09:37 +0100)]
* apt-pkg/acquire-item.cc:
  - fix a merge modification (done by me) that prevents the
    fallback to the uncompressed 'Packages' to work correctly

15 years agoapt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (generic...
Michael Vogt [Wed, 29 Oct 2008 08:31:53 +0000 (09:31 +0100)]
apt-pkg/acquire-item.cc: do not hardcode "Packages" or "Sources" in the (generic) acquire-item.cc code

15 years agoapt-pkg/acquire-item.cc: fixed my incorrect use of flExtension
Michael Vogt [Wed, 29 Oct 2008 08:27:11 +0000 (09:27 +0100)]
apt-pkg/acquire-item.cc: fixed my incorrect use of flExtension

15 years agofix various -Wall warnings
Michael Vogt [Tue, 28 Oct 2008 17:14:29 +0000 (18:14 +0100)]
fix various -Wall warnings

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 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 agoupdate the changelog
Michael Vogt [Tue, 23 Sep 2008 05:34:53 +0000 (07:34 +0200)]
update the changelog