Mercurial > treepkg
comparison demo.cfg @ 294:aed96809160c
Update the sample configuration
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 06 Oct 2009 13:18:32 +0000 |
parents | 7b00edc5bf66 |
children | dcdf23dece2d |
comparison
equal
deleted
inserted
replaced
293:faeeac2c4c71 | 294:aed96809160c |
---|---|
38 # You can override this in the pkg_ sections if you need package | 38 # You can override this in the pkg_ sections if you need package |
39 # specific values | 39 # specific values |
40 deb_email: packager@example.com | 40 deb_email: packager@example.com |
41 deb_fullname: Sample Packager | 41 deb_fullname: Sample Packager |
42 | 42 |
43 # A prefix used in the package revision number of the generated debian | 43 # Template for the package revision. The template should include the |
44 # package. E. g. with a prefix "treepkg", the default, a generated | 44 # specifier "%(pkg_revision)d" which will be replaced by the revision |
45 # package might be named foo_1.0-treepkg1_all.deb | 45 # number of the package (usually 1). Note, that since the format used |
46 debrevision_prefix: treepkg | 46 # by the config file also uses %-based interpolation the %-character has |
47 # to be doubled. | |
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 | |
50 debrevision_prefix: treepkg%%(pkg_revision)d | |
47 | 51 |
48 # Whether to handle dependencies between packagers. This is useful if | 52 # Whether to handle dependencies between packagers. This is useful if |
49 # 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 |
50 # library, each with their own debian source packages and repositories. | 54 # library, each with their own debian source packages and repositories. |
51 # With dependency handling the library will always be updated before the | 55 # With dependency handling the library will always be updated before the |