diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-12-24 22:50:46 +0100 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-12-24 23:33:59 +0100 |
commit | 74955ab7eaeba75dee1326ab660c8abd0726a2c8 (patch) | |
tree | 9a68607d273b2a022fe6a90ce9a04b39d96466eb /git-import-orig | |
parent | 0eb45804bb45511e5d61b274b55a76e52a41d601 (diff) | |
download | git-buildpackage-74955ab7eaeba75dee1326ab660c8abd0726a2c8.tar.gz git-buildpackage-74955ab7eaeba75dee1326ab660c8abd0726a2c8.tar.bz2 git-buildpackage-74955ab7eaeba75dee1326ab660c8abd0726a2c8.zip |
Don't refer to gzip compression in comments
Git-Dch: Ignore
Diffstat (limited to 'git-import-orig')
-rwxr-xr-x | git-import-orig | 5 |
1 files 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 <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: |