From 46555a8f18b5d45e61b4a33665f930cc7ae268b0 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 12 Aug 2012 15:09:54 +0200 Subject: [PATCH] forward conflicting packages option --- build_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_system.py b/build_system.py index cb90c63..14877d4 100644 --- a/build_system.py +++ b/build_system.py @@ -67,7 +67,7 @@ try: raise Exception("VCS did not provide us with a proper version number, please fix this") # copy some more optional configuration for option in ('dbgPackage', 'section', 'withPython2', 'binarySkipFiles', 'binaryInstallFiles', - 'buildDepends', 'binaryDepends', 'binaryRecommends', 'binaryProvides', + 'buildDepends', 'binaryDepends', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'cmakeParameters', 'automakeParameters'): if option in self.module: autoDebuildConfig[option] = self.module[option] -- 2.30.2