summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2000-11-24 16:01:12 +0000
committerWichert Akkerman <wakkerma@debian.org>2000-11-24 16:01:12 +0000
commitb5f105f8fa10411849973fbdf26e6d9ef5c4c1ac (patch)
tree47e0bffef1046c254901ae6001f9ed6a18c83881
parent690c13620d4bc337a234aed0e4ad51db99ab8691 (diff)
downloaddpkg-b5f105f8fa10411849973fbdf26e6d9ef5c4c1ac.tar.gz
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
-rw-r--r--ChangeLog7
-rw-r--r--debian/changelog2
-rw-r--r--doc/deb-old.52
-rw-r--r--doc/deb.52
-rw-r--r--main/dpkg.88
-rw-r--r--scripts/dpkg-name.12
-rwxr-xr-xscripts/dpkg-scansources.pl2
-rw-r--r--split/dpkg-split.86
8 files changed, 20 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index e5c781957..ff062c050 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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
diff --git a/debian/changelog b/debian/changelog
index 422131e0e..513580436 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 <wakkerma@debian.org> UNRELEASED
diff --git a/doc/deb-old.5 b/doc/deb-old.5
index 005426956..98fb6250e 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 e9efea5c5..da4e18b2c 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 204b2a9d1..d3f25bb63 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 b7732d88e..3742cde98 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 0cdde2f5f..817dd8ba0 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 72c1dad04..9e25dc32a 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