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

« back to all changes in this revision

Viewing changes to man/sbuild-update.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>
 
1
.\" Copyright © 2005-2009  Roger Leigh <rleigh@debian.org>
2
2
.\"
3
3
.\" This program is free software: you can redistribute it and/or modify
4
4
.\" it under the terms of the GNU General Public License as published by
15
15
.\" <http://www.gnu.org/licenses/>.
16
16
.TH SBUILD\-UPDATE 1 "@RELEASE_DATE@" "Version @VERSION@" "Debian sbuild"
17
17
.SH NAME
18
 
sbuild\-update \- run apt-get update in an sbuild chroot
 
18
sbuild\-update \- update and upgrade an sbuild chroot with apt-get
19
19
.SH SYNOPSIS
20
20
.BR sbuild\-update
21
21
.RB [ \-h \[or] \-\-help " \[or] " \-V \[or] \-\-version ]
22
22
.BR CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
 
23
.BR sbuild\-upgrade
 
24
.RB [ \-h \[or] \-\-help " \[or] " \-V \[or] \-\-version ]
 
25
.BR CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
 
26
.BR sbuild\-distupdate
 
27
.RB [ \-h \[or] \-\-help " \[or] " \-V \[or] \-\-version ]
 
28
.BR CHROOT1 " [" CHROOT2 " [" CHROOT\f[BI]n\fP... ]]
23
29
.SH DESCRIPTION
24
 
\fBsbuild\-update\fR runs \f[CB]apt\-get update\fP
25
 
inside the specified chroot.
 
30
\fBsbuild\-update\fR runs \f[CB]apt\-get update\fP inside the specified chroot.
 
31
\fBsbuild\-upgrade\fR and \fBsbuild\-distupgrade\fR run \f[CB]apt\-get
 
32
upgrade\fP and \f[CB]apt\-get dist-upgrade\fP, respectively.
26
33
.SH OPTIONS
27
34
.SS Actions
28
35
.TP
49
56
.fi
50
57
.SH COPYRIGHT
51
58
.nf
52
 
Copyright \[co] 2006\[en]2008 Roger Leigh <rleigh@debian.org>.
 
59
Copyright \[co] 2006\[en]2009 Roger Leigh <rleigh@debian.org>.
53
60
.fi
54
61
.SH "SEE ALSO"
55
62
.BR sbuild (1),