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

Add dpkg-scansources to dpkg-scanpackages(8).

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

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Fri May 24 22:38:01 CDT 2002 Adam Heath <doogie@debian.org>
+
+  * scripts/dpkg-scanpackages.8: Add dpkg-scansources to
+    dpkg-scanpackages(8).
+
 Fri May 24 22:14:04 CDT 2002 Adam Heath <doogie@debian.org>
 Fri May 24 22:14:04 CDT 2002 Adam Heath <doogie@debian.org>
 
 
   * scripts/dpkg-source.1: Fix typo in dpkg-source(1), s/-su/-sU/.
   * scripts/dpkg-source.1: Fix typo in dpkg-source(1), s/-su/-sU/.

+ 1 - 0
debian/changelog

@@ -113,6 +113,7 @@ dpkg (1.10) unstable; urgency=low
     requirement that the version has to be in the changelog.  Closes:
     requirement that the version has to be in the changelog.  Closes:
     Bug#117968.
     Bug#117968.
   * Fix typo in dpkg-source(1), s/-su/-sU/.  Closes: Bug#126340.
   * Fix typo in dpkg-source(1), s/-su/-sU/.  Closes: Bug#126340.
+  * Add dpkg-scansources to dpkg-scanpackages(8).  Closes: Bug#147924.
 
 
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
  -- Wichert Akkerman <wakkerma@debian.org>  Mon, 20 Aug 2001 14:54:38 +0200
 
 

+ 2 - 1
scripts/dpkg-scanpackages.8

@@ -104,4 +104,5 @@ maintainer substitutions which do not take effect.
 .
 .
 .SH SEE ALSO
 .SH SEE ALSO
 .BR dpkg (8),
 .BR dpkg (8),
-.BR dselect (8).
+.BR dselect (8),
+.BR dpkg-scansources (8).