Source: git-buildpackage
Version: 0.9.10+nmu1
Severity: minor
Tags: patch
Hi,
Patch attached that corrects a "saving" typo.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff --git a/gbp/scripts/pq.py b/gbp/scripts/pq.py
index babff1c..794617a 100755
--- a/gbp/scripts/pq.py
+++ b/gbp/scripts/pq.py
@@ -260,7 +260,7 @@ def safe_patches(series, repo):
patches = os.path.join(tmpdir, 'patches')
series = os.path.join(patches, name)
- gbp.log.debug("Safeing patches '%s' in '%s'" % (src, tmpdir))
+ gbp.log.debug("Saving patches '%s' in '%s'" % (src, tmpdir))
shutil.copytree(src, patches)
return (tmpdir, series)