From a440054dcb263504c3c17c9dc10f542082c77976 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Tue, 19 Feb 2008 01:21:03 +0100 Subject: [PATCH] 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... --- man/ChangeLog | 7 +++++++ man/dpkg-source.1 | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/man/ChangeLog b/man/ChangeLog index c369e00c..94dd80be 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,10 @@ +2008-02-19 Frank Lichtenheld + + * 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 * dpkg-architecture.1: Document the files diff --git a/man/dpkg-source.1 b/man/dpkg-source.1 index d1613b9e..2af933c1 100644 --- a/man/dpkg-source.1 +++ b/man/dpkg-source.1 @@ -181,12 +181,15 @@ should be used instead. Specifies to expect the original source as a tarfile, by default .IB package _ upstream-version .orig.tar. extension \fR. 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 .B \-sp Like .B \-sk -but will remove that tarball again afterwards. +but will remove the directory again afterwards. .TP .B \-su Specifies that the original source is expected as a directory, by -- 2.39.5