origtargz -V (return code: 3)
Usage:
origtargz [*OPTIONS*] [--unpack[=no|once|yes]]
origtargz --help
origtargz --help (return code: 0)
Usage:
origtargz [*OPTIONS*] [--unpack[=no|once|yes]]
origtargz --help
Options:
-p, --path *directory*
Add *directory* to the list of locations to search for an existing
tarball. When found, a hardlink is created if possible, otherwise a
symlink.
-u, --unpack[=no|once|yes]
Unpack the downloaded orig tarball to the current directory,
replacing everything except the debian directory. Existing files are
removed, except for debian/ and VCS files. Preserved are: .bzr,
.bzrignore, .bzr-builddeb, .git, .gitignore, .hg, .hgignore, _darcs
and .svn.
no Do not unpack the orig tarball.
once (default when --unpack is not used)
If the current directory contains only a debian directory (and
possibly some dotfiles), unpack the orig tarball. This is the
default behavior.
yes (default for --unpack without argument)
Always unpack the orig tarball.
-d, --download-only
Alias for --unpack=no.
-t, --tar-only
When using apt-get source, pass --tar-only to it. The default is to
download the full source package including .dsc and .diff.gz or
.debian.tar.gz components so debdiff can be used to diff the last
upload to the next one. With --tar-only, only download the
.orig.tar.* file.
--clean
Remove existing files as with --unpack. Note that like --unpack,
this will remove upstream files even if they are stored in VCS.