From b5f105f8fa10411849973fbdf26e6d9ef5c4c1ac Mon Sep 17 00:00:00 2001 From: Wichert Akkerman Date: Fri, 24 Nov 2000 16:01:12 +0000 Subject: [PATCH] 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 --- ChangeLog | 7 +++++++ debian/changelog | 2 ++ doc/deb-old.5 | 2 +- doc/deb.5 | 2 +- main/dpkg.8 | 8 ++++---- scripts/dpkg-name.1 | 2 +- scripts/dpkg-scansources.pl | 2 +- split/dpkg-split.8 | 6 +++--- 8 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5c78195..ff062c05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Nov 24 16:49:26 CET 2000 Wichert Akkerman + + * 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 * lib/myopt.c: properly chomp read lines diff --git a/debian/changelog b/debian/changelog index 422131e0..51358043 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ 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 UNRELEASED diff --git a/doc/deb-old.5 b/doc/deb-old.5 index 00542695..98fb6250 100644 --- a/doc/deb-old.5 +++ b/doc/deb-old.5 @@ -50,6 +50,6 @@ pathnames relative to the root directory of the system to be installed 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". diff --git a/doc/deb.5 b/doc/deb.5 index e9efea5c..da4e18b2 100644 --- a/doc/deb.5 +++ b/doc/deb.5 @@ -70,6 +70,6 @@ with names starting with something other than underscores, or will (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". diff --git a/main/dpkg.8 b/main/dpkg.8 index 204b2a9d..d3f25bb6 100644 --- a/main/dpkg.8 +++ b/main/dpkg.8 @@ -43,7 +43,7 @@ just runs \fBdpkg-deb\fP with the parameters given to it: \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 @@ -267,7 +267,7 @@ Display \fBdpkg\fP licence. 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] @@ -405,12 +405,12 @@ Tells \fBdpkg\fP whether to preserve memory (e.g. with less than 4 MB 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 diff --git a/scripts/dpkg-name.1 b/scripts/dpkg-name.1 index b7732d88..3742cde9 100644 --- a/scripts/dpkg-name.1 +++ b/scripts/dpkg-name.1 @@ -91,7 +91,7 @@ might depend on this naming structure. .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 diff --git a/scripts/dpkg-scansources.pl b/scripts/dpkg-scansources.pl index 0cdde2f5..817dd8ba 100755 --- a/scripts/dpkg-scansources.pl +++ b/scripts/dpkg-scansources.pl @@ -58,7 +58,7 @@ my $Src_override = undef; 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 }, ); diff --git a/split/dpkg-split.8 b/split/dpkg-split.8 index 72c1dad0..9e25dc32 100644 --- a/split/dpkg-split.8 +++ b/split/dpkg-split.8 @@ -244,9 +244,9 @@ The filenames used in this directory are in a format internal to 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 -- 2.39.5