Mercurial > treepkg
comparison demo.cfg @ 6:38330d45047f
Adapt demo.cfg to the new packager classes
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Fri, 09 Mar 2007 12:36:05 +0100 |
parents | 7e9db903ba16 |
children | 2802be410156 |
comparison
equal
deleted
inserted
replaced
5:5ea8e9b67395 | 6:38330d45047f |
---|---|
47 | 47 |
48 # The directory under which the packager directory structure will be | 48 # The directory under which the packager directory structure will be |
49 # created. | 49 # created. |
50 base_dir: %(treepkg_dir)s/kdepim | 50 base_dir: %(treepkg_dir)s/kdepim |
51 | 51 |
52 # The packager class defines how the packaging works. The | |
53 # enterprise.kdepim class knows how to package the enterprise branch of | |
54 # KDE-PIM. | |
55 packager_class: enterprise.kdepim | |
56 | |
52 # Required fields for a pkg_ section inherited from the DEFAULT section | 57 # Required fields for a pkg_ section inherited from the DEFAULT section |
53 # in this example: root_cmd deb_email deb_fullname | 58 # in this example: root_cmd deb_email deb_fullname |
54 | 59 |
55 # An additional option, name, is inferred from the section name. Its | 60 # An additional option, name, is inferred from the section name. Its |
56 # value is the part of the section name after the pkg_ prefix. | 61 # value is the part of the section name after the pkg_ prefix. |
62 | |
63 | |
64 [pkg_i18n] | |
65 # Another packager. This one for the the localizations. This packager | |
66 # requires and additional parameter, orig_tarball. | |
67 svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n | |
68 base_dir: %(treepkg_dir)s/kde-i18n | |
69 orig_tarball: /home/builder/kde-i18n-de-3.5.5.tar.bz2 | |
70 | |
71 packager_class: enterprise.kdei18n |