~ubuntu-branches/ubuntu/karmic/sbuild/karmic-proposed

« back to all changes in this revision

Viewing changes to man/buildd-mail.1.in

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-05-09 16:06:44 UTC
  • mfrom: (8.1.6 upstream) (3.1.3 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090509160644-9k0fgp6c2ajcu54h
Tags: 0.58.2-1ubuntu1
* Merge from debian unstable, remaining changes:
  - bin/sbuild, lib/Sbuild/{Base,Conf,Options}.pm: add --setup-hook
    to allow pre-build modifications to underlying chroots (needed
    to adjust pockets and components in sources.list).  (debian bug
    500746).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" Copyright © 2009  Roger Leigh <rleigh@debian.org>
 
2
.\"
 
3
.\" This program is free software: you can redistribute it and/or modify
 
4
.\" it under the terms of the GNU General Public License as published by
 
5
.\" the Free Software Foundation, either version 2 of the License, or
 
6
.\" (at your option) any later version.
 
7
.\"
 
8
.\" This program is distributed in the hope that it will be useful, but
 
9
.\" WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
11
.\" General Public License for more details.
 
12
.\"
 
13
.\" You should have received a copy of the GNU General Public License
 
14
.\" along with this program.  If not, see
 
15
.\" <http://www.gnu.org/licenses/>.
 
16
.TH BUILDD\-MAIL 1 "@RELEASE_DATE@" "Version @VERSION@" "Debian sbuild"
 
17
.SH NAME
 
18
buildd\-mail \- mail answer processor for buildd
 
19
.SH SYNOPSIS
 
20
.B buildd\-mail
 
21
.br
 
22
.B buildd\-mail\-wrapper
 
23
.SH VERSION
 
24
This man page documents the packaged version of buildd\-mail.  This version
 
25
is maintained by the \fBbuildd-tools\fP project developers on Alioth
 
26
(\f[CR]https://alioth.debian.org/projects/buildd\-tools/\fP).
 
27
.PP
 
28
There is also a version maintained by Ryan Murray which is adapted to build
 
29
daemon needs, with similar functionality.  This version should be equally
 
30
capable of working in a buildd setup, but has a number of enhancements aimed at
 
31
making it suitable for use by end-users.
 
32
.SH DESCRIPTION
 
33
\fBbuildd\-mail\fR processes incoming mail for the buildd user.
 
34
.PP
 
35
\fBbuildd\-mail\-wrapper\fR was a setuid wrapper for buildd\-mail, which has
 
36
been removed and is no longer required.  It has been kept as a symbolic link to
 
37
buildd\-mail for compatibilty purposes, but is obsolete and will removed in a
 
38
future release.
 
39
.SH SETUP
 
40
The buildd user should have a file \fI~/.forward\fP with the following
 
41
contents:
 
42
.PP
 
43
\f[CR]|/usr/bin/buildd-mail-wrapper\fP
 
44
.br
 
45
.PP
 
46
This will ensure all incoming mail will be processed using buildd\-mail.
 
47
.SH FILES
 
48
.TP
 
49
.I /etc/buildd/buildd.conf
 
50
Configuration, maintained by the system administrator.  This may be used to
 
51
override the defaults.
 
52
.TP
 
53
.I ~/.builddrc
 
54
User-specific configuration.
 
55
.TP
 
56
.I ~/.forward
 
57
Mail forwarding configuration.
 
58
.SH AUTHORS
 
59
Roman Hodek <Roman.Hodek@informatik.uni\-erlangen.de>.
 
60
.PP
 
61
\fBsbuild\fR is based on debbuild, written by James Troup
 
62
<james@nocrew.org> and has been modified by
 
63
.nf
 
64
Ben Collins <bcollins@debian.org>,
 
65
Ryan Murray <rmurray@debian.org>,
 
66
Francesco Paolo Lovergine <frankie@debian.org>,
 
67
Michael Banck <mbanck@debian.org>, and
 
68
Roger Leigh <rleigh@debian.org>
 
69
.fi
 
70
.SH COPYRIGHT
 
71
.nf
 
72
Copyright \[co] 1998-2000 Roman Hodek <roman\@hodek.net>
 
73
Copyright \[co] 1998-1999 James Troup <troup\@debian.org>
 
74
Copyright \[co] 2003-2006 Ryan Murray <rmurray\@debian.org>
 
75
Copyright \[co] 2001-2003 Rick Younie <younie\@debian.org>
 
76
Copyright \[co] 2003-2004 Francesco Paolo Lovergine <frankie\@debian.org>
 
77
Copyright \[co] 2005      Michael Banck <mbanck\@debian.org>
 
78
Copyright \[co] 2005-2008 Roger Leigh <rleigh\@debian.org>
 
79
.fi
 
80
.SH "SEE ALSO"
 
81
.BR buildd (1).
 
82
.\"#
 
83
.\"# The following sets edit modes for GNU EMACS
 
84
.\"# Local Variables:
 
85
.\"# mode:nroff
 
86
.\"# fill-column:79
 
87
.\"# End: