Mercurial > treepkg
comparison demo.cfg @ 298:e9d5b44f8f52
Add a paragraph about the new option deb_build_options to demo.cfg.
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 20 Nov 2009 20:22:34 +0000 |
parents | dcdf23dece2d |
children | f06f707d9fda |
comparison
equal
deleted
inserted
replaced
297:4dd6ec3a1151 | 298:e9d5b44f8f52 |
---|---|
37 # Email address and name to use as the packager in the debian packages. | 37 # Email address and name to use as the packager in the debian packages. |
38 # You can override this in the pkg_ sections if you need package | 38 # You can override this in the pkg_ sections if you need package |
39 # specific values | 39 # specific values |
40 deb_email: packager@example.com | 40 deb_email: packager@example.com |
41 deb_fullname: Sample Packager | 41 deb_fullname: Sample Packager |
42 | |
43 # specify debian build options. The value specified here will be passed | |
44 # through to the build process in the environment variable | |
45 # DEB_BUILD_OPTIONS. You can override the value in the pkg_ sections. | |
46 # | |
47 # For example, you can use the following setting to indicate to the | |
48 # build process that make should use two processes in parallel when | |
49 # building the software: | |
50 # | |
51 # deb_build_options: parallel=2 | |
52 # | |
53 # Note: When using pbuilder via sudo (see root_cmd option) make sure | |
54 # that sudo does not strip DEB_BUILD_OPTIONS and DEB_BUILD_PARALLEL from | |
55 # the environment (the latter variable is needed for packages that use | |
56 # cdbs, it's automatically set by the tree packager). | |
57 #deb_build_options: | |
42 | 58 |
43 # Template for the package revision. The template should include the | 59 # Template for the package revision. The template should include the |
44 # specifier "%(pkg_revision)d" which will be replaced by the revision | 60 # specifier "%(pkg_revision)d" which will be replaced by the revision |
45 # number of the package (usually 1). Note, that since the format used | 61 # number of the package (usually 1). Note, that since the format used |
46 # by the config file also uses %-based interpolation the %-character has | 62 # by the config file also uses %-based interpolation the %-character has |