X-Git-Url: https://git.ralfj.de/auto-debuild.git/blobdiff_plain/51a2ad02ba7f9925fb419f36b8c2fc03cd091847..f2827092df37a79178807b7d018e126ae2c9c6c2:/auto_debuild.py diff --git a/auto_debuild.py b/auto_debuild.py index d3a6527..3844102 100755 --- a/auto_debuild.py +++ b/auto_debuild.py @@ -157,8 +157,7 @@ def pythonRules(r, config): def makefileRules(r, config): r.dh += ["--buildsystem=makefile"] -def noneRules(config): - r = RulesFile() +def noneRules(r, config): r.dh += ["--buildsystem=makefile"] # makefile does the least possible harm r.rules['auto_configure'] = [] r.rules['auto_build'] = []