Man page - dpt-takeover(1)
Packages contas this manual
- dpt-shell-lib(1)
- dpt-debian-upstream(1)
- dpt(1)
- dpt-upstream-repo(1)
- dpt-import-orig(1)
- dpt-fixup(1)
- dpt-salsa(1)
- dpt-missing-upload(1)
- dpt-never-uploaded(1)
- dpt-prepare(1)
- dpt-config(5)
- dpt-repack.sh(1)
- dpt-missing-upstream(1)
- pristine-orig(1)
- bts-srcpkg(1)
- dpt-uscan(1)
- dpt-packagecheck(1)
- dpt-dch-note(1)
- patchedit(1)
- dpt-new-upstream(1)
- dpt-takeover(1)
- dpt-co(1)
- dpt-gen-itp(1)
- dpt-push(1)
- dpt-invite-github(1)
- dpt-github-oauth(1)
- dpt-lp-mass-subscribe(1)
- dpt-lib.sh(5)
- dpt-ready-for-upload(1)
- dh-make-perl-dev(1)
- dpt-gc(1)
- dpt-ci-failures(1)
- dpt-get-ubuntu-packages(1)
- dpt-clean-mr-repos(1)
- bts-retitle(1)
- dpt-missing-pristine-tar(1)
- dpt-rename-uploader(1)
- dpt-checkout(1)
- dpt-forward(1)
- dpt-cd(1)
apt-get install pkg-perl-tools
Manual
| dpt-takeover(1) | Debian Perl packaging Tools | dpt-takeover(1) |
NAME
dpt-takeover - take over a package for the Debian Perl Group
SYNOPSIS
dpt takeover -t top-directory [option...] package...
DESCRIPTION
dpt takeover helps taking over a package and adopting its control files for maintenance by the Debian Perl group.
dpt takeover first creates a local Git repository either from existing Git repository specified with the -g option, or by importing all package versions available on snapshot.debian.org via gbp-import-dscs(1).
Next dpt takeover adds suitable entries to debian/changelog, using information given by the -m or the -a options.
Next dpt takeover runs "dpt-packagecheck -a -A -C -c" to adjust the control fields.
Finally, the resulting Git repository is pushed to the Debian collaborative server, salsa.debian.org, unless the -n option is used.
OPTIONS
- -t top-directory (mandatory)
- The location of the top level directory, containing packages/.
- -m URL
- The address of the message with which the previous maintainer requests
adoption. It is included in the commit message and
debian/changelog.
Conflicts with -a.
- -a number
- RFA/ITA bug number. Suitable "Closes:
#nnnnnn" is added to debian/changelog.
Conflicts with -m.
- -g URL
- URL of an existing Git repository to clone. If not present gbp-import-dscs is used to prime the local Git repository from the package versions available on snapshot.debian.org.
- -n
- Local operation. The resulting Git repository is not pushed to salsa.debian.org.
COPYRIGHT & LICENSE
Copyright 2008, 2009, 2013, 2014 Damyan Ivanov <dmn@debian.org>
Copyright 2008, 2011, 2018 gregor herrmann <gregoa@debian.org>
Copyright 2008, 2009, Ryan Niebur <ryan@debian.org>
This program is free software and can be distributed under the same terms as Perl.
| 2025-02-28 | pkg-perl-tools 0.82 |