class documentation
class DebianAdditionalTarball(DebianUpstreamSource):
Upstream source class for additional tarballs
Method | __init__ |
Undocumented |
Method | unpack |
Unpack the additional tarball into {dir} naming it component. Apply filters during unpack. |
Instance Variable | component |
Undocumented |
def unpack(self, dest, filters):
Unpack the additional tarball into {dir} naming it component. Apply filters during unpack.
Parameters | |
dest | Undocumented |
filters | filters to apply We can't simply use unpack since we need to remove any preexisting dirs and name the target directory after the component name. |
dir | the main tarball dir |