module documentation
Import a Debian source package into a Git repository
| Exception | |
Undocumented |
| Function | apply |
Apply .debian.tar.gz (V3 source format) |
| Function | apply |
apply the debian patch and tag appropriately |
| Function | apply |
Apply patch to a source tree |
| Function | build |
Undocumented |
| Function | check |
Check if the upstream tag is already merged, if not, return the additional parent to merge |
| Function | create |
Undocumented |
| Function | disable |
Disable pristine tar if enabled |
| Function | download |
Undocumented |
| Function | get |
Get author from debian/changelog |
| Function | get |
Undocumented |
| Function | get |
Based on the options fill in the committer |
| Function | import |
Undocumented |
| Function | import |
Undocumented |
| Function | is |
No summary |
| Function | main |
Undocumented |
| Function | move |
Move tag out of the way appending the current timestamp |
| Function | parse |
Undocumented |
| Function | parse |
Undocumented |
| Function | print |
Undocumented |
>>> is_download("http://foo.example.com/apackage.dsc") (True, 'http://foo.example.com/apackage.dsc') >>> is_download("apt:///apackage/sid") (True, 'apackage/sid') >>> is_download("apt://apackage/sid") (True, 'apackage/sid') >>> is_download("apt:apackage/sid") (True, 'apackage/sid') >>> is_download("apt_1.0_amd64.dsc") (False, 'apt_1.0_amd64.dsc') >>> is_download("file:///foo/apackage.dsc") (False, '/foo/apackage.dsc')