From: Ralf Jung Date: Sat, 19 Jan 2013 17:23:22 +0000 (+0100) Subject: Fix building with no build system X-Git-Url: https://git.ralfj.de/auto-debuild.git/commitdiff_plain/f2827092df37a79178807b7d018e126ae2c9c6c2 Fix building with no build system --- 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'] = []