From: Guido Günther Date: Thu, 22 Jan 2015 20:34:44 +0000 (+0100) Subject: pristinetar: fix docstring X-Git-Tag: debian/0.6.24~48 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab4a7fe357e40c16b357deb95dfac790d0ed95be;p=tools%2Fgit-buildpackage.git pristinetar: fix docstring Gbp-Dch: Ignore --- diff --git a/gbp/pkg/pristinetar.py b/gbp/pkg/pristinetar.py index 08c52d9e..fccef0a3 100644 --- a/gbp/pkg/pristinetar.py +++ b/gbp/pkg/pristinetar.py @@ -31,8 +31,7 @@ class PristineTar(Command): def has_commit(self, archive_regexp): """ - Do we have a pristine-tar commit for package I{package} at version - {version} with compression type I{comp_type}? + Do we have a pristine-tar commit for a package matching I{archive_regexp}. @param archive_regexp: archive name to look for (regexp wildcards allowed) @type archive_regexp: C{str} @@ -41,8 +40,7 @@ class PristineTar(Command): def get_commit(self, archive_regexp): """ - Get the pristine-tar commit of package I{package} in version I{version} - and compression type I{comp_type} + Get the pristine-tar commit of a package matching I{archive_regexp}. @param archive_regexp: archive name to look for (regexp wildcards allowed) @type archive_regexp: C{str}