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-checkout - work on a pkg-perl package

Configuration

dptcheckout uses the "DPT_PACKAGES" environment variable. If "DPT_PACKAGES" is not defined, the current
       working directory is used.

       See dpt-config(5) for details.

Description

dptcheckout checks out a working copy for the packaging of a given package.

       If you use dpt-shell-lib(1), dptcheckout even puts you in the directory of working copy if you checked
       out only one source package.

       If the package directory exists, the clone is updated by calling gbp-pull(1). If it doesn't exist, it is
       cloned off pkg-perl git repositories via gbp-clone(1).

       If there is an upstream repository information in debian/upstream/metadata, dpt-upstream-repo(1) is
       invoked to add it as a Git remote.

       dptco is an alias for dptcheckout.

Name

       dpt-checkout - work on a pkg-perl package

Synopsis

dptcheckoutpackage-name [package-name ...]

       dptcopackage-name [package-name ...]

See Also