Просмотр исходного кода

* debian/libapt-pkg-doc.doc-base.cache: remove odd charackter

Michael Vogt лет назад: 20
Родитель
Сommit
00cd59d97e
2 измененных файлов с 3 добавлено и 1 удалено
  1. 2 0
      debian/changelog
  2. 1 1
      debian/libapt-pkg-doc.doc-base.cache

+ 2 - 0
debian/changelog

@@ -13,6 +13,8 @@ apt (0.6.44) unstable; urgency=low
   * doc/apt-ftparchive.1.xml:
     - fix documentation for "SrcPackages" -> "Sources" 
       (thanks to Bart Martens for the patch, closes: #307756)
+  * debian/libapt-pkg-doc.doc-base.cache:
+    - remove broken charackter from description (closes: #361129)
 
  -- Michael Vogt <michael.vogt@ubuntu.com>  Tue, 25 Apr 2006 09:34:20 +0200
 

+ 1 - 1
debian/libapt-pkg-doc.doc-base.cache

@@ -4,7 +4,7 @@ Author: Jason Gunthorpe
 Abstract: The APT Cache Specification describes the complete implementation
  and format of the APT Cache file. The APT Cache file is a way for APT to
  parse and store a large number of package files for display in the UI.
- It's primaryã design goal is to make display of a single package in the
+ It's primary design goal is to make display of a single package in the
  tree very fast by pre-linking important things like dependencies and
  provides. The specification doubles as documentation for one of the
  in-memory structures used by the package library and the APT GUI.