From f74d4de704f3cccd45a491d45d5393c210e25c9b Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Sat, 16 Aug 2008 03:48:55 +0000 Subject: [PATCH] I hate it when Ganneff is right Signed-off-by: Mark Hymers --- daklib/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daklib/utils.py b/daklib/utils.py index 3d117d04..b7d59e15 100755 --- a/daklib/utils.py +++ b/daklib/utils.py @@ -285,7 +285,8 @@ def ensure_hashes(changes, dsc, files, dsc_files): fs_m = build_file_list(changes, 0) - fs_md = build_file_list(dsc, 1) + if "source" in changes["architecture"]: + fs_md = build_file_list(dsc, 1) # We have to calculate the hash if we have an earlier changes version than # the hash appears in rather than require it exist in the changes file -- 2.39.2