[Treepkg-commits] r224 - trunk

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Nov 20 21:22:34 CET 2009


Author: bh
Date: 2009-11-20 21:22:34 +0100 (Fri, 20 Nov 2009)
New Revision: 224

Modified:
   trunk/demo.cfg
Log:
Add a paragraph about the new option deb_build_options to demo.cfg.


Modified: trunk/demo.cfg
===================================================================
--- trunk/demo.cfg	2009-11-20 20:19:51 UTC (rev 223)
+++ trunk/demo.cfg	2009-11-20 20:22:34 UTC (rev 224)
@@ -40,6 +40,22 @@
 deb_email: packager at example.com
 deb_fullname: Sample Packager
 
+# specify debian build options.  The value specified here will be passed
+# through to the build process in the environment variable
+# DEB_BUILD_OPTIONS.  You can override the value in the pkg_ sections.
+#
+# For example, you can use the following setting to indicate to the
+# build process that make should use two processes in parallel when
+# building the software:
+#
+#  deb_build_options: parallel=2
+#
+# Note: When using pbuilder via sudo (see root_cmd option) make sure
+# that sudo does not strip DEB_BUILD_OPTIONS and DEB_BUILD_PARALLEL from
+# the environment (the latter variable is needed for packages that use
+# cdbs, it's automatically set by the tree packager).
+#deb_build_options:
+
 # Template for the package revision.  The template should include the
 # specifier "%(pkg_revision)d" which will be replaced by the revision
 # number of the package (usually 1).  Note, that since the format used



More information about the Treepkg-commits mailing list