|
git_archive(repo,
cp,
output_dir,
tmpdir_base,
treeish,
comp_type,
comp_level,
with_submodules)
create a compressed orig tarball in output_dir using git_archive |
|
|
|
|
|
source_vfs(repo,
options,
tree)
Init source package info either from git or from working copy |
|
|
|
prepare_output_dir(dir)
Prepare the directory where the build result will be put |
|
|
|
|
|
get_upstream_tree(repo,
cp,
options)
Determine the upstream tree from the given options |
|
|
str
|
|
|
guess_comp_type(repo,
comp_type,
cp,
tarball_dir)
Guess compression type |
|
|
|
setup_pbuilder(options)
setup everything to use git-pbuilder |
|
|
|
disable_builder(options)
Disable builder (and postbuild hook) |
|
|
|
disable_hooks(options)
Disable all hooks (except for builder) |
|
|
|
changes_file_suffix(dpkg_args) |
|
|
|
build_parser(name,
prefix=None) |
|
|
|
|
|
|
str
|
write_tree(repo,
options)
Write a tree of the index or working copy if necessary |
|
|
|
export_source(repo,
tree,
source,
options,
dest_dir,
tarball_dir)
Export a version of the source tree when building in a separate
directory |
|
|
|
move_old_export(target)
move a build tree away if it exists |
|
|
|
extract_orig(orig_tarball,
dest_dir)
extract orig tarball to export dir before exporting from git |
|
|