]> git.saurik.com Git - apt.git/commitdiff
* Add missing comma in apt_preferences(5) (Closes: #215362)
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:03:56 +0000 (17:03 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:03:56 +0000 (17:03 +0000)
Author: mdz
Date: 2003-10-12 16:57:39 GMT
* Add missing comma in apt_preferences(5) (Closes: #215362)

debian/changelog
doc/apt_preferences.5.sgml

index d282f93494816c5ec6383e0d2e3a749167c198d5..1b9c40bba966fc05e58e951959285844811de212 100644 (file)
@@ -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)
 
  --
 
index 5496bc62d29514e8858a0e3d6c823b8d0c2d2187..817586548ab8dc1d05fc7441d16348a50aba2953 100644 (file)
@@ -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>