Przeglądaj źródła

dpkg-source.1: Fix description of -sk and -sp

* man/dpkg-source.1: Fix documentation of -sk and -sp.
The directory with the unpacked original source will
be removed, not the tarball.

Just goes to show how much all these options are actually
used...
Frank Lichtenheld 18 lat temu
rodzic
commit
a440054dcb
2 zmienionych plików z 12 dodań i 2 usunięć
  1. 7 0
      man/ChangeLog
  2. 5 2
      man/dpkg-source.1

+ 7 - 0
man/ChangeLog

@@ -1,3 +1,10 @@
+2008-02-19  Frank Lichtenheld  <djpig@debian.org>
+
+	* dpkg-source.1: Fix documentation of
+	-sk and -sp. The directory with the
+	unpacked original source will be removed,
+	not the tarball.
+
 2008-02-17  Frank Lichtenheld  <djpig@debian.org>
 2008-02-17  Frank Lichtenheld  <djpig@debian.org>
 
 
 	* dpkg-architecture.1: Document the files
 	* dpkg-architecture.1: Document the files

+ 5 - 2
man/dpkg-source.1

@@ -181,12 +181,15 @@ should be used instead.
 Specifies to expect the original source as a tarfile, by default
 Specifies to expect the original source as a tarfile, by default
 .IB package _ upstream-version .orig.tar. extension \fR.
 .IB package _ upstream-version .orig.tar. extension \fR.
 It will leave this original source in place as a tarfile, or copy it
 It will leave this original source in place as a tarfile, or copy it
-to the current directory if it isn't already there.
+to the current directory if it isn't already there. The
+tarball will be unpacked into 
+.IB directory .orig
+for the generation of the diff.
 .TP
 .TP
 .B \-sp
 .B \-sp
 Like
 Like
 .B \-sk
 .B \-sk
-but will remove that tarball again afterwards.
+but will remove the directory again afterwards.
 .TP
 .TP
 .B \-su
 .B \-su
 Specifies that the original source is expected as a directory, by
 Specifies that the original source is expected as a directory, by