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

Fix documentation of -v<version> for dpkg-parsechangelog, removing the
requirement that the version has to be in the changelog.

Adam Heath лет назад: 24
Родитель
Сommit
a127a1853e
3 измененных файлов с 10 добавлено и 1 удалено
  1. 6 0
      ChangeLog
  2. 3 0
      debian/changelog
  3. 1 1
      scripts/dpkg-source.1

+ 6 - 0
ChangeLog

@@ -1,3 +1,9 @@
+Fri May 24 22:11:53 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * scripts/dpkg-source.1: Fix documentation of -v<version> for
+    dpkg-parsechangelog, removing the requirement that the version has to
+    be in the changelog.
+
 Fri May 24 22:06:48 CDT 2002 Adam Heath <doogie@debian.org>
 
   * scripts/dpkg-gencontrol.pl: Close the old debian/files file,

+ 3 - 0
debian/changelog

@@ -109,6 +109,9 @@ dpkg (1.10) unstable; urgency=low
     files from tar, when building a native package.  Closes: Bug#75947.
   * Close the old debian/files file, before doing a rename.  Closes:
     Bug#111503.
+  * Fix documentation of -v<version> for dpkg-parsechangelog, removing the
+    requirement that the version has to be in the changelog.  Closes:
+    Bug#117968.
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 

+ 1 - 1
scripts/dpkg-source.1

@@ -101,7 +101,7 @@ In
 this causes changelog information from all versions strictly later
 than
 .I version
-(which must appear in the changelog file) to be used.
+to be used.
 
 In
 .BR dpkg-gencontrol