Man page - dpt-uscan(1)
Packages contains this manual
- dpt-gen-itp(1)
- patchedit(1)
- dpt-cd(1)
- dpt-lp-mass-subscribe(1)
- dpt-rename-uploader(1)
- dpt-lib.sh(5)
- dpt-prepare(1)
- dpt-shell-lib(1)
- dpt-takeover(1)
- dpt-uscan(1)
- dpt-clean-mr-repos(1)
- dpt-invite-github(1)
- dpt-missing-upload(1)
- dpt-missing-pristine-tar(1)
- dpt-never-uploaded(1)
- dpt-ci-failures(1)
- dpt-push(1)
- dpt-missing-upstream(1)
- dpt-ready-for-upload(1)
- dpt-get-ubuntu-packages(1)
- dpt-gc(1)
- dpt-fixup(1)
- bts-retitle(1)
- bts-srcpkg(1)
- dpt-dch-note(1)
- dpt-new-upstream(1)
- dpt-co(1)
- dpt(1)
- dpt-salsa(1)
- dpt-import-orig(1)
- dh-make-perl-dev(1)
- dpt-packagecheck(1)
- dpt-repack.sh(1)
- dpt-debian-upstream(1)
- dpt-checkout(1)
- pristine-orig(1)
- dpt-config(5)
- dpt-upstream-repo(1)
- dpt-forward(1)
- dpt-github-oauth(1)
apt-get install pkg-perl-tools
Manual
dpt-uscan
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
COPYRIGHT & LICENSE
NAME
dpt-uscan - a tiny wrapper around "uscan" and "gbp import-orig"
SYNOPSIS
dpt uscan
DESCRIPTION
dpt uscan calls uscan (1) and then gbp import-orig if a newer upstream version was downloaded.
It is similar to dpt-import-orig (1), but without the upstream repository integration.
Running dpt uscan is equivalent to
% uscan
% gbp import-orig upstream-tarball
with the location of the newly downloaded tarball detected from uscan’s --dehs output, and therefore is not hardcoded to ../ , but depending on uscan’s configuration.
SEE ALSO
dpt-import-orig (1), uscan (1), devscripts.conf (5), gbp-import-orig (1)
COPYRIGHT & LICENSE
Copyright 2017 Damyan Ivanov dam@debian.org
This program is free software, licensed under the same term as perl.