From 59a1f605fd989a4b52fb15b11ec0cd70505bea5f Mon Sep 17 00:00:00 2001 From: Ben Collins Date: Sun, 17 Oct 1999 18:54:45 +0000 Subject: [PATCH] Fixed references to the --nocheck option in dpkg-deb(1) and dpkg-deb --help reporting --no-check --- ChangeLog | 7 +++++++ debian/changelog | 4 ++++ dpkg-deb/dpkg-deb.1 | 2 +- dpkg-deb/main.c | 2 +- 4 files changed, 13 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb849d1e..f8d69f93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Oct 17 13:40:46 EDT 1999 Ben Collins + + * 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 * Revert to hardcoding ENOENT again, since the necessary parts of diff --git a/debian/changelog b/debian/changelog index f32db4d1..c54af137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,10 @@ dpkg (1.4.1.17) unstable; urgency=low and uses * Made the large info screen show 5 lines of the pkglist so that 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 UNRELEASED diff --git a/dpkg-deb/dpkg-deb.1 b/dpkg-deb/dpkg-deb.1 index e2021dd9..efb90fc1 100644 --- a/dpkg-deb/dpkg-deb.1 +++ b/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 0.93.76 (September 1995), which was released as i386 a.out only. .TP -.BR --no-check +.BR --nocheck Inhibit's .BR "dpkg\-deb \-\-build" 's usual checks on the proposed contents of an archive. You can build diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c index 5906edb7..838ab8a4 100644 --- a/dpkg-deb/main.c +++ b/dpkg-deb/main.c @@ -65,7 +65,7 @@ Usage: dpkg-deb -b|--build [] Build an archive.\n\ is the name of an administrative file component.\n\ is the name of a field in the main `control' file.\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\ Use `dpkg' to install and remove packages from your system, or\n\ `dselect' for user-friendly package management. Packages unpacked\n\ -- 2.39.5