|
download_source(pkg,
dirs,
unauth) |
|
|
|
apply_patch(diff)
Apply patch to a source tree |
|
|
|
apply_deb_tgz(deb_tgz)
Apply .debian.tar.gz (V3 source format) |
|
|
|
get_author_from_changelog(dir)
Get author from debian/changelog |
|
|
|
get_committer_from_author(author,
options)
Based on the options fill in the committer |
|
|
|
check_parents(repo,
branch,
tag)
Check if the upstream tag is already merged, if not, return the
additional parent to merge |
|
|
|
apply_debian_patch(repo,
unpack_dir,
src,
options,
tag,
is_empty)
apply the debian patch and tag appropriately |
|
|
|
|
|
move_tag_stamp(repo,
format,
version)
Move tag out of the way appending the current timestamp |
|
|
|
disable_pristine_tar(options,
reason)
Disable pristine tar if enabled |
|
|
|
|
|
|
|
|
|
|
|
get_changes(dir,
repo,
is_empty,
debian_branch) |
|
|
|
|