dpt-cd(1) | Debian Perl packaging Tools | dpt-cd(1) |
dpt-cd - change to package's working directory
dpt cd package-name
dpt cd puts you in the working copy for the packaging of a given package.
It does not try to update the checkout, nor create it if it does not exist. Use dpt-checkout(1) for that.
It is a shortcut for when you know that the given checkout is up to date or when you are offline.
Programs cannot change the working directory of the shell. In order to achieve this you should integrate dpt with your shell. See dpt-shell-lib(1) for instructions.
dpt checkout requires the "DPT_PACKAGES" environment variable.
See dpt-config(5) for details.
Copyright 2013 Damyan Ivanov dmn@debian.org
This program is free software, licensed under the same term as perl.
2021-03-27 | pkg-perl-tools 0.64 |