diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | doc/apt_preferences.5.sgml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index d282f9349..1b9c40bba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ apt (0.5.15) unstable; urgency=low * Patch from Koblinger Egmont <egmont@uhulinux.hu> to fix pkgCache::PkgFileIterator::Label() to correcctly refer to File->Label rather than File->Origin (Closes: #213311) + * Add missing comma and space to German translation of "downgraded" + (Closes: #213975) + * Add missing comma in apt_preferences(5) (Closes: #215362) -- diff --git a/doc/apt_preferences.5.sgml b/doc/apt_preferences.5.sgml index 5496bc62d..817586548 100644 --- a/doc/apt_preferences.5.sgml +++ b/doc/apt_preferences.5.sgml @@ -374,7 +374,7 @@ file would require one of the following lines. <programlisting> Pin: release v=3.0 -Pin: release a=stable v=3.0 +Pin: release a=stable, v=3.0 Pin: release 3.0 </programlisting> |