]> git.saurik.com Git - apt.git/commitdiff
* debian/control:
authorMichael Vogt <egon@tas>
Tue, 4 Nov 2008 21:12:20 +0000 (22:12 +0100)
committerMichael Vogt <egon@tas>
Tue, 4 Nov 2008 21:12:20 +0000 (22:12 +0100)
  - '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)

debian/control

index 24b0a1fc0a09d47cfd541fb51c4b9bb667ae75af..ba9e32e4b4eeef5ef58c60c34c86f6cb1b8ea85c 100644 (file)
@@ -39,7 +39,7 @@ Architecture: any
 Priority: optional
 Depends: apt (= ${binary:Version}), apt-utils (= ${binary:Version}), ${libapt-pkg:provides}, ${libapt-inst:provides}
 Section: libdevel
-Description: development files for APT's libapt-pkg and libapt-inst
+Description: Development files for APT's libapt-pkg and libapt-inst
  This package contains the header files and libraries for
  developing with APT's libapt-pkg Debian package manipulation
  library and the libapt-inst deb/tar/ar library.