.\" -*- mode: troff; coding: utf-8 -*- .\" Automatically generated by Pod::Man 5.01 (Pod::Simple 3.43) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" \*(C` and \*(C' are quotes in nroff, nothing in troff, for use with C<>. .ie n \{\ . ds C` "" . ds C' "" 'br\} .el\{\ . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "dpt-takeover 1" .TH dpt-takeover 1 2024-03-04 "pkg-perl-tools 0.78" "Debian Perl packaging Tools" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH NAME dpt\-takeover \- take over a package for the Debian Perl Group .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBdpt takeover\fR \-t \fItop-directory\fR [\fIoption\fR...] \fIpackage\fR... .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBdpt takeover\fR helps taking over a package and adopting its control files for maintenance by the Debian Perl group. .PP \&\fBdpt takeover\fR first creates a local Git repository either from existing Git repository specified with the \fB\-g\fR option, or by importing all package versions available on snapshot.debian.org via \fBgbp\-import\-dscs\fR\|(1). .PP Next \fBdpt takeover\fR adds suitable entries to \fIdebian/changelog\fR, using information given by the \fB\-m\fR or the \fB\-a\fR options. .PP Next \fBdpt takeover\fR runs \f(CW\*(C`dpt\-packagecheck \-a \-A \-C \-c\*(C'\fR to adjust the control fields. .PP Finally, the resulting Git repository is pushed to the Debian collaborative server, salsa.debian.org, unless the \fB\-n\fR option is used. .SH OPTIONS .IX Header "OPTIONS" .IP "\fB\-t\fR \fItop-directory\fR \fB(mandatory)\fR" 4 .IX Item "-t top-directory (mandatory)" The location of the top level directory, containing \fIpackages/\fR. .IP "\fB\-m\fR \fIURL\fR" 4 .IX Item "-m URL" The address of the message with which the previous maintainer requests adoption. It is included in the commit message and \fIdebian/changelog\fR. .Sp Conflicts with \fB\-a\fR. .IP "\fB\-a\fR \fInumber\fR" 4 .IX Item "-a number" RFA/ITA bug number. Suitable \f(CW\*(C`Closes: #nnnnnn\*(C'\fR is added to \&\fIdebian/changelog\fR. .Sp Conflicts with \fB\-m\fR. .IP "\fB\-g\fR \fIURL\fR" 4 .IX Item "-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. .IP \fB\-n\fR 4 .IX Item "-n" Local operation. The resulting Git repository is not pushed to salsa.debian.org. .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" Copyright 2008, 2009, 2013, 2014 Damyan Ivanov .PP Copyright 2008, 2011, 2018 gregor herrmann .PP Copyright 2008, 2009, Ryan Niebur .PP This program is free software and can be distributed under the same terms as Perl.