X-Git-Url: https://git.ralfj.de/auto-debuild.git/blobdiff_plain/a9d4d5c4a1be0311e53747b98dfd74cabcb8108d..3d3897134a82f3e0bd9239733462d7821d507d31:/auto_debuild.py diff --git a/auto_debuild.py b/auto_debuild.py index 61d7efc..61bbd9e 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -98,7 +98,7 @@ def pythonRules(config): # build systems buildSystems = { 'cmake': BuildSystem(cmakeRules, ["cmake"]), - 'automake': BuildSystem(automakeRules, ["automake"]), + 'automake': BuildSystem(automakeRules), 'python': BuildSystem(pythonRules, ["python-setuptools"], ["${python:Depends}"]), }