diff options
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/apt.conf.5.sgml | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 73c149cee..b3998e196 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,7 +2,9 @@ apt (0.5.11) unstable; urgency=low * Updated pt_BR translations from Andre Luis Lopes <andrelop@debian.org> (Closes: #208302) - + * In apt.conf(5), give the fully qualified name of Dir::Bin::Methods, + rather than just "methods" + -- apt (0.5.10) unstable; urgency=low diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml index eb64bed5f..73524f602 100644 --- a/doc/apt.conf.5.sgml +++ b/doc/apt.conf.5.sgml @@ -287,7 +287,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; lexical order from the directory specified. After this is done then the main config file is loaded. <para> - Binary programs are pointed to by <literal/Dir::Bin/. <literal/methods/ + Binary programs are pointed to by <literal/Dir::Bin/. <literal/Dir::Bin::Methods/ specifies the location of the method handlers and <literal/gzip/, <literal/dpkg/, <literal/apt-get/, <literal/dpkg-source/, <literal/dpkg-buildpackage/ and <literal/apt-cache/ specify the location |