# HG changeset patch # User Bernhard Herzog # Date 1173440165 -3600 # Node ID 38330d45047ff93e982b8e87ce1f322863e4b878 # Parent 5ea8e9b673959a6e8d880b41b1d4b77780738afd Adapt demo.cfg to the new packager classes diff -r 5ea8e9b67395 -r 38330d45047f demo.cfg --- 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