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

« back to all changes in this revision

Viewing changes to debian/sbuild.README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh, Roger Leigh
  • Date: 2009-06-15 20:30:34 UTC
  • mfrom: (8.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20090615203034-2fxsibt5kso0adn3
Tags: 0.58.5-1
[ Roger Leigh ]
* New release.
* Install README.Debian in sbuild package (rename to
  debian/sbuild.README.Debian, Closes: #533029).
* debian/sbuild.install: Don't install Perl modules, which should
  only be included in libsbuild-perl (Closes: #533143).
* debian/control:
  - libsbuild-perl: Replace sbuild <= 0.58.4 (due to also providing
    perl modules)
  - sbuild: Depend on the same version of libsbuild-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sbuild for Debian
 
2
-----------------
 
3
 
 
4
Initial Setup
 
5
=============
 
6
 
 
7
The full procedure for setting up a chroot and setting up users is
 
8
documented in sbuild-setup(7).  Existing users may need to review
 
9
their setup, due to the removal of sudo support. (User setup, part 4).
 
10
New users should use sbuild-createchroot(8) to set up a chroot, and
 
11
sbuild-adduser(8) to add users.
 
12
 
 
13
 
 
14
Chroots
 
15
=======
 
16
 
 
17
If you don't have an existing chroot, sbuild-createchroot(8) describes
 
18
how to set one up.
 
19
 
 
20
 
 
21
Helper scripts
 
22
==============
 
23
 
 
24
See sbuild-abort(1), sbuild-apt(1), sbuild-checkpackages(1),
 
25
sbuild-hold(1), sbuild-stats(1), sbuild-update(1), and
 
26
sbuild-upgrade(1).  These scripts were previously found in
 
27
/usr/share/sbuild, which now contains symbolic links to the new
 
28
scripts in /usr/bin.  The symbolic links will be removed following the
 
29
release of Lenny.
 
30
 
 
31
 
 
32
Extras
 
33
======
 
34
 
 
35
sbuild-stats
 
36
------------
 
37
sbuild will keep databases of the time and space that builds
 
38
require if a couple files exist:
 
39
 
 
40
  touch /var/lib/sbuild/avg-build-{times,space}
 
41
  chmod 664 /var/lib/sbuild/avg-build-{times,space}
 
42
  chgrp sbuild /var/lib/sbuild/avg-build-{times,space}
 
43
 
 
44
These have limited usefulness outside buildd context.  See
 
45
the sbuild-stats(1) man page for more info.
 
46
 
 
47
 
 
48
 
 
49
An schroot chroot with the same name (or alias) as the distribution
 
50
must be available.  For example, to build in an unstable chroot, the
 
51
chroot must be named "sbuild-unstable" or "unstable" (in order of
 
52
preference).
 
53
 
 
54
 
 
55
 -- Roger Leigh <rleigh@debian.org>, Sat, 16 Aug 2008 16:05:55 +0100