From 55d2c7e6e2418518704623246021021e05b90e58 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Sun, 4 Nov 2012 17:26:35 +0100 Subject: [PATCH] daklib/archive.py (install_source): always copy source files to target archive --- daklib/archive.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daklib/archive.py b/daklib/archive.py index 7243f31a..2c25e100 100644 --- a/daklib/archive.py +++ b/daklib/archive.py @@ -335,6 +335,8 @@ class ArchiveTransaction(object): db_source.suites.append(suite) if not created: + for f in db_source.srcfiles: + self._copy_file(f.poolfile, archive, component, allow_tainted=allow_tainted) return db_source ### Now add remaining files and copy them to the archive. -- 2.39.2