.\" -*- 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-packagecheck 1" .TH dpt-packagecheck 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\-packagecheck \- check package source for group policy consistency .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBdpt packagecheck\fR \-c \fIcheck-option\fR... .PP \&\fBdpt packagecheck\fR \-p \fIpackage\fR \fItop-directory\fR \fIcheck-option\fR... .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBdpt packagecheck\fR performs various checks of package sources and tries to correct them in accordance with the policies of the Debian Perl Group. .SS "Package selection options" .IX Subsection "Package selection options" \&\fBdpt packagecheck\fR can operate either on a single package, or on all packages maintained by the group. .PP To run the checks on all group packages, use the \fB\-c\fR option with working directory containing \fIpackages/\fR directory. .PP To run the checks on individual package, use \fB\-p\fR \fIpackage\fR \fItop-directory\fR, where \fItop-directory\fR is the directory containing the \fIpackages/\fR directory. .SS "Repository interaction" .IX Subsection "Repository interaction" If the \fB\-a\fR option is given, changes are committed to the repository by calling \f(CW\*(C`mr commit\*(C'\fR. .PP If the \fB\-n\fR option is given, no changes are committed. .PP If neither option is given, \fBdpt packagecheck\fR asks for confirmation before calling \f(CW\*(C`mr commit\*(C'\fR. .PP Note that \f(CW\*(C`mr commit\*(C'\fR also pushes the changes to the remote repository. .SS "Check selection options" .IX Subsection "Check selection options" .IP \fB\-A\fR 4 .IX Item "-A" Run all the checks. .IP \fB\-V\fR 4 .IX Item "-V" Add/fix \f(CW\*(C`Vcs\-Git\*(C'\fR and \f(CW\*(C`Vcs\-Browser\*(C'\fR fields in \fIdebian/control\fR and remove \&\f(CW\*(C`XS\-Vcs\-(Svn|Git|Browser)\*(C'\fR fields. .IP \fB\-H\fR 4 .IX Item "-H" Add \f(CW\*(C`Homepage\*(C'\fR field to \fIdebian/control\fR and remove \f(CW\*(C`Homepage\*(C'\fR pseudo-field. .IP \fB\-M\fR 4 .IX Item "-M" Check the \f(CW\*(C`Maintainer\*(C'\fR field of \fIdebian/control\fR and make sure it is \&\f(CW\*(C`Debian Perl Group \*(C'\fR. .IP \fB\-D\fR 4 .IX Item "-D" \&\fIdebian/control\fR: add \f(CW\*(C`${misc:Depends}\*(C'\fR to \f(CW\*(C`Depends\*(C'\fR. .IP \fB\-d\fR 4 .IX Item "-d" \&\fIdebian/copyright\fR: Substitute \f(CW\*(C`Format\-Specification\*(C'\fR URL for DEP\-5 revisions to anonscm.debian.org URL. .IP \fB\-P\fR 4 .IX Item "-P" \&\fIdebian/control\fR: substitute occurrences of dependencies like \&\f(CW\*(C`perl (>= 5.6.0\-{12,16})\*(C'\fR with dependencies on \f(CW\*(C`perl\*(C'\fR without a version. .IP \fB\-O\fR 4 .IX Item "-O" \&\fIdebian/control\fR: replace \f(CW\*(C`perl\-modules\*(C'\fR with \f(CW\*(C`perl\*(C'\fR .IP \fB\-W\fR 4 .IX Item "-W" \&\fIdebian/watch\fR: change CPAN URLs to and update to ignore developer releases .IP \fB\-C\fR 4 .IX Item "-C" If \fB\-W\fR is given, create \fIdebian/watch\fR if it does not exist .IP \fB\-R\fR 4 .IX Item "-R" \&\fIdebian/rules\fR: rmdir /usr/\e{lib,share\e}/perl5 only if they exist; switch \f(CW\*(C`dh \-\-with foo \e$@\*(C'\fR to \f(CW\*(C`dh \e$@ \-\-with foo\*(C'\fR .IP \fB\-Q\fR 4 .IX Item "-Q" add \fIdebian/README.source\fR pointing to \fBquilt\fR\|(1)'s \fIREADME.source\fR if the package uses quilt .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" .IP "Copyright 2011\-2013, Salvatore Bonaccorso carnil@debian.org" 4 .IX Item "Copyright 2011-2013, Salvatore Bonaccorso carnil@debian.org" .PD 0 .IP "Copyright 2007, 2008, 2009, 2011 gregor herrmann gregoa@debian.org" 4 .IX Item "Copyright 2007, 2008, 2009, 2011 gregor herrmann gregoa@debian.org" .IP "Copyright 2007, 2008 Damyan Ivanov dmn@debian.org" 4 .IX Item "Copyright 2007, 2008 Damyan Ivanov dmn@debian.org" .IP "Copyright 2007 David Paleino d.paleino@gmail.com" 4 .IX Item "Copyright 2007 David Paleino d.paleino@gmail.com" .PD .PP Released under the terms of the GNU GPL version 2