Common functionality for import-orig scripts
| Function | orig_needs_repack | Determine if the upstream sources needs to be repacked |
| Function | cleanup_tmp_tree | remove a tree of temporary files |
| Function | is_link_target | does symlink link already point to target? |
| Function | ask_package_name | Ask the user for the source package name. @param default: The default package name to suggest to the user. |
| Function | ask_package_version | Ask the user for the upstream package version. @param default: The default package version to suggest to the user. |
| Function | repacked_tarball_name | Undocumented |
| Function | repack_upstream | Repack the upstream source tree |
| Function | download_orig | No summary |
Determine if the upstream sources needs to be repacked
We repack if
Ask the user for the source package name.
| Parameters | default | The default package name to suggest to the user. |