From d681e932b63a21aeaa7d07f4bfb533b583e4c1ae Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Sun, 3 Jul 2016 19:41:26 +0200 Subject: Use 'component' and 'additional tarball' since this is what dpkg-source(1) uses. Git-Dch: Ignore --- gbp/deb/pristinetar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gbp/deb/pristinetar.py') diff --git a/gbp/deb/pristinetar.py b/gbp/deb/pristinetar.py index 09e4d4e..ab7fbd6 100644 --- a/gbp/deb/pristinetar.py +++ b/gbp/deb/pristinetar.py @@ -43,7 +43,7 @@ class DebianPristineTar(PristineTar): return super(DebianPristineTar, self).has_commit(name_regexp) - def checkout(self, package, version, comp_type, output_dir, subtarball=None): + def checkout(self, package, version, comp_type, output_dir, component=None): """ Checkout the orig tarball for package I{package} of I{version} and compression type I{comp_type} to I{output_dir} @@ -61,6 +61,6 @@ class DebianPristineTar(PristineTar): version, comp_type, output_dir, - subtarball=subtarball) + component=component) super(DebianPristineTar, self).checkout(name) -- cgit v1.2.3