Parts shared between the deb and rpm commands
| Class | ExitCodes | Undocumented |
| Function | maybe_debug_raise | Undocumented |
| Function | is_download | No summary |
| Function | get_component_tarballs | Figure out the paths to the component tarballs based on the main tarball. |
| Function | debug_exc | Undocumented |
>>> is_download(["http://foo.example.com"]) True >>> is_download([]) False >>> is_download(["foo-1.1.orig.tar.gz"]) False