File: cvs-debrelease.1

package info (click to toggle)
devscripts 2.9.26etch5
  • links: PTS
  • area: main
  • in suites: etch
  • size: 1,752 kB
  • ctags: 323
  • sloc: perl: 8,642; sh: 3,590; makefile: 153; ansic: 17
file content (75 lines) | stat: -rw-r--r-- 2,716 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
.TH CVS-DEBC 1 "Debian Utilities" "DEBIAN" \" -*- nroff -*-
.SH NAME
cvs-debrelease \- upload a cvs-buildpackage/cvs-debuild generated package
.SH SYNOPSIS
\fBcvs-debrelease\fP [\fIcvs-debrelease options\fR] [\fB\-\-dopts\fR
[\fIdupload/dput options\fR]]
.SH DESCRIPTION
\fBcvs-debrelease\fR is run from the CVS working directory after
\fBcvs-buildpackage\fR or \fBcvs-debuild\fR.  It uses the
\fBcvs-buildpackage\fR system to locate the \fI.changes\fR file
generated in that run.  It then uploads the package using
\fBdebrelease\fR(1), which in turn calls either \fBdupload\fR or
\fBdput\fR.  Note that the \fB\-\-dopts\fR option must be specified to
distinguish the \fBcvs-debrelease\fR options from the \fBdupload\fR or
\fBdput\fR options.  Also, the \fBdevscripts\fR configuration files
will be read, as described in the \fBdebrelease\fR(1) manpage.
.PP
Note that unlike \fBcvs-buildpackage\fR, the only way to specify the
source package name is with the \fB\-P\fR option; you cannot simply
have it as the last command-line parameter.
.SH OPTIONS
All current \fBcvs-buildpackage\fR options are silently accepted;
however, only the ones listed below have any effect.  For more details
on all of them, see the \fBcvs-buildpackage\fR(1) manpage.  All
\fBdebrelease\fR options (as listed below) are also accepted.
.TP
\fB\-\-dupload\fR, \fB\-\-dput\fR
This specifies which uploader program to use; the default is
\fBdupload\fR.
.TP
\fB\-a\fIdebian-architecture\fR, \fB\-t\fIGNU-system-type\fR
See \fBdpkg-architecture\fR(1) for a description of these options.
They affect the search for the \fI.changes\fR file.  They are provided
to mimic the behaviour of \fBdpkg-buildpackage\fR when determining the
name of the \fI.changes\fR file.
.TP
.BR \-M<module>
The name of the CVS module.
.TP
.BR \-P<package>
The name of the package.
.TP
.B \-V<version>
The version number of the package.
.TP
.B \-T<tag>
The CVS tag to use for exporting sources.
.TP
.B \-R<root\ directory>
Root of the original sources archive.
.TP
.B \-W<work directory>
The full path name for the cvs-buildpackage working directory.
.TP
.B \-x<prefix>
This option provides the CVS default module prefix.
.TP
\fB\-\-no-conf\fR, \fB\-\-noconf\fR
Do not read any configuration files.  This can only be used as the
first option given on the command-line.
.TP
\fB\-\-help\fR, \fB\-\-version\fR
Show help message and version information respectively.
.SH "SEE ALSO"
.BR cvs-buildpackage (1),
.BR debrelease (1)
and
.BR cvs-debuild (1).
.SH AUTHOR
\fBcvs-buildpackage\fR was written by Manoj Srivastava, and the
current version of \fBdebrelease\fR was written by Julian Gilbey
<jdg@debian.org>.  They have been combined into this program by
Julian Gilbey.