changeset 133:a13850c3be85

Update demo.cfg: add option for dependency handling, adapt packager_class names to the new hierarchy
author Bernhard Herzog <bh@intevation.de>
date Fri, 23 May 2008 19:29:42 +0000
parents d7b3dac63ad0
children 605f6784aae7
files demo.cfg
diffstat 1 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)