# HG changeset patch # User Bernhard Herzog # Date 1254835112 0 # Node ID aed96809160ca57bbce93bb7029d466c8cfccbd4 # Parent faeeac2c4c71d33c74a422df10b91ea5dd28add7 Update the sample configuration diff -r faeeac2c4c71 -r aed96809160c demo.cfg --- a/demo.cfg Tue Oct 06 13:13:04 2009 +0000 +++ b/demo.cfg Tue Oct 06 13:18:32 2009 +0000 @@ -40,10 +40,14 @@ deb_email: packager@example.com deb_fullname: Sample Packager -# A prefix used in the package revision number of the generated debian -# package. E. g. with a prefix "treepkg", the default, a generated -# package might be named foo_1.0-treepkg1_all.deb -debrevision_prefix: treepkg +# Template for the package revision. The template should include the +# specifier "%(pkg_revision)d" which will be replaced by the revision +# number of the package (usually 1). Note, that since the format used +# by the config file also uses %-based interpolation the %-character has +# to be doubled. +# E. g. with a prefix "treepkg%(pkg_revision)d", the default, a +# generated package might be named foo_1.0-treepkg1_all.deb +debrevision_prefix: treepkg%%(pkg_revision)d # Whether to handle dependencies between packagers. This is useful if # the tree packager is to build a library and a program using the