# HG changeset patch # User Bernhard Herzog # Date 1211570982 0 # Node ID a13850c3be853dfd510b4e627433bd5f03e491c8 # Parent d7b3dac63ad0ce31c811ac199402a62d372d4195 Update demo.cfg: add option for dependency handling, adapt packager_class names to the new hierarchy diff -r d7b3dac63ad0 -r a13850c3be85 demo.cfg --- a/demo.cfg Fri May 23 19:16:08 2008 +0000 +++ b/demo.cfg Fri May 23 19:29:42 2008 +0000 @@ -42,6 +42,17 @@ # 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