From 9b1d3a9e46d2e807e6beac1cb0c70e46cd951e31 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sun, 9 Sep 2012 12:50:55 +0200 Subject: [PATCH] forward breaks, replaces to auto-debuild --- build_system.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build_system.py b/build_system.py index aa59299..f56c546 100644 --- a/build_system.py +++ b/build_system.py @@ -57,7 +57,8 @@ try: raise Exception("VCS did not provide us with a proper version number, please fix this") # copy some more optional configuration for option in ('waitAfterConfig', 'dbgPackage', 'section', 'withPython2', 'binarySkipFiles', 'binaryInstallFiles', - 'buildDepends', 'binaryDepends', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', + 'buildDepends', 'binaryDepends', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'binaryBreaks', + 'binaryReplaces', 'binaryBreaksReplaces', 'alternatives', 'cmakeParameters', 'automakeParameters'): if option in self.config: autoDebuildConfig[option] = self.config[option] -- 2.30.2