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

* scripts/dpkg-checkbuilddeps.pl: s/dpkg-checkbuild/dpkg-checkbuilddeps/
in usage.
* version-nr: Bump to 1.10.17.
* debian/changelog: Make the date UNRELEASED.

Adam Heath лет назад: 23
Родитель
Сommit
7c079c5f6e
4 измененных файлов с 12 добавлено и 3 удалено
  1. 7 0
      ChangeLog
  2. 3 1
      debian/changelog
  3. 1 1
      scripts/dpkg-checkbuilddeps.pl
  4. 1 1
      version-nr

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+Sun Oct 26 19:29:16 CST 2003 Adam Heath <doogie@debian.org>
+
+  * scripts/dpkg-checkbuilddeps.pl: s/dpkg-checkbuild/dpkg-checkbuilddeps/
+    in usage.
+  * version-nr: Bump to 1.10.17.
+  * debian/changelog: Make the date UNRELEASED.
+
 Sun Oct 26 14:55:53 CET 2003 Wichert Akkerman <wichert@wiggy.net>
 Sun Oct 26 14:55:53 CET 2003 Wichert Akkerman <wichert@wiggy.net>
 
 
   * dselect/pkgdepcon.cc: change return value for pkgdepcon() to indicate
   * dselect/pkgdepcon.cc: change return value for pkgdepcon() to indicate

+ 3 - 1
debian/changelog

@@ -3,8 +3,10 @@ dpkg (1.10.17) unstable; urgency=medium
   * Make dselect do conflict resolution when dealing with automatically
   * Make dselect do conflict resolution when dealing with automatically
     selected recommended package. Thanks to Colin Watson for the analysis
     selected recommended package. Thanks to Colin Watson for the analysis
     and patch. Closes: Bug#151663
     and patch. Closes: Bug#151663
+  * Branden Robinson <branden@debian.org>:
+    s/dpkg-checkbuild/dpkg-checkbuilddeps/ in usage.
 
 
- -- Wichert Akkerman <wakkerma@debian.org>  Sun, 26 Oct 2003 14:58:55 +0100
+ -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 
 
 dpkg (1.10.16) unstable; urgency=low
 dpkg (1.10.16) unstable; urgency=low
 
 

+ 1 - 1
scripts/dpkg-checkbuilddeps.pl

@@ -11,7 +11,7 @@ require 'controllib.pl';
 
 
 sub usage {
 sub usage {
 	print STDERR <<EOF;
 	print STDERR <<EOF;
-Usage: dpkg-checkbuild [-B] [control-file]
+Usage: dpkg-checkbuilddeps [-B] [control-file]
 	-B		binary-only, ignore -Indep
 	-B		binary-only, ignore -Indep
 	control-file	control file to process [Default: debian/control]
 	control-file	control file to process [Default: debian/control]
 EOF
 EOF

+ 1 - 1
version-nr

@@ -1 +1 @@
-1.10.16
+1.10.17