.\" -*- 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-dch-note 1" .TH dpt-dch-note 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\-dch\-note \- add notes/TODO items to debian/changelog .SH SYNOPSIS .IX Header "SYNOPSIS" \&\fBdpt dch-note\fR [\fIoption\fR...] [\fItext\fR] .PP \&\fBdpt dch-note\fR \-\-unreleased 'TODO: fill debian/copyright' .PP \&\fBdpt dch-note\fR \-\-waits\-for libtemplate-perl 1.03 needed for tests .SH DESCRIPTION .IX Header "DESCRIPTION" \&\fBdpt dch-note\fR is a helper program for adding notes to \fIdebian/changelog\fR file. These can be useful for keeping track of TODO items or signaling PET to ignore new upstream releases. .SH OPTIONS .IX Header "OPTIONS" .IP \fB\-\-ignore\fR 4 .IX Item "--ignore" .PD 0 .IP \fB\-\-ignore\-version\fR 4 .IX Item "--ignore-version" .PD Add an "IGNORE-VERSION: \fIversion\fR" comment. This is useful for instructing PET that this upstream release contains no changes that warrant an upload, for example changes in META files or fixes concerning only non-UNIX platforms. .IP "\fB\-\-waits\fR \fIpackage\fR \fIversion\fR" 4 .IX Item "--waits package version" .PD 0 .IP "\fB\-\-waits\-for\fR \fIpackage\fR \fIversion\fR" 4 .IX Item "--waits-for package version" .PD Add a "WAITS-FOR: \fIpackage\fR \fIversion\fR" comment. This is useful to indicate that uploading of this package needs another package to be uploaded first. This also instructs PET not to show this package as ready for uploading until the required package version is available in the archive. .IP \fB\-\-unreleased\fR 4 .IX Item "--unreleased" Change distribution in \fIdebian/changelog\fR to \f(CW\*(C`unreleased\*(C'\fR. This is done to indicate that the package needs more work and is not ready for reviewing/uploading. .SH "COPYRIGHT & LICENSE" .IX Header "COPYRIGHT & LICENSE" Copyright: 2009, Ryan Niebur ryan@debian.org .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.