aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-12-24 22:50:46 +0100
committerGuido Günther <agx@sigxcpu.org>2009-12-24 23:33:59 +0100
commit74955ab7eaeba75dee1326ab660c8abd0726a2c8 (patch)
tree9a68607d273b2a022fe6a90ce9a04b39d96466eb
parent0eb45804bb45511e5d61b274b55a76e52a41d601 (diff)
Don't refer to gzip compression in comments
Git-Dch: Ignore
-rwxr-xr-xgit-import-orig5
1 files changed, 2 insertions, 3 deletions
diff --git a/git-import-orig b/git-import-orig
index 6f7f896..8cc7865 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -53,7 +53,7 @@ def is_link_target(target, link):
def symlink_orig(archive, pkg, version):
"""
- create a symlink <pkg>_<version>.orig.tar.gz so pristine-tar will see the
+ create a symlink <pkg>_<version>.orig.tar.<ext> so pristine-tar will see the
correct basename
@return: archive path to be used by pristine tar
"""
@@ -261,7 +261,6 @@ on howto create it otherwise use --upstream-branch to specify it.
if os.path.isdir(archive):
orig_dir = archive
turn_off_fastimport(options, "Fastimport only supported for tar achives.")
-
else:
if not options.fast_import:
tmpdir = tempfile.mkdtemp(dir='../')
@@ -281,7 +280,7 @@ on howto create it otherwise use --upstream-branch to specify it.
cp = parse_changelog('debian/changelog')
pristine_orig = symlink_orig(archive, cp['Source'], version)
except NoChangelogError:
- print "Warning: Can't symlink orig.tar.gz due to missing debian/changelog"
+ print "Warning: Can't symlink orig tarball due to missing debian/changelog"
pristine_orig = archive
try: