summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene V. Lyubimkin <jackyf@1501-debian>2008-11-08 12:43:37 +0200
committerEugene V. Lyubimkin <jackyf@1501-debian>2008-11-08 12:43:37 +0200
commit6823d85bdb3d46f60a7357cc73e60fcf6ba88a96 (patch)
tree5e01310233003480df10c55e799364410f565260
parentb247203097e343779ca429ed9720168f9fc2b959 (diff)
Noted allowed file name characters in /etc/apt/sources.list.d/* files.
-rw-r--r--debian/changelog9
-rw-r--r--doc/sources.list.5.xml9
2 files changed, 15 insertions, 3 deletions
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 <jackyf.devel@gmail.com> 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 @@
<refsect1><title>sources.list.d</title>
<para>The <filename>/etc/apt/sources.list.d</filename> directory provides
- a way to add sources.list entries in separate files whose names end with
- <literal>.list</literal>. The format is the same as for the regular
- <filename>sources.list</filename> file. </para>
+ a way to add sources.list entries in separate files.
+ The format is the same as for the regular <filename>sources.list</filename> file.
+ File names need to end with
+ <filename>.list</filename> and may only contain letters (a-z and A-Z),
+ digits (0-9), underscore (_), hyphen (-) and period (.) characters.
+ Otherwise they will be silently ignored.</para>
</refsect1>
<refsect1><title>The deb and deb-src types</title>