From: Julian Andres Klode Date: Sat, 26 Sep 2009 13:12:39 +0000 (+0200) Subject: doc/apt.conf.5.xml: Start deprecating stuff. X-Git-Tag: 0.7.25~26^2~2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/52f2e1dadd74b6cce8fd72f1a693fb774bfe5cdf?hp=01f2b54d3606637101a95585994fb6f1e88dab66 doc/apt.conf.5.xml: Start deprecating stuff. - Deprecate unquoted values, string concatenation and explain what should not be written inside a value (quotes,backslash). --- diff --git a/debian/changelog b/debian/changelog index 101ad03a7..4f8b72a31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,15 @@ apt (0.7.25) UNRELEASED; urgency=low + [ Christian Perrier ] * Fix apt-ftparchive(1) wrt description of the "-o" option. Thanks to Dann Frazier for the patch. Closes: #273100 - -- Christian Perrier Sat, 26 Sep 2009 11:17:25 +0200 + [ Julian Andres Klode ] + * doc/apt.conf.5.xml: + - Deprecate unquoted values, string concatenation and explain what should + not be written inside a value (quotes,backslash). + + -- Julian Andres Klode Sat, 26 Sep 2009 15:00:28 +0200 apt (0.7.24) unstable; urgency=low diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml index e752f9d27..b1522a614 100644 --- a/doc/apt.conf.5.xml +++ b/doc/apt.conf.5.xml @@ -59,8 +59,11 @@ between /* and */, just like C/C++ comments. Each line is of the form APT::Get::Assume-Yes "true"; The trailing - semicolon is required and the quotes are optional. A new scope can be - opened with curly braces, like: + semicolon and the quotes are required. The value must be on one line, and + there is no kind of string concatenation. It must not include inside quotes. + The behavior of the backslash "\" and escaped characters inside a value is + undefined and it should not be used. A new scope can be opened with curly + braces, like: APT {