forward breaks, replaces to auto-debuild
authorRalf Jung <post@ralfj.de>
Sun, 9 Sep 2012 10:50:55 +0000 (12:50 +0200)
committerRalf Jung <post@ralfj.de>
Sun, 9 Sep 2012 10:50:55 +0000 (12:50 +0200)
build_system.py

index aa59299772284aa1a000b6fa8267c57c93b79b4e..f56c54679a717610e62fbfeae638b6181a1fd708 100644 (file)
@@ -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]