[git-buildpackage] [PATCH] deb.git: fix duplicate "tarball" in docstring

Ken Dreyer kdreyer at redhat.com
Tue May 22 01:42:24 CEST 2018


Fix the dostring for create_pristine_tar_commits()
---
 gbp/deb/git.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index 36adcf2b..38ad74c2 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -289,7 +289,7 @@ class DebianGitRepository(PkgGitRepository):
 
     def create_pristine_tar_commits(self, upstream_tree, tarball, component_tarballs):
         """
-        Create pristine-tar commits for a package with main tarball tarball
+        Create pristine-tar commits for a package with main tarball
         and (optional) component tarballs based on upstream_tree
 
         @param tarball: path to main tarball
-- 
2.14.3



More information about the git-buildpackage mailing list