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

« back to all changes in this revision

Viewing changes to etc/example.sbuildrc

  • 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:
10
10
##
11
11
 
12
12
# Name to use as override in .changes files for the Maintainer: field
13
 
# (mandatory, no default!).
 
13
# Defaults to the DEBEMAIL environment variable, if set, or else the
 
14
# Maintainer: field will not be overridden unless set here.
14
15
#$maintainer_name='Francesco Paolo Lovergine <frankie@debian.org>';
15
16
 
16
17
# Name to use as override in .changes file for the Changed-By: field.
22
23
 
23
24
# PGP-related option to pass to dpkg-buildpackage. Usually neither .dsc
24
25
# nor .changes files shall be signed automatically.
25
 
#$pgp_options = "-us -uc";
 
26
#$pgp_options = ['-us', '-uc'];
26
27
 
27
28
# By default, the -s option only includes the .orig.tar.gz when needed
28
29
# (i.e. when the Debian revision is 0 or 1).  By setting this option
45
46
## SBUILD BEHAVIOUR
46
47
##
47
48
 
 
49
# Default distribution
 
50
#$distribution = 'unstable';
 
51
 
 
52
# Default chroot (defaults to distribution[-arch][-sbuild])
 
53
#$chroot = 'unstable-powerpc-sbuild';
 
54
 
48
55
# When to purge the build directory afterwards; possible values are "never",
49
56
# "successful", and "always"
50
57
#$purge_build_directory="successful";