comparison demo.cfg @ 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 84a1716827f8
children 12e4efd5cc74
comparison
equal deleted inserted replaced
132:d7b3dac63ad0 133:a13850c3be85
40 # A prefix used in the package revision number of the generated debian 40 # A prefix used in the package revision number of the generated debian
41 # package. E. g. with a prefix "treepkg", the default, a generated 41 # package. E. g. with a prefix "treepkg", the default, a generated
42 # package might be named foo_1.0-Q1_all.deb 42 # package might be named foo_1.0-Q1_all.deb
43 debrevision_prefix: treepkg 43 debrevision_prefix: treepkg
44 44
45 # Whether to handle dependencies between packager. This is useful if
46 # the tree packager is to build a library and program using the library
47 # each with their own debian source packages and repositories. With
48 # dependency handling the library will always be updated before the
49 # program and the binary packages of the library will be made available
50 # to the pbuilder instance, so that the program will be built against
51 # them.
52 # You can override this in the pkg_ sections if you need package
53 # specific values
54 handle_dependencies: False
55
45 56
46 [treepkg] 57 [treepkg]
47 # Section for general tree packager configuration 58 # Section for general tree packager configuration
48 59
49 # Interval in seconds between checks for updates 60 # Interval in seconds between checks for updates
66 base_dir: %(treepkg_dir)s/kdepim 77 base_dir: %(treepkg_dir)s/kdepim
67 78
68 # The packager class defines how the packaging works. The 79 # The packager class defines how the packaging works. The
69 # enterprise.kdepim class knows how to package the enterprise branch of 80 # enterprise.kdepim class knows how to package the enterprise branch of
70 # KDE-PIM. 81 # KDE-PIM.
71 packager_class: enterprise.kdepim 82 packager_class: recipes.kde_enterprise_3_5.kdepim
72 83
73 # Required fields for a pkg_ section inherited from the DEFAULT section 84 # Required fields for a pkg_ section inherited from the DEFAULT section
74 # in this example: root_cmd deb_email deb_fullname 85 # in this example: root_cmd deb_email deb_fullname
75 86
76 # An additional option, name, is inferred from the section name. Its 87 # An additional option, name, is inferred from the section name. Its
82 # requires an additional parameter, orig_tarball. 93 # requires an additional parameter, orig_tarball.
83 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n 94 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n
84 base_dir: %(treepkg_dir)s/kde-i18n 95 base_dir: %(treepkg_dir)s/kde-i18n
85 orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2 96 orig_tarball: %(base_dir)s/kde-i18n-de-3.5.5.tar.bz2
86 97
87 packager_class: enterprise.kdei18n 98 packager_class: recipes.kde_enterprise_3_5.kde_i18n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)