logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dpt-import-orig - "gbp import-orig" wrapper with upstream tracking support

Configuration

dptimport-orig reads the "DPT_RM_TARGZ" environment variable to determine if the downloaded .orig.tar.gz
       should be removed after the import.

       See dpt-config(5) for details.

Description

dptimport-orig is a wrapper around gbpimport-orig using its --uscan and --upstream-vcs-tag options to
       fetch and import tarballs and link to upstream Git tags.

       If necessary, the gitremote is added using dpt-upstream-repo(1).

       If a parameter is passed, it's taken as orig tar-ball to import instead of using uscan to download the
       tar ball. Needed if a newer upstream release has a (from dpkg's point of view) lower version number and
       gbp bails out over uscan not having downloaded a tar ball.

Name

       dpt-import-orig - "gbp import-orig" wrapper with upstream tracking support

See Also

dpt-upstream-repo(1)

Synopsis

dptimport-orig [../package_version.orig.tar.gz]

See Also