class documentation

class DebianAdditionalTarball(DebianUpstreamSource):

View In Hierarchy

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 __init__(self, name, component, unpacked=None, sig=None):
def unpack(self, dest, filters):

Unpack the additional tarball into {dir} naming it component. Apply filters during unpack.

Parameters
destUndocumented
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.

dirthe main tarball dir
component =

Undocumented