From 74955ab7eaeba75dee1326ab660c8abd0726a2c8 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Thu, 24 Dec 2009 22:50:46 +0100 Subject: Don't refer to gzip compression in comments Git-Dch: Ignore --- git-import-orig | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/git-import-orig b/git-import-orig index 6f7f8968..8cc78658 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 _.orig.tar.gz so pristine-tar will see the + create a symlink _.orig.tar. 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: -- cgit v1.2.3