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

Clarify dpkg-source man page as agreed to on debian-dpkg

Helge Kreutzmann лет назад: 18
Родитель
Сommit
944bcedf1b
3 измененных файлов с 10 добавлено и 2 удалено
  1. 3 0
      debian/changelog
  2. 5 0
      man/ChangeLog
  3. 2 2
      man/dpkg-source.1

+ 3 - 0
debian/changelog

@@ -14,6 +14,9 @@ dpkg (1.14.19) UNRELEASED; urgency=low
   * Fix dpkg-genchanges to detect udeb based on Package-Type control
     header instead of file extension analysis on uploaded files.
     Closes: #476113
+  
+  [ Helge Kreutzmann ]
+  * Minor fixes and clarifications to man pages.
 
   [ Updated dpkg translations ]
   * Galician (Jacobo Tarrio).

+ 5 - 0
man/ChangeLog

@@ -1,3 +1,8 @@
+2008-04-21  Helge Kreutzmann  <debian@helgefjell.de>
+
+	* dpkg-shlibdeps.1: Fix a typo
+	* dpkg-source.1: Improve a sentence (with agreement from Raphäel)
+
 2008-04-21  Helge Kreutzmann  <debian@helgefjell.de>
 
 	* po/de.po: Updated to 1580t0f20u.

+ 2 - 2
man/dpkg-source.1

@@ -451,8 +451,8 @@ Before going any further, some checks are done to ensure that we
 don't have any non-ignored uncommitted changes.
 .PP
 Then the VCS specific part of the source directory is copied over to a
-temporary directory. Before being packed in a tarball, various cleanup are
-done to save space.
+temporary directory. Before this temporary directory is packed in a tarball,
+various cleanup are done to save space.
 .SH BUGS
 The point at which field overriding occurs compared to certain
 standard output field settings is rather confused.