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-takeover - take over a package for the Debian Perl Group

Description

dpttakeover helps taking over a package and adopting its control files for maintenance by the Debian
       Perl group.

       dpttakeover 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 dpttakeover adds suitable entries to debian/changelog, using information given by the -m or the -a
       options.

       Next dpttakeover 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.

Name

       dpt-takeover - take over a package for the Debian Perl Group

Options

-ttop-directory(mandatory)
           The location of the top level directory, containing packages/.

       -mURL
           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.

       -anumber
           RFA/ITA bug number. Suitable "Closes: #nnnnnn" is added to debian/changelog.

           Conflicts with -m.

       -gURL
           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.

Synopsis

dpttakeover -t top-directory [option...] package...

See Also