~ubuntu-branches/ubuntu/hardy/sbuild/hardy

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Roger Leigh
  • Date: 2006-10-21 21:23:16 UTC
  • mfrom: (2.1.6 edgy)
  • Revision ID: james.westby@ubuntu.com-20061021212316-nh89o5rnhyk1epnn
Tags: 0.52
* New upstream release.
* sbuild: Remove incorrect WannaBuild:: prefix from version_compare.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
sbuild for Debian
 
2
-----------------
 
3
 
 
4
setup
 
5
=====
 
6
 
 
7
  The full procedure for setting up a chroot and setting up a user is
 
8
  documented in sbuild-setup(7).  Existing users may need to review
 
9
  their sudo setup, due to changes in sudo (User setup, part 4).
1
10
 
2
11
chroots
3
12
=======
16
25
extras
17
26
======
18
27
 
19
 
  avg-build-times avg-build-space
20
 
  -------------------------------
 
28
  avg-build-times and avg-build-space
 
29
  -----------------------------------
21
30
  sbuild will keep databases of the time and space that builds
22
31
  require if a couple files exist:
23
32
 
40
49
  If you decide to use src-deps you are responsible for keeping them
41
50
  up to date, maybe with a cron job.
42
51
 
 
52
  On a modern Debian installation, src-deps are of limited use,
 
53
  because Build-Depends are now required.  As a result, src-deps are
 
54
  now optional, and in most cases may be completely ignored.
 
55
 
 
56
 
43
57
NOTE: sbuild must be run in the directory that has the
44
58
chroot-{stable,testing,unstable} symlink or it won't find
45
 
the chroot and will build in base.
46
 
 
47
 
 
48
 
 
49
 
 
50
 
 
51
 
# vim:et
 
59
the chroot and will build in base.  When using schroot,
 
60
a chroot with the same name (or alias) as the distribution
 
61
must be available.
 
62
 
 
63
 
 
64
 -- Roger Leigh <rleigh@debian.org>, Thu,  9 Mar 2006 21:23:10 +0000