summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-12-10 16:24:30 +0100
committerGuido Günther <agx@sigxcpu.org>2017-12-10 16:25:29 +0100
commit56d630ba4864e10add7f5bb3fc2cd9d7de20d12a (patch)
tree470feb02545584f056607625ce82e25cce14cce2
parent22d40a42207162ed1f7ed1d640985bf2043f8db3 (diff)
pristine-tar: print upstream version number on import
Printing the debian version might be confusing
-rw-r--r--gbp/scripts/pristine_tar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/scripts/pristine_tar.py b/gbp/scripts/pristine_tar.py
index b902db07..24b1bc65 100644
--- a/gbp/scripts/pristine_tar.py
+++ b/gbp/scripts/pristine_tar.py
@@ -108,7 +108,7 @@ def main(argv):
if not ret:
comp_msg = (' with additional tarballs for %s'
% ", ".join([os.path.basename(t[1]) for t in component_tarballs])) if component_tarballs else ''
- gbp.log.info("Successfully committed pristine-tar data for version %s of %s%s" % (source.version,
+ gbp.log.info("Successfully committed pristine-tar data for version %s of %s%s" % (source.upstream_version,
tarball,
comp_msg))
return ret