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

« back to all changes in this revision

Viewing changes to man/sbuild-upgrade.1.in

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh, Roger Leigh
  • Date: 2009-05-17 15:52:53 UTC
  • mfrom: (8.1.7 upstream) (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090517155253-fbxadfsyaf940ete
Tags: 0.58.3-1
[ Roger Leigh ]
* New release.
* debian/control:
  - Update to Standards Version 3.8.1.
  - Add buildd package.
  - Add libsbuild-perl package.
  - All packages depend upon libsbuild-perl.
* Add support for appending a tag to version numbers (Closes: #475777).
  Thanks to Timothy G Abbott for this patch.
* When using the --help or --version options, don't abort if not
  in the sbuild group (Closes: #523670).  Group membership is now
  only performed after options parsing, and only if required.
* Allow config files to use $HOME (Closes: #524564).  Thanks to
  James Vega for this patch.
* Restore buildd package.
* Split common library functions into new libsbuild-perl package.
* debian/sbuild.(preinst|postinst|postrm):
  - Remove special cases for versions older than oldstable.  Update
    addition and removal of sbuild group to use return value of getent
    rather than parsing getent output.
  - Use addgroup/delgroup in place of adduser/deluser.
  - Use --system when adding and deleting group, to ensure creation
    of a system group.  Migrate existing non-system group and group
    members if the system group is not present.
  - Handle removal of 50sbuild setup script.
* debian/buildd.(preinst|postinst|postrm): Add maintainer scripts for
  buildd package.  Move configuration file from /etc/buildd.conf to
  /etc/buildd/buildd.conf if present.  Also create buildd user and
  group for running the buildd daemon.
* Sbuild::Conf: Don't default MAINTAINER_NAME to $DEBEMAIL if unset
  in the configuration file (Closes: #520158).
* /etc/schroot/setup.d/50sbuild: Remove.  The setup tasks performed by
  this script are now handled internally by sbuild.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.\" Copyright © 2005-2008  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 SBUILD\-UPGRADE 1 "@RELEASE_DATE@" "Version @VERSION@" "Debian sbuild"
17
 
.SH NAME
18
 
sbuild\-upgrade \- run apt-get upgrade in an sbuild chroot
19
 
.SH SYNOPSIS
20
 
.BR sbuild\-upgrade
21
 
.RB [ \-h \[or] \-\-help " \[or] " \-V \[or] \-\-version ]
22
 
.BR CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
23
 
.SH DESCRIPTION
24
 
\fBsbuild\-upgrade\fR runs \f[CB]apt\-get upgrade\fP
25
 
inside the specified chroot.
26
 
.SH OPTIONS
27
 
.SS Actions
28
 
.TP
29
 
.BR \-h ", " \-\-help
30
 
Display this manual.
31
 
.TP
32
 
.BR \-V ", " \-\-version
33
 
Print version information.
34
 
.SS Chroot selection
35
 
.TP
36
 
.B CHROOT
37
 
The chroot to use.  Note that \[oq]o\[cq], \[oq]s\[cq],
38
 
\[oq]t\[cq], \[oq]u\[cq] and \[oq]e\[cq] may be used as abbreviations for
39
 
\[oq]oldstable\[cq], \[oq]stable\[cq], \[oq]testing\[cq], \[oq]unstable\[cq]
40
 
and \[oq]experimental\[cq], respectively.
41
 
.SH EXAMPLES
42
 
To upgrade the \fIunstable\fP chroot:
43
 
.PP
44
 
\f[CR]% \f[CB]sbuild\-upgrade unstable\fP\fP
45
 
.br
46
 
.SH AUTHORS
47
 
.nf
48
 
Roger Leigh.
49
 
.fi
50
 
.SH COPYRIGHT
51
 
.nf
52
 
Copyright \[co] 2006\[en]2008 Roger Leigh <rleigh@debian.org>.
53
 
.fi
54
 
.SH "SEE ALSO"
55
 
.BR sbuild (1),
56
 
.BR sbuild\-apt (1),
57
 
.BR sbuild\-update (1).
58
 
.\"#
59
 
.\"# The following sets edit modes for GNU EMACS
60
 
.\"# Local Variables:
61
 
.\"# mode:nroff
62
 
.\"# fill-column:79
63
 
.\"# End: