8e07fc1099
This is intended to apply on top of the previous 5602 patch. Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
13 lines
370 B
Text
13 lines
370 B
Text
In order to build .deb packages, following debian packages need to be present
|
|
(installed):
|
|
devscripts
|
|
pbuilder
|
|
dh-make
|
|
fakeroot
|
|
|
|
As root (or sudo) execute:
|
|
pbuilder create
|
|
|
|
Executing build-git-snapshot without any arguments will leave package and the
|
|
rest in some pbuilder dir, eg. /var/cache/pbuilder/result It is highly
|
|
recommended that --buildresult option is used.
|