Parts shared between the deb and rpm commands
| Module | buildpackage | Common functionality for Debian and RPM buildpackage scripts |
| Module | hook | Common code for runniing hooks |
| Module | import_orig | Common functionality for import-orig scripts |
| Module | pq | Common functionality for Debian and RPM patchqueue management |
| Module | repo_setup | Common repository setup functionality. |
From the __init__.py module:
| Class | ExitCodes | Undocumented |
| Function | debug_exc | Undocumented |
| Function | get_component_tarballs | Figure out the paths to the component tarballs based on the main tarball. |
| Function | is_download | No summary |
| Function | maybe_debug_raise | Undocumented |
>>> is_download(["http://foo.example.com"]) True >>> is_download([]) False >>> is_download(["foo-1.1.orig.tar.gz"]) False