Browse Source

Fixed references to the --nocheck option in dpkg-deb(1) and dpkg-deb --help
reporting --no-check

Ben Collins 27 years ago
parent
commit
59a1f605fd
4 changed files with 13 additions and 2 deletions
  1. 7 0
      ChangeLog
  2. 4 0
      debian/changelog
  3. 1 1
      dpkg-deb/dpkg-deb.1
  4. 1 1
      dpkg-deb/main.c

+ 7 - 0
ChangeLog

@@ -1,3 +1,10 @@
+Sun Oct 17 13:40:46 EDT 1999 Ben Collins <bcollins.debian.org>
+
+  * Removed references to dpkg(5) which seems to not exist anymore
+  * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
+    when it's actually --nocheck (went with the hardcoded option, so
+    this is just a documentation fix).
+
 Sun Oct 17 11:51:36 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 Sun Oct 17 11:51:36 CEST 1999 Wichert Akkerman <wakkerma@debian.org>
 
 
   * Revert to hardcoding ENOENT again, since the necessary parts of
   * Revert to hardcoding ENOENT again, since the necessary parts of

+ 4 - 0
debian/changelog

@@ -9,6 +9,10 @@ dpkg (1.4.1.17) unstable; urgency=low
     and uses
     and uses
   * Made the large info screen show 5 lines of the pkglist so that
   * Made the large info screen show 5 lines of the pkglist so that
     it scrolled properly, and still showed the cursor
     it scrolled properly, and still showed the cursor
+  * Removed references to dpkg(5) which seems to not exist anymore
+  * Fixed `dpkg-deb --help' and dpkg-deb(1) from reporting --no-check
+    when it's actually --nocheck (went with the hardcoded option, so
+    this is just a documentation fix).
 
 
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
  -- Wichert Akkerman <wakkerma@debian.org>  UNRELEASED
 
 

+ 1 - 1
dpkg-deb/dpkg-deb.1

@@ -205,7 +205,7 @@ easily parsed by non-Debian tools and is now obsolete; its only use is
 when building packages to be parsed by versions of dpkg older than
 when building packages to be parsed by versions of dpkg older than
 0.93.76 (September 1995), which was released as i386 a.out only.
 0.93.76 (September 1995), which was released as i386 a.out only.
 .TP
 .TP
-.BR --no-check
+.BR --nocheck
 Inhibit's
 Inhibit's
 .BR "dpkg\-deb \-\-build" 's
 .BR "dpkg\-deb \-\-build" 's
 usual checks on the proposed contents of an archive.  You can build
 usual checks on the proposed contents of an archive.  You can build

+ 1 - 1
dpkg-deb/main.c

@@ -65,7 +65,7 @@ Usage: dpkg-deb -b|--build <directory> [<deb>]    Build an archive.\n\
 <cfile> is the name of an administrative file component.\n\
 <cfile> is the name of an administrative file component.\n\
 <cfield> is the name of a field in the main `control' file.\n\
 <cfield> is the name of a field in the main `control' file.\n\
 Options:  -D for debugging output; --old or --new controls archive format;\n\
 Options:  -D for debugging output; --old or --new controls archive format;\n\
-          --no-check to suppress control file check (build bad package).\n\
+          --nocheck to suppress control file check (build bad package).\n\
 \n\
 \n\
 Use `dpkg' to install and remove packages from your system, or\n\
 Use `dpkg' to install and remove packages from your system, or\n\
 `dselect' for user-friendly package management.  Packages unpacked\n\
 `dselect' for user-friendly package management.  Packages unpacked\n\