README | 11 +++-- __init__.py | 33 ++++++++++------- builder.py | 12 ++++-- debian/changelog | 33 ++++++++++++++++- debian/control | 4 +- errors.py | 31 ++++++++++++++++ import_dsc.py | 96 +++++++++++++++++++++++++++++++++----------------- repack_tarball.py | 77 +++++++++++++++++++++------------------- revspec.py | 69 +++++++++++++++++++++++++++++++++++ tests/__init__.py | 1 tests/test_builder.py | 6 +++ tests/test_revspec.py | 49 +++++++++++++++++++++++++ util.py | 16 ++++++++ 13 files changed, 346 insertions(+), 92 deletions(-)