aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb/pristinetar.py
diff options
context:
space:
mode:
Diffstat (limited to 'gbp/deb/pristinetar.py')
-rw-r--r--gbp/deb/pristinetar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/deb/pristinetar.py b/gbp/deb/pristinetar.py
index 77273ec7..abbe1360 100644
--- a/gbp/deb/pristinetar.py
+++ b/gbp/deb/pristinetar.py
@@ -59,7 +59,7 @@ class PristineTar(Command):
return None
if not comp_type:
- ext = '\w+'
+ ext = '\w\+'
else:
ext = compressor_opts[comp_type][1]