package documentation

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 __init__.py:

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
def maybe_debug_raise():

Undocumented

def is_download(args):
>>> is_download(["http://foo.example.com"])
True
>>> is_download([])
False
>>> is_download(["foo-1.1.orig.tar.gz"])
False
def get_component_tarballs(name, version, tarball, components):

Figure out the paths to the component tarballs based on the main tarball.

def debug_exc(options):

Undocumented