[Treepkg-commits] r58 - trunk
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Fri May 23 21:29:42 CEST 2008
Author: bh
Date: 2008-05-23 21:29:42 +0200 (Fri, 23 May 2008)
New Revision: 58
Modified:
trunk/demo.cfg
Log:
Update demo.cfg: add option for dependency handling, adapt
packager_class names to the new hierarchy
Modified: trunk/demo.cfg
===================================================================
--- trunk/demo.cfg 2008-05-23 19:16:08 UTC (rev 57)
+++ trunk/demo.cfg 2008-05-23 19:29:42 UTC (rev 58)
@@ -42,7 +42,18 @@
# package might be named foo_1.0-Q1_all.deb
debrevision_prefix: treepkg
+# Whether to handle dependencies between packager. This is useful if
+# the tree packager is to build a library and program using the library
+# each with their own debian source packages and repositories. With
+# dependency handling the library will always be updated before the
+# program and the binary packages of the library will be made available
+# to the pbuilder instance, so that the program will be built against
+# them.
+# You can override this in the pkg_ sections if you need package
+# specific values
+handle_dependencies: False
+
[treepkg]
# Section for general tree packager configuration
@@ -68,7 +79,7 @@
# The packager class defines how the packaging works. The
# enterprise.kdepim class knows how to package the enterprise branch of
# KDE-PIM.
-packager_class: enterprise.kdepim
+packager_class: recipes.kde_enterprise_3_5.kdepim
# Required fields for a pkg_ section inherited from the DEFAULT section
# in this example: root_cmd deb_email deb_fullname
@@ -84,4 +95,4 @@
base_dir: %(treepkg_dir)s/kde-i18n
orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2
-packager_class: enterprise.kdei18n
+packager_class: recipes.kde_enterprise_3_5.kde_i18n
More information about the Treepkg-commits
mailing list