doc/deb-old.5,doc/deb.5,main/dpkg.8,scripts/dpkg-name.1, split/dpkg-split.8 : update to reflect that dpkg-deb is in section 1
+Fri Nov 24 16:49:26 CET 2000 Wichert Akkerman <wakkerma@debian.org>
+
+ * scripts/dpkg-scansources.pl: Fix getopt usage since perl5.6 complains
+ about it.
+ * doc/deb-old.5,doc/deb.5,main/dpkg.8,scripts/dpkg-name.1,
+ split/dpkg-split.8 : update to reflect that dpkg-deb is in section 1
+
Thu Nov 23 19:13:21 CET 2000 Wichert Akkerman <wakkerma@debian.org>
* lib/myopt.c: properly chomp read lines
dpkg (1.8.0) unstable; urgency=low
* Fix two memory leaks. Closes: Bug#74259
+ * Fix some things perl5.6 complains about. Closes: Bug#77337
+ * Fix referenes to dpkg-deb manpage. Closes: Bug#77855
-- Wichert Akkerman <wakkerma@debian.org> UNRELEASED
on. The pathnames do not have leading slashes.
.SH SEE ALSO
.BR deb (5),
-.BR dpkg-deb (8),
+.BR dpkg-deb (1),
.BR deb-control (5),
.IR "Debian Packaging Manual".
(more likely) cause the major version number to be increased.
.SH SEE ALSO
.BR deb (5),
-.BR dpkg-deb (8),
+.BR dpkg-deb (1),
.BR deb-control (5),
.IR "Debian Packaging Manual".
\fB-X\fP, \fB--vextract\fP, and
\fB--fsys-tarfile\fP.
.fi
-Please refer to \fBdpkg-deb\fP(8) for information about these actions.
+Please refer to \fBdpkg-deb\fP(1) for information about these actions.
.SH INFORMATION ABOUT PACKAGES
\fBdpkg\fP maintains some usable information about available
Display \fBdpkg\fP version information.
.TP
\fBdpkg-deb-actions\fP
-See \fBdpkg-deb\fP(8) for more information about the following actions.
+See \fBdpkg-deb\fP(1) for more information about the following actions.
.nf
\fBdpkg -b\fP | \fB--build\fP \fIdirectory\fP [\fIfilename\fP]
of RAM) or consume as much as needed.
.TP
\fB--new\fP | \fB--old\fP
-Select new or old binary package format. This is a \fBdpkg-deb\fP(8)
+Select new or old binary package format. This is a \fBdpkg-deb\fP(1)
option.
.TP
.B --nocheck
Don't read or check contents of control file while building a package.
-This is a \fBdpkg-deb\fP(8) option.
+This is a \fBdpkg-deb\fP(1) option.
.TP
.B --no-act
Do everything which is supposed to be done, but don't write any
.BR deb-control (5),
.BR dpkg (5),
.BR dpkg (8),
-.BR dpkg-deb (8),
+.BR dpkg-deb (1),
.BR find (1),
.BR xargs (1).
.SH COPYRIGHT
my @Option_spec = (
'debug!' => \$Debug,
'help!' => sub { usage() },
- 'no-sort|n!' => \$No_sort,
+ 'no-sort|n' => \$No_sort,
'source-override|s=s' => \$Src_override,
'version' => sub { print "$Me version $Version\n"; exit },
);
and are unlikely to be useful to other programs, and in any case the
filename format should not be relied upon.
.SH SEE ALSO
-.BR dpkg\-split (5),
-.BR dpkg\-deb (5),
-.BR dpkg\-deb (8),
+.BR deb (5),
+.BR deb\-control (5),
+.BR dpkg\-deb (1),
.BR dpkg (8)
.SH AUTHOR
.B dpkg\-split