|
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 |
|
|
|
check_tag(options,
repo,
source)
Perform specified consistency checks on git history |
|
|
|
get_pbuilder_dist(options,
repo,
native=False)
Determin the dist to build for with pbuilder/cowbuilder |
|
|
|
setup_pbuilder(options,
repo,
native)
Setup environment variables for git-pbuilder |
|
|
|
disable_hooks(options)
Disable all hooks (except for builder) |
|
|
|
changes_file_suffix(dpkg_args) |
|
|
|
md(a,
b)
Merge two dictionaires a and b |
|
|
|
build_parser(name,
prefix=None) |
|
|
|
|
|
|
|
git_archive(repo,
cp,
output_dir,
treeish,
comp_type,
comp_level,
with_submodules,
subtarball=None)
create a compressed orig tarball in output_dir using git_archive |
|
|
|
|
|
pristine_tar_commit(repo,
cp,
options,
output_dir,
orig_file,
upstream_tree) |
|
|
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 |
|
|