Package: dpkg Version: 1.13.10 Severity: minor Tags: patch The --no-debsigs option is not documented in dpkg(1). And in the --help output there is a typo.
Regards, Bastian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.11-treasure6 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages dpkg depends on: ii coreutils [textutils] 5.2.1-2 The GNU core utilities ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an dpkg recommends no packages. -- no debconf information
diff -BurN dpkg-1.13.10.orig/man/C/dpkg.1 dpkg-1.13.10/man/C/dpkg.1 --- dpkg-1.13.10.orig/man/C/dpkg.1 2005-06-30 14:45:26.685758328 +0200 +++ dpkg-1.13.10/man/C/dpkg.1 2005-06-30 14:44:12.000000000 +0200 @@ -486,6 +486,9 @@ upgrade, remove, purge; and `YYYY-MM-DD HH:MM:SS conffile <filename> <decision>' for conffile changes where \fI<decision\fP is either install or keep. +.TP +\fB\-\-no\-debsig\fP +Do not try to verify package signatures. .SH FILES .TP .I /etc/dpkg/dpkg.cfg diff -BurN dpkg-1.13.10.orig/src/main.c dpkg-1.13.10/src/main.c --- dpkg-1.13.10.orig/src/main.c 2005-06-30 14:45:26.645764408 +0200 +++ dpkg-1.13.10/src/main.c 2005-06-30 14:46:21.627405928 +0200 @@ -94,7 +94,7 @@ -E|--skip-same-version Skip packages whose same version is installed\n\ -G|--refuse-downgrade Skip packages with earlier version than installed\n\ -B|--auto-deconfigure Install even if it would break some other package\n\ - --no-debsig Do no try to verify package signatures\n\ + --no-debsig Do not try to verify package signatures\n\ --no-act|--dry-run|--simulate\n\ Just say what we would do - don't do it\n\ -D|--debug=<octal> Enable debugging - see -Dhelp or --debug=help\n\