]> err.no Git - dpkg/commitdiff
Fix documentation of -v<version> for dpkg-parsechangelog, removing the
authorAdam Heath <doogie@debian.org>
Sat, 25 May 2002 03:08:55 +0000 (03:08 +0000)
committerAdam Heath <doogie@debian.org>
Sat, 25 May 2002 03:08:55 +0000 (03:08 +0000)
requirement that the version has to be in the changelog.

ChangeLog
debian/changelog
scripts/dpkg-source.1

index bcc216a190a0d06bc848730aa899c2751791aee7..7c698f41bed2ad7058a53447ce1c2c2635483ff4 100644 (file)
--- a/ChangeLog
+++ b/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,
index 1baf2dbdb4791dbc3c3a07ae57dc9ef6a06b8dde..14710513b26b05d7c324b679efabd7413f37783b 100644 (file)
@@ -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
 
index c0abc12544e263c0d49f8fe463f77663313bb149..06d651243bfcaa9e9b45ccac09640be323b8e925 100644 (file)
@@ -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