Mercurial > treepkg
comparison demo.cfg @ 295:dcdf23dece2d
Correct the update of the sample configuration
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 06 Oct 2009 13:34:49 +0000 |
parents | aed96809160c |
children | e9d5b44f8f52 |
comparison
equal
deleted
inserted
replaced
294:aed96809160c | 295:dcdf23dece2d |
---|---|
45 # number of the package (usually 1). Note, that since the format used | 45 # number of the package (usually 1). Note, that since the format used |
46 # by the config file also uses %-based interpolation the %-character has | 46 # by the config file also uses %-based interpolation the %-character has |
47 # to be doubled. | 47 # to be doubled. |
48 # E. g. with a prefix "treepkg%(pkg_revision)d", the default, a | 48 # E. g. with a prefix "treepkg%(pkg_revision)d", the default, a |
49 # generated package might be named foo_1.0-treepkg1_all.deb | 49 # generated package might be named foo_1.0-treepkg1_all.deb |
50 debrevision_prefix: treepkg%%(pkg_revision)d | 50 pkg_revision_template: treepkg%%(pkg_revision)d |
51 | 51 |
52 # Whether to handle dependencies between packagers. This is useful if | 52 # Whether to handle dependencies between packagers. This is useful if |
53 # the tree packager is to build a library and a program using the | 53 # the tree packager is to build a library and a program using the |
54 # library, each with their own debian source packages and repositories. | 54 # library, each with their own debian source packages and repositories. |
55 # With dependency handling the library will always be updated before the | 55 # With dependency handling the library will always be updated before the |