Преглед изворни кода

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

Wichert Akkerman пре 26 година
родитељ
комит
b5f105f8fa
8 измењених фајлова са 20 додато и 11 уклоњено
  1. 7 0
      ChangeLog
  2. 2 0
      debian/changelog
  3. 1 1
      doc/deb-old.5
  4. 1 1
      doc/deb.5
  5. 4 4
      main/dpkg.8
  6. 1 1
      scripts/dpkg-name.1
  7. 1 1
      scripts/dpkg-scansources.pl
  8. 3 3
      split/dpkg-split.8

+ 7 - 0
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

+ 2 - 0
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
 

+ 1 - 1
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".

+ 1 - 1
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".

+ 4 - 4
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

+ 1 - 1
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

+ 1 - 1
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 },
 );

+ 3 - 3
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