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

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • 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
1
sbuild for Debian
2
2
-----------------
3
3
 
4
 
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
 
 
11
 
 
12
 
chroots
 
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
13
15
=======
14
16
 
15
 
  If you don't have an existing chroot, sbuild-createchroot(8)
16
 
  describes how to set one up.
17
 
 
18
 
 
19
 
helper scripts
 
17
If you don't have an existing chroot, sbuild-createchroot(8) describes
 
18
how to set one up.
 
19
 
 
20
 
 
21
Helper scripts
20
22
==============
21
23
 
22
24
See sbuild-abort(1), sbuild-apt(1), sbuild-checkpackages(1),
27
29
release of Lenny.
28
30
 
29
31
 
30
 
extras
 
32
Extras
31
33
======
32
34
 
33
 
  sbuild-stats
34
 
  ------------
35
 
  sbuild will keep databases of the time and space that builds
36
 
  require if a couple files exist:
37
 
 
38
 
    touch /var/lib/sbuild/avg-build-{times,space}
39
 
    chmod 664 /var/lib/sbuild/avg-build-{times,space}
40
 
    chgrp sbuild /var/lib/sbuild/avg-build-{times,space}
41
 
 
42
 
  These have limited usefulness outside buildd context.  See
43
 
  the sbuild-stats(1) man page for more info.
44
 
 
45
 
  src-deps
46
 
  --------
47
 
  Manual source dependencies are obsolete and support has been
48
 
  removed in Lenny.  All packages must now
49
 
  provide Source-Depends[-Indep] in their debian/control file.
 
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
 
50
47
 
51
48
 
52
49
An schroot chroot with the same name (or alias) as the distribution
55
52
preference).
56
53
 
57
54
 
58
 
 -- Roger Leigh <rleigh@debian.org>, Sun, 20 Apr 2008 11:46:20 +0100
 
55
 -- Roger Leigh <rleigh@debian.org>, Sat, 16 Aug 2008 16:05:55 +0100