]> err.no Git - dpkg/commitdiff
scripts/dpkg-scansources.pl: Fix getopt usage since perl5.6 complains about it.
authorWichert Akkerman <wakkerma@debian.org>
Fri, 24 Nov 2000 16:01:12 +0000 (16:01 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Fri, 24 Nov 2000 16:01:12 +0000 (16:01 +0000)
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
debian/changelog
doc/deb-old.5
doc/deb.5
main/dpkg.8
scripts/dpkg-name.1
scripts/dpkg-scansources.pl
split/dpkg-split.8

index e5c781957c5faa03622d1b72d99a8865df0e5a9d..ff062c05067a0d448e2b5ccceb5f01b3d66f9c26 100644 (file)
--- 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
index 422131e0e7522b2249fcf4e17102cd1a63876414..513580436af2fb3cbb6871c0b1e8d885052887c4 100644 (file)
@@ -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
 
index 00542695671167829a6dedbd4a6fb6b00eaac473..98fb6250e90897c1e14f97703979c93a12a1c4d6 100644 (file)
@@ -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".
index e9efea5c5b72eb371eaa4ec53762bd36e0ff86d2..da4e18b2c18bdbebd93f77553df55b957b29646d 100644 (file)
--- 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".
index 204b2a9d123d01adb47eae7b057e284015b6c677..d3f25bb633eb6fa2fbfbdf8b923fac4b993e3973 100644 (file)
@@ -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
index b7732d88e65e8ee307aa1e95b79d65dfbb9b86b9..3742cde9820c47f7b547bf3b90d126ac2d9b0844 100644 (file)
@@ -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
index 0cdde2f5feceeb4acad9f799311fc35a0a11477b..817dd8ba00f34b7301840e73b5ff91fb4b828537 100755 (executable)
@@ -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 },
 );
index 72c1dad04f7e4bfe46f8770c39e30c24f7d41ec2..9e25dc32a01867c9f61c94b882c229b9334c118c 100644 (file)
@@ -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