Mercurial > treepkg
comparison demo.cfg @ 103:4224f0bf2168
fix typos
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 04 Mar 2008 14:09:49 +0000 |
parents | 73c67372c7f7 |
children | c0c93d242438 |
comparison
equal
deleted
inserted
replaced
102:e6cfe3b80956 | 103:4224f0bf2168 |
---|---|
12 # | 12 # |
13 # sudo pbuilder build <name-of-dsc-file> | 13 # sudo pbuilder build <name-of-dsc-file> |
14 # | 14 # |
15 # The value of this option is split into words with the python function | 15 # The value of this option is split into words with the python function |
16 # shlex.split. See the python documentation for the precise semantics. | 16 # shlex.split. See the python documentation for the precise semantics. |
17 # shlex.split works pretty much like a POSIX shell but it doesn't to any | 17 # shlex.split works pretty much like a POSIX shell but it doesn't |
18 # expansions. | 18 # perform any expansions. |
19 # | 19 # |
20 # Set an empty value to indicate that no special command is needed. | 20 # Set an empty value to indicate that no special command is needed. |
21 # | 21 # |
22 # You can override this in the pkg_ sections if you need package | 22 # You can override this in the pkg_ sections if you need package |
23 # specific values | 23 # specific values |
24 root_cmd: sudo | 24 root_cmd: sudo |
25 | 25 |
26 # The pbuilder config file to use. It should be an absolute filename. | 26 # The pbuilder config file to use. It should be an absolute filename. |
27 # The script initpbuilder.py can create it and the rest of the pbuilder | 27 # The script initpbuilder.py can create it and the rest of the pbuilder |
28 # files and directories. You can override this in the pkg_ sections for | 28 # files and directories. You can override this in the pkg_ sections for |
29 # individual packagers if necessaary. You will have to adapt pbuilder | 29 # individual packagers if necessary. You will have to adapt pbuilder |
30 # yourself, then, though. | 30 # yourself, then, though. |
31 pbuilderrc: %(treepkg_dir)s/pbuilder/pbuilderrc | 31 pbuilderrc: %(treepkg_dir)s/pbuilder/pbuilderrc |
32 | 32 |
33 | 33 |
34 # Email address and name to use as the packager in the debian packages. | 34 # Email address and name to use as the packager in the debian packages. |