X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=dgit.1;h=3e402e19022a4edd0435dad81da9857a76f6520c;hp=2d06fd999f9347d85bdb6e3047ee8156de8f4e69;hb=b41c0ab7f4a34da89964ce85ffeccae6dce52191;hpb=2a532c4b2d21ff5bb583c8df94b0208d99c7b24d diff --git a/dgit.1 b/dgit.1 index 2d06fd99..3e402e19 100644 --- a/dgit.1 +++ b/dgit.1 @@ -278,6 +278,10 @@ This is like but it also removes any subdirectories containing different git trees (which only unusual packages are likely to create). .TP +.BR --clean=check " | " -wn +Merely check that the tree is clean (does not contain uncommitted +files), before building a source package. +.TP .BR --clean=none " | " -wn Do not clean the tree before building a source package. If there are files which are not in git, or if the build creates such files, a @@ -288,6 +292,15 @@ Use dpkg-buildpackage to do the clean, so that the source package is cleaned by dpkg-source running the package's clean target. This is the default. It requires the package's build dependencies. .TP +.BR --clean=dpkg-source-d " | " -wdd +Use +.B dpkg-buildpackage -d +to do the clean, so that the source package +is cleaned by dpkg-source running the package's clean target. +The build-dependencies are not checked (due to +.BR -d ), +which violates policy, but may work in practice. +.TP .BR -N " | " --new The package may be new in this suite. Without this, dgit will refuse to push.