From 64808dffa98ca2e5910707d2a763606ec8a91cb0 Mon Sep 17 00:00:00 2001 From: Guido Guenther Date: Fri, 8 Aug 2008 12:10:40 +0200 Subject: Warn if we can't parse the changelog Without a changelog we can't parse the package name. Without that we might end up with wrong names on the pristine tar branch and with missing symlinks in tarball-dir. Since this might be intentional we issue a warning only. --- git-import-orig | 1 + 1 file changed, 1 insertion(+) diff --git a/git-import-orig b/git-import-orig index 6774a44c..383c5967 100755 --- a/git-import-orig +++ b/git-import-orig @@ -188,6 +188,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" pristine_orig = archive try: -- cgit v1.2.3