Mercurial > treepkg
diff 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 |
line wrap: on
line diff
--- a/demo.cfg Fri Mar 09 12:28:59 2007 +0100 +++ b/demo.cfg Fri Mar 09 12:36:05 2007 +0100 @@ -49,8 +49,23 @@ # created. base_dir: %(treepkg_dir)s/kdepim +# 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 + # Required fields for a pkg_ section inherited from the DEFAULT section # in this example: root_cmd deb_email deb_fullname # An additional option, name, is inferred from the section name. Its # value is the part of the section name after the pkg_ prefix. + + +[pkg_i18n] +# Another packager. This one for the the localizations. This packager +# requires and additional parameter, orig_tarball. +svn_url: svn://anonsvn.kde.org/home/kde/branches/kdepim/enterprise/kde-l10n +base_dir: %(treepkg_dir)s/kde-i18n +orig_tarball: /home/builder/kde-i18n-de-3.5.5.tar.bz2 + +packager_class: enterprise.kdei18n