From: Eugene V. Lyubimkin Date: Sat, 8 Nov 2008 10:43:37 +0000 (+0200) Subject: Noted allowed file name characters in /etc/apt/sources.list.d/* files. X-Git-Tag: 0.7.21~59^2~4 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/6823d85bdb3d46f60a7357cc73e60fcf6ba88a96 Noted allowed file name characters in /etc/apt/sources.list.d/* files. --- diff --git a/debian/changelog b/debian/changelog index 2eddf8f6d..41093666b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.7.19) unstable; urgency=low + + [ Eugene V. Lyubimkin ] + * doc/sources.list.5.xml: + - Mentioned allowed characters in file names in /etc/apt/sources.list.d. + Thanks to Matthias Urlichs. (Closes: #426913) + + -- Eugene V. Lyubimkin Sat, 08 Nov 2008 12:40:19 +0200 + apt (0.7.18) unstable; urgency=low [ Christian Perrier ] diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml index 9eb66d728..b875086ef 100644 --- a/doc/sources.list.5.xml +++ b/doc/sources.list.5.xml @@ -48,9 +48,12 @@ sources.list.d The /etc/apt/sources.list.d directory provides - a way to add sources.list entries in separate files whose names end with - .list. The format is the same as for the regular - sources.list file. + a way to add sources.list entries in separate files. + The format is the same as for the regular sources.list file. + File names need to end with + .list and may only contain letters (a-z and A-Z), + digits (0-9), underscore (_), hyphen (-) and period (.) characters. + Otherwise they will be silently ignored. The deb and deb-src types