support new autogen option of auto-debuild
authorRalf Jung <post@ralfj.de>
Tue, 30 Dec 2014 12:03:56 +0000 (13:03 +0100)
committerRalf Jung <post@ralfj.de>
Tue, 30 Dec 2014 12:03:56 +0000 (13:03 +0100)
build_system.py

index 1697dc63813d326b9855a2a7a41dc98c3f5d1909..d761f998ac162222fa080db6ee00116cab4be8d6 100644 (file)
@@ -105,7 +105,7 @@ try:
                        for option in ('epoch', 'dbgPackage', 'section', 'withPython2', 'withSIP', 'binarySkipFiles', 'binaryInstallFiles',
                                        'buildDepends', 'binaryDepends', 'binaryShims', 'binaryRecommends', 'binaryProvides', 'binaryConflicts', 'binaryBreaks',
                                        'binaryReplaces', 'binaryBreaksReplaces',
-                                       'alternatives', 'cmakeParameters', 'automakeParameters'):
+                                       'alternatives', 'cmakeParameters', 'automakeParameters', 'autogen'):
                                if option in self.config:
                                        autoDebuildConfig[option] = self.config[option]
                        # create Debian files