aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb/git.py
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-08-23 19:26:20 +0200
committerGuido Günther <agx@sigxcpu.org>2017-08-23 19:28:41 +0200
commit19310dc5d6b9a0fa8bacf3ccdc60dc61049e500b (patch)
tree2d180ee95fd755f443e2d7e0ae1ad460542d88de /gbp/deb/git.py
parent40acd04fd21a8f204f14d108347440ace7f0fbdf (diff)
Spell pristine_tar consistently
Diffstat (limited to 'gbp/deb/git.py')
-rw-r--r--gbp/deb/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/git.py b/gbp/deb/git.py
index 1f12f46f..98f8ee29 100644
--- a/gbp/deb/git.py
+++ b/gbp/deb/git.py
@@ -287,7 +287,7 @@ class DebianGitRepository(PkgGitRepository):
"""
return True if self.has_branch(self.pristine_tar_branch) else False
- def create_pristinetar_commits(self, upstream_tree, tarball, component_tarballs):
+ def create_pristine_tar_commits(self, upstream_tree, tarball, component_tarballs):
"""
Create pristine-tar commits for a package with main tarball tarball
and (optional) component tarballs based on upstream_tree